deb-origin.5 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 "2011-11-10" "Debian Project" "Debian"
  20. .SH NAME
  21. deb\-origin \- Vendor-specific information files
  22. .SH SYNOPSIS
  23. .BI /etc/dpkg/origins/ filename
  24. .SH DESCRIPTION
  25. The files in \fB/etc/dpkg/origins\fP can provide information about
  26. various vendors who are providing Debian packages. They contain a
  27. number of fields, or comments when the line starts with \fB'#'\fP.
  28. Each field begins with a tag, such as \fBVendor\fP or \fBParent\fP,
  29. followed by a colon and the body of the field. Fields are delimited
  30. only by field tags. In other words, field text may be multiple lines
  31. in length, but the tools will join lines when processing the body of
  32. the field.
  33. .SH REQUIRED FIELDS
  34. .TP
  35. .BI Vendor: " vendor-name"
  36. The value of this field determines the vendor name.
  37. .SH OPTIONAL FIELDS
  38. .TP
  39. .BI Vendor\-URL: " vendor-url"
  40. The value of this field determines the vendor URL.
  41. .TP
  42. .BI Bugs: " bug-url"
  43. The value of this field determines the type and address of the bug
  44. tracking system used by this vendor. It can be a mailto URL or a
  45. debbugs URL (e.g., debbugs://bugs.debian.org/).
  46. .TP
  47. .BI Parent: " vendor-name"
  48. The value of this field determines the vendor name of the vendor that
  49. this vendor derives from.
  50. .SH EXAMPLE
  51. .nf
  52. Vendor: Debian
  53. Vendor\-URL: https://www.debian.org/
  54. Bugs: debbugs://bugs.debian.org
  55. .fi
  56. .SH SEE ALSO
  57. .BR dpkg\-vendor (1)