deb-extra-override.5 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .TH deb\-extra\-override 5 "2009-08-16" "Debian Project" "dpkg utilities"
  2. .SH NAME
  3. deb\-extra\-override \- Debian archive extra override file
  4. .
  5. .SH SYNOPSIS
  6. override
  7. .
  8. .SH DESCRIPTION
  9. While most information about a binary/source package can be found in the
  10. control/.dsc file, all of it can be overridden when it's exported to
  11. Packages/Sources files. The extra override file contains those overrides.
  12. .PP
  13. The extra override file has a simple whitespace-delimited format. Comments are
  14. allowed (denoted with a
  15. .BR # ).
  16. .PP
  17. .in +5
  18. .I package
  19. .I field\-name
  20. .I value
  21. .in -5
  22. .PP
  23. .I package
  24. is the name of the binary/source package.
  25. .PP
  26. .I field\-name
  27. is the name of the field that is overridden.
  28. .I value
  29. is the value to put in the field. It can contain spaces as the line is split
  30. in no more than 3 columns when it's parsed.
  31. .PP
  32. The extra override files used to make the official Packages lists may be found
  33. in the
  34. .I indices
  35. directory on any Debian mirror.
  36. .
  37. .SH SEE ALSO
  38. .BR dpkg\-scanpackages (1),
  39. .BR dpkg\-scansources (1),
  40. .BR apt\-ftparchive (1).