Man page - dpkg-distaddfile(1)
Packages contains this manual
- deb822(5)
- dpkg-vendor(1)
- deb-symbols(5)
- deb-src-rules(5)
- dpkg-mergechangelogs(1)
- dsc(5)
- deb-src-control(5)
- dpkg-shlibdeps(1)
- dpkg-genbuildinfo(1)
- dpkg-scanpackages(1)
- deb-substvars(5)
- dpkg-parsechangelog(1)
- dpkg-architecture(1)
- deb-triggers(5)
- deb-changelog(5)
- deb-extra-override(5)
- deb-buildinfo(5)
- dpkg-buildpackage(1)
- dpkg-distaddfile(1)
- dpkg-gencontrol(1)
- dpkg-buildtree(1)
- deb-postrm(5)
- deb-version(7)
- deb-prerm(5)
- deb-preinst(5)
- deb-src-files(5)
- dpkg-buildapi(1)
- dpkg-checkbuilddeps(1)
- deb-src-symbols(5)
- deb-old(5)
- dpkg-source(1)
- deb-changes(5)
- deb-origin(5)
- dpkg-buildflags(1)
- deb-override(5)
- deb(5)
- dpkg-scansources(1)
- deb-control(5)
- deb-split(5)
- deb-shlibs(5)
- dpkg-build-api(7)
- deb-postinst(5)
- deb-conffiles(5)
- dpkg-genchanges(1)
- dpkg-gensymbols(1)
- dpkg-name(1)
- deb-md5sums(5)
apt-get install dpkg-dev
Available languages:
en fr es it pl pt nl sv ja deManual
dpkg-distaddfile
NAMESYNOPSIS
DESCRIPTION
OPTIONS
ENVIRONMENT
FILES
SEE ALSO
NAME
dpkg-distaddfile - add entries to debian/files
SYNOPSIS
dpkg-distaddfile [ option ...] filename section priority
DESCRIPTION
dpkg-distaddfile adds an entry for a named file to debian/files .
It takes three non-option arguments, the filename and the section and priority for the .changes file.
The filename should be specified relative to the directory where dpkg-genchanges will expect to find the files, usually .. , rather than being a pathname relative to the current directory when dpkg-distaddfile is run.
OPTIONS
-f files-list-file
Read or write the list of files to be uploaded here, rather than using debian/files .
-? , --help
Show the usage message and exit.
--version
Show the version and exit.
ENVIRONMENT
DPKG_COLORS
Sets the color mode (since dpkg 1.18.5). The currently accepted values are: auto (default), always and never .
DPKG_NLS
If set, it will be used to decide whether to activate Native Language Support, also known as internationalization (or i18n) support (since dpkg 1.19.0). The accepted values are: 0 and 1 (default).
FILES
debian/files
The list of generated files which are part of the upload being prepared. dpkg-distaddfile can be used to add additional files.
SEE ALSO
deb-src-files (5).