1deb-origin(5) dpkg suite deb-origin(5)
2
3
4
6 deb-origin - Vendor-specific information files
7
9 /etc/dpkg/origins/filename
10
12 The files in /etc/dpkg/origins can provide information about various
13 vendors who are providing Debian packages.
14
15 They contain a number of fields, or comments when the line starts with
16 ‘#’. Each field begins with a tag, such as Vendor or Parent, followed
17 by a colon and the body of the field. Fields are delimited only by
18 field tags. In other words, field text may be multiple lines in length,
19 but the tools will join lines when processing the body of the field.
20
21 The file should be named according to the vendor name. The usual
22 convention is to name the vendor file using the vendor name in all
23 lowercase, but some variation is permitted. Namely, spaces are mapped
24 to dashes (‘-’), and the file can have the same casing as the value in
25 Vendor field, or it can be capitalized.
26
28 Vendor: vendor-name (required)
29 The value of this field determines the vendor name.
30
31 Vendor-URL: vendor-url
32 The value of this field determines the vendor URL.
33
34 Bugs: bug-url
35 The value of this field determines the type and address of the bug
36 tracking system used by this vendor. It can be a mailto URL or a
37 debbugs URL (e.g., debbugs://bugs.debian.org/).
38
39 Parent: vendor-name
40 The value of this field determines the vendor name of the vendor
41 that this vendor derives from.
42
44 Vendor: Debian
45 Vendor-URL: https://www.debian.org/
46 Bugs: debbugs://bugs.debian.org
47
49 dpkg-vendor(1)
50
51
52
531.20.9 2021-04-13 deb-origin(5)