dpkg-distaddfile.1 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .\" dpkg manual page - dpkg-distaddfile(1)
  2. .\"
  3. .\" Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
  4. .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
  5. .\"
  6. .\" This is free software; you can redistribute it and/or modify
  7. .\" it under the terms of the GNU General Public License as published by
  8. .\" the Free Software Foundation; either version 2 of the License, or
  9. .\" (at your option) any later version.
  10. .\"
  11. .\" This is distributed in the hope that it will be useful,
  12. .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. .\" GNU General Public License for more details.
  15. .\"
  16. .\" You should have received a copy of the GNU General Public License
  17. .\" along with this program. If not, see <https://www.gnu.org/licenses/>.
  18. .
  19. .TH dpkg\-distaddfile 1 "2012-05-04" "Debian Project" "dpkg utilities"
  20. .SH NAME
  21. dpkg\-distaddfile \- add entries to debian/files
  22. .
  23. .SH SYNOPSIS
  24. .B dpkg\-distaddfile
  25. .RI [ option ...] " filename section priority"
  26. .
  27. .SH DESCRIPTION
  28. .B dpkg\-distaddfile
  29. adds an entry for a named file to
  30. .BR debian/files .
  31. It takes three non-option arguments, the filename and the section and
  32. priority for the
  33. .B .changes
  34. file.
  35. The filename should be specified relative to the directory where
  36. .B dpkg\-genchanges
  37. will expect to find the files, usually
  38. .BR .. ,
  39. rather than being a pathname relative to the current directory when
  40. .B dpkg\-distaddfile
  41. is run.
  42. .
  43. .SH OPTIONS
  44. .TP
  45. .BI \-f files-list-file
  46. Read or write the list of files to be uploaded here, rather than using
  47. .BR debian/files .
  48. .TP
  49. .BR \-? ", " \-\-help
  50. Show the usage message and exit.
  51. .TP
  52. .BR \-\-version
  53. Show the version and exit.
  54. .
  55. .SH FILES
  56. .TP
  57. .B debian/files
  58. The list of generated files which are part of the upload being
  59. prepared.
  60. .B dpkg\-distaddfile
  61. can be used to add additional files.