deb-src-files.man 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .\" dpkg manual page - deb-src-files(5)
  2. .\"
  3. .\" Copyright © 2016 Guillem Jover <guillem@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\-src\-files 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
  19. .nh
  20. .SH NAME
  21. deb\-src\-files \- Debian distribute files format
  22. .
  23. .SH SYNOPSIS
  24. debian/files
  25. .
  26. .SH DESCRIPTION
  27. This file contains the list of artifacts that are to be distributed via
  28. the \fB.changes\fP control file.
  29. .PP
  30. The \fIdebian/files\fP file has a simple whitespace-delimited format.
  31. .PP
  32. .in +5
  33. .I filename
  34. .I section
  35. .I priority
  36. .in -5
  37. .PP
  38. .I filename
  39. is the name of the artifact to distribute.
  40. .PP
  41. .I section
  42. and
  43. .I priority
  44. correspond to the respective control fields available in the .deb.
  45. The allowed values are specific to each distribution archive.
  46. .
  47. .SH NOTES
  48. This file is not intended to be modified directly, please use one of
  49. \fBdpkg\-gencontrol\fP or \fBdpkg\-distaddfile\fP to add entries to it.
  50. .
  51. .SH SEE ALSO
  52. .ad l
  53. .BR dpkg\-genchanges (1),
  54. .BR dpkg\-distaddfile (1).