Linux Commands Examples

A great documentation place for Linux commands

dpkg-distaddfile

add entries to debian/files

Synopsis

dpkg-distaddfile [option...] filename section priority


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
dh_gencontrol
dh_md5sums
dh_builddeb
cd debian/tmp && tar czvf ../../../$(TARNAME) .
dpkg-distaddfile $(TARNAME) raw-installer -
0
source
            
cd debian/tmp && tar czvf ../../../$(TARNAME) .
dpkg-distaddfile $(TARNAME) raw-installer -
binary-indep:
binary: binary-indep binary-arch
.PHONY: build build-images clean binary-indep binary-arch binary install

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

-ffiles-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.

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.

How can this site be more helpful to YOU ?


give  feedback