dpkg-distaddfile.1 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .TH dpkg\-distaddfile 1 "2011-07-04" "Debian Project" "dpkg utilities"
  2. .SH NAME
  3. dpkg\-distaddfile \- add entries to debian/files
  4. .
  5. .SH SYNOPSIS
  6. .B dpkg\-distaddfile
  7. .RI [ option ...] " filename section priority"
  8. .
  9. .SH DESCRIPTION
  10. .B dpkg\-distaddfile
  11. adds an entry for a named file to
  12. .BR debian/files .
  13. It takes three non-option arguments, the filename and the section and
  14. priority for the
  15. .B .changes
  16. file.
  17. The filename should be specified relative to the directory where
  18. .B dpkg\-genchanges
  19. will expect to find the files, usually
  20. .BR .. ,
  21. rather than being a pathname relative to the current directory when
  22. .B dpkg\-distaddfile
  23. is run.
  24. .
  25. .SH OPTIONS
  26. .TP
  27. .BI \-f fileslistfile
  28. Read or write the list of files to be uploaded here, rather than using
  29. .BR debian/files .
  30. .TP
  31. .BR \-h ", " \-\-help
  32. Show the usage message and exit.
  33. .TP
  34. .BR \-\-version
  35. Show the version and exit.
  36. .
  37. .SH FILES
  38. .TP
  39. .B debian/files
  40. The list of generated files which are part of the upload being
  41. prepared.
  42. .B dpkg\-distaddfile
  43. can be used to add additional files.
  44. .
  45. .SH AUTHORS
  46. Copyright \(co 1995-1996 Ian Jackson
  47. .br
  48. Copyright \(co 2000 Wichert Akkerman
  49. .sp
  50. This is free software; see the GNU General Public Licence version 2 or later
  51. for copying conditions. There is NO WARRANTY.