dpkg-distaddfile.man 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
  20. .nh
  21. .SH NAME
  22. dpkg\-distaddfile \- add entries to debian/files
  23. .
  24. .SH SYNOPSIS
  25. .B dpkg\-distaddfile
  26. .RI [ option ...] " filename section priority"
  27. .
  28. .SH DESCRIPTION
  29. .B dpkg\-distaddfile
  30. adds an entry for a named file to
  31. .BR debian/files .
  32. It takes three non-option arguments, the filename and the section and
  33. priority for the
  34. .B .changes
  35. file.
  36. The filename should be specified relative to the directory where
  37. .B dpkg\-genchanges
  38. will expect to find the files, usually
  39. .BR .. ,
  40. rather than being a pathname relative to the current directory when
  41. .B dpkg\-distaddfile
  42. is run.
  43. .
  44. .SH OPTIONS
  45. .TP
  46. .BI \-f files-list-file
  47. Read or write the list of files to be uploaded here, rather than using
  48. .BR debian/files .
  49. .TP
  50. .BR \-? ", " \-\-help
  51. Show the usage message and exit.
  52. .TP
  53. .BR \-\-version
  54. Show the version and exit.
  55. .
  56. .SH FILES
  57. .TP
  58. .B debian/files
  59. The list of generated files which are part of the upload being
  60. prepared.
  61. .B dpkg\-distaddfile
  62. can be used to add additional files.
  63. .
  64. .SH SEE ALSO
  65. .ad l
  66. .BR deb\-src\-files (5).