deb-origin (5)
Leading comments
dpkg manual page - deb-origin(5)
Copyright © 2011 Matt Kraai <kraai@ftbfs.org>
Copyright © 2011 Guillem Jover <guillem@debian.org>
This is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABIL...
(The comments found at the beginning of the groff file "man5/deb-origin.5".)
NAME
deb-origin - Vendor-specific information files
SYNOPSIS
/etc/dpkg/origins/filename
DESCRIPTION
The files in
/etc/dpkg/origins can provide information about
various vendors who are providing Debian packages. They contain a
number of fields, or comments when the line starts with oq
#cq.
Each field begins with a tag, such as
Vendor or
Parent,
followed by a colon and the body of the field. Fields are delimited
only by field tags. In other words, field text may be multiple lines
in length, but the tools will join lines when processing the body of
the field.
FIELDS
- Vendor: vendor-name (required)
-
The value of this field determines the vendor name.
- Vendor-URL: vendor-url
-
The value of this field determines the vendor URL.
- Bugs: bug-url
-
The value of this field determines the type and address of the bug
tracking system used by this vendor. It can be a mailto URL or a
debbugs URL (e.g., debbugs://bugs.debian.org/).
- Parent: vendor-name
-
The value of this field determines the vendor name of the vendor that
this vendor derives from.
EXAMPLE
Vendor: Debian
Vendor-URL: www.debian.org
Bugs: debbugs://bugs.debian.org
SEE ALSO
dpkg-vendor(1)