deb-override.5 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 "2007-03-07" "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 must be filled in by the distribution czars rather than by the
  25. maintainer, because they relate to the arrangement of files for release
  26. rather than the actual dependencies and description of the package.
  27. This information is found in the override file.
  28. .PP
  29. The override file has a simple whitespace-delimited format. Comments are
  30. allowed (denoted with a
  31. .BR # ).
  32. .PP
  33. .in +5
  34. .I package
  35. .I priority
  36. .I section
  37. .RI [ maintainerinfo ]
  38. .in -5
  39. .PP
  40. .I package
  41. is the name of the package. Entries in the override file for packages
  42. not found in the tree of binary packages are ignored.
  43. .PP
  44. .I priority
  45. and
  46. .I section
  47. place the package within the release tree; these ought not to be found
  48. in the control file. If the package is found in a subdirectory of
  49. .IR binarydir ,
  50. that will be checked against
  51. .IR section .
  52. .PP
  53. .IR maintainerinfo ,
  54. if present, can be either the name of a maintainer for an unconditional
  55. override, or else
  56. .I oldmaintainer
  57. .B =>
  58. .I newmaintainer
  59. to perform a substitution.
  60. .PP
  61. The override files used to make the official Packages lists may be found
  62. in the
  63. .I indices
  64. directory on any Debian mirror.
  65. .
  66. .SH SEE ALSO
  67. .BR dpkg\-scanpackages (1),
  68. .BR dpkg\-scansources (1),
  69. .BR apt\-ftparchive (1).