chiark / gitweb /
awful debugging hacking
[dpkg] / man / deb-origin.man
1 .\" dpkg manual page - deb-origin(5)
2 .\"
3 .\" Copyright © 2011 Matt Kraai <kraai@ftbfs.org>
4 .\" Copyright © 2011 Guillem Jover <guillem@debian.org>
5 .\"
6 .\" This is free software; you can redistribute it and/or modify
7 .\" it under the terms of the GNU General Public License as published by
8 .\" the Free Software Foundation; either version 2 of the License, or
9 .\" (at your option) any later version.
10 .\"
11 .\" This is distributed in the hope that it will be useful,
12 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
13 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 .\" GNU General Public License for more details.
15 .\"
16 .\" You should have received a copy of the GNU General Public License
17 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
18 .
19 .TH deb\-origin 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
20 .nh
21 .SH NAME
22 deb\-origin \- Vendor-specific information files
23 .SH SYNOPSIS
24 .BI %PKGCONFDIR%/origins/ filename
25 .SH DESCRIPTION
26 The files in \fB%PKGCONFDIR%/origins\fP can provide information about
27 various vendors who are providing Debian packages.
28
29 They contain a number of fields, or comments when the line starts with
30 ‘\fB#\fP’.
31 Each field begins with a tag, such as \fBVendor\fP or \fBParent\fP,
32 followed by a colon and the body of the field. Fields are delimited
33 only by field tags. In other words, field text may be multiple lines
34 in length, but the tools will join lines when processing the body of
35 the field.
36
37 The file should be named according to the vendor name.
38 The usual convention is to name the vendor file using the vendor name
39 in all lowercase, but some variation is permitted.
40 Namely, spaces are mapped to dashes (‘\fB\-\fP’), and the file
41 can have the same casing as the value in \fBVendor\fP field, or it can
42 be capitalized.
43 .SH FIELDS
44 .TP
45 .BR Vendor: " \fIvendor-name\fP (required)"
46 The value of this field determines the vendor name.
47 .TP
48 .BI Vendor\-URL: " vendor-url"
49 The value of this field determines the vendor URL.
50 .TP
51 .BI Bugs: " bug-url"
52 The value of this field determines the type and address of the bug
53 tracking system used by this vendor. It can be a mailto URL or a
54 debbugs URL (e.g., debbugs://bugs.debian.org/).
55 .TP
56 .BI Parent: " vendor-name"
57 The value of this field determines the vendor name of the vendor that
58 this vendor derives from.
59 .SH EXAMPLE
60 .nf
61 Vendor: Debian
62 Vendor\-URL: https://www.debian.org/
63 Bugs: debbugs://bugs.debian.org
64 .fi
65 .SH SEE ALSO
66 .BR dpkg\-vendor (1)