deb-override.5 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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
  5. .\" published by the Free Software Foundation; either version 2,
  6. .\" or (at your option) any later version.
  7. .\"
  8. .\" This is distributed in the hope that it will be useful, but
  9. .\" 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
  14. .\" License along with dpkg; if not, write to the Free Software
  15. .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16. .TH deb\-override 5 "2007-03-07" "Debian Project" "dpkg utilities"
  17. .SH NAME
  18. deb\-override \- Debian archive override file
  19. .
  20. .SH SYNOPSIS
  21. override
  22. .
  23. .SH DESCRIPTION
  24. While most information about a package can be found in the control file,
  25. some must be filled in by the distribution czars rather than by the
  26. maintainer, because they relate to the arrangement of files for release
  27. rather than the actual dependencies and description of the package.
  28. This information is found in the override file.
  29. .PP
  30. The override file has a simple whitespace-delimited format. Comments are
  31. allowed (denoted with a
  32. .BR # ).
  33. .PP
  34. .in +5
  35. .I package
  36. .I priority
  37. .I section
  38. .RI [ maintainerinfo ]
  39. .in -5
  40. .PP
  41. .I package
  42. is the name of the package. Entries in the override file for packages
  43. not found in the tree of binary packages are ignored.
  44. .PP
  45. .I priority
  46. and
  47. .I section
  48. place the package within the release tree; these ought not to be found
  49. in the control file. If the package is found in a subdirectory of
  50. .IR binarydir ,
  51. that will be checked against
  52. .IR section .
  53. .PP
  54. .IR maintainerinfo ,
  55. if present, can be either the name of a maintainer for an unconditional
  56. override, or else
  57. .I oldmaintainer
  58. .B =>
  59. .I newmaintainer
  60. to perform a substitution.
  61. .PP
  62. The override files used to make the official Packages lists may be found
  63. in the
  64. .I indices
  65. directory on any Debian mirror.
  66. .
  67. .SH SEE ALSO
  68. .BR dpkg\-scanpackages (1),
  69. .BR dpkg\-scansources (1),
  70. .BR apt\-ftparchive (1).