deb-origin.man 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. They contain a number of fields, or comments when the line starts with
  29. ‘\fB#\fP’.
  30. Each field begins with a tag, such as \fBVendor\fP or \fBParent\fP,
  31. followed by a colon and the body of the field. Fields are delimited
  32. only by field tags. In other words, field text may be multiple lines
  33. in length, but the tools will join lines when processing the body of
  34. the field.
  35. The file should be named according to the vendor name.
  36. The usual convention is to name the vendor file using the vendor name
  37. in all lowercase, but some variation is permitted.
  38. Namely, spaces are mapped to dashes (‘\fB\-\fP’), and the file
  39. can have the same casing as the value in \fBVendor\fP field, or it can
  40. be capitalized.
  41. .SH FIELDS
  42. .TP
  43. .BR Vendor: " \fIvendor-name\fP (required)"
  44. The value of this field determines the vendor name.
  45. .TP
  46. .BI Vendor\-URL: " vendor-url"
  47. The value of this field determines the vendor URL.
  48. .TP
  49. .BI Bugs: " bug-url"
  50. The value of this field determines the type and address of the bug
  51. tracking system used by this vendor. It can be a mailto URL or a
  52. debbugs URL (e.g., debbugs://bugs.debian.org/).
  53. .TP
  54. .BI Parent: " vendor-name"
  55. The value of this field determines the vendor name of the vendor that
  56. this vendor derives from.
  57. .SH EXAMPLE
  58. .nf
  59. Vendor: Debian
  60. Vendor\-URL: https://www.debian.org/
  61. Bugs: debbugs://bugs.debian.org
  62. .fi
  63. .SH SEE ALSO
  64. .BR dpkg\-vendor (1)