deb-override.5 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .\" This manpage is copyright (C) 1996 Michael Shields <shields@crosslink.net>.
  2. .\"
  3. .\" This is free software; you may redistribute it and/or modify
  4. .\" it under the terms of the GNU General Public License as published by
  5. .\" the Free Software Foundation; either version 2 of the License, or
  6. .\" (at your option) any later version.
  7. .\"
  8. .\" This is distributed in the hope that it will be useful,
  9. .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. .\" GNU General Public License for more details.
  12. .\"
  13. .\" You should have received a copy of the GNU General Public License
  14. .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. .TH deb\-override 5 "2011-08-14" "Debian Project" "dpkg utilities"
  16. .SH NAME
  17. deb\-override \- Debian archive override file
  18. .
  19. .SH SYNOPSIS
  20. override
  21. .
  22. .SH DESCRIPTION
  23. While most information about a package can be found in the control file,
  24. some is managed centrally by the distribution czars rather than by the
  25. maintainer in order to offer some global consistency.
  26. This information is found in the override file.
  27. .PP
  28. The override file has a simple whitespace-delimited format. Comments are
  29. allowed (denoted with a
  30. .BR # ).
  31. .PP
  32. .in +5
  33. .I package
  34. .I priority
  35. .I section
  36. .RI [ maintainerinfo ]
  37. .in -5
  38. .PP
  39. .I package
  40. is the name of the package. Entries in the override file for packages
  41. not found in the tree of binary packages are ignored.
  42. .PP
  43. .I priority
  44. and
  45. .I section
  46. correspond to the respective control fields available in the .deb. The
  47. allowed values are listed in the Debian policy.
  48. .PP
  49. .IR maintainerinfo ,
  50. if present, can be either the name of a maintainer for an unconditional
  51. override, or else
  52. .I oldmaintainer
  53. .B =>
  54. .I newmaintainer
  55. to perform a substitution.
  56. .PP
  57. The override files used to make the official Packages lists may be found
  58. in the
  59. .I indices
  60. directory on any Debian mirror.
  61. .
  62. .SH SEE ALSO
  63. .BR dpkg\-scanpackages (1),
  64. .BR dpkg\-scansources (1),
  65. .BR apt\-ftparchive (1),
  66. .BR /usr/share/doc/debian\-policy/policy.html/index.html .