deb-extra-override.5 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .\" dpkg manual page - deb-extra-override(5)
  2. .\"
  3. .\" Copyright © 2009-2010 Raphaël Hertzog <hertzog@debian.org>
  4. .\"
  5. .\" This is free software; you can redistribute it and/or modify
  6. .\" it under the terms of the GNU General Public License as published by
  7. .\" the Free Software Foundation; either version 2 of the License, or
  8. .\" (at your option) any later version.
  9. .\"
  10. .\" This is distributed in the hope that it will be useful,
  11. .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. .\" GNU General Public License for more details.
  14. .\"
  15. .\" You should have received a copy of the GNU General Public License
  16. .\" along with this program. If not, see <https://www.gnu.org/licenses/>.
  17. .
  18. .TH deb\-extra\-override 5 "2009-08-16" "Debian Project" "dpkg utilities"
  19. .SH NAME
  20. deb\-extra\-override \- Debian archive extra override file
  21. .
  22. .SH SYNOPSIS
  23. override
  24. .
  25. .SH DESCRIPTION
  26. While most information about a binary/source package can be found in the
  27. control/.dsc file, all of it can be overridden when it's exported to
  28. Packages/Sources files. The extra override file contains those overrides.
  29. .PP
  30. The extra 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 field\-name
  37. .I value
  38. .in -5
  39. .PP
  40. .I package
  41. is the name of the binary/source package.
  42. .PP
  43. .I field\-name
  44. is the name of the field that is overridden.
  45. .I value
  46. is the value to put in the field. It can contain spaces as the line is split
  47. in no more than 3 columns when it's parsed.
  48. .PP
  49. The extra override files used to make the official Packages lists may be found
  50. in the
  51. .I indices
  52. directory on any Debian mirror.
  53. .
  54. .SH SEE ALSO
  55. .BR dpkg\-scanpackages (1),
  56. .BR dpkg\-scansources (1),
  57. .BR apt\-ftparchive (1).