deb-origin.5 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .TH deb\-origin 5 "2011-11-10" "Debian Project" "Debian"
  2. .SH NAME
  3. deb\-origin \- Vendor-specific information files
  4. .SH SYNOPSIS
  5. .BI /etc/dpkg/origins/ filename
  6. .SH DESCRIPTION
  7. The files in \fB/etc/dpkg/origins\fP can provide information about
  8. various vendors who are providing Debian packages. They contain a
  9. number of fields, or comments when the line starts with \fB'#'\fP.
  10. Each field begins with a tag, such as \fBVendor\fP or \fBParent\fP,
  11. followed by a colon and the body of the field. Fields are delimited
  12. only by field tags. In other words, field text may be multiple lines
  13. in length, but the tools will join lines when processing the body of
  14. the field.
  15. .SH REQUIRED FIELDS
  16. .TP
  17. .BI Vendor: " vendor-name"
  18. The value of this field determines the vendor name.
  19. .SH OPTIONAL FIELDS
  20. .TP
  21. .BI Vendor\-URL: " vendor-url"
  22. The value of this field determines the vendor URL.
  23. .TP
  24. .BI Bugs: " bug-url"
  25. The value of this field determines the type and address of the bug
  26. tracking system used by this vendor. It can be a mailto URL or a
  27. debbugs URL (e.g., debbugs://bugs.debian.org/).
  28. .TP
  29. .BI Parent: " vendor-name"
  30. The value of this field determines the vendor name of the vendor that
  31. this vendor derives from.
  32. .SH EXAMPLE
  33. .nf
  34. Vendor: Debian
  35. Vendor\-URL: http://www.debian.org/
  36. Bugs: debbugs://bugs.debian.org
  37. .fi
  38. .SH SEE ALSO
  39. .BR dpkg\-vendor (1)