Dpkg::Vendor::Debian: Set -Wno-error on qa=-bug-implicit-func
[dpkg.git] / man / dpkg-distaddfile.pod
blob2aa5d6eb19a1b97bdbbcd8264059f8cb29ebdbe7
1 # dpkg manual page - dpkg-distaddfile(1)
3 # Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
4 # Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
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.
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.
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/>.
19 =encoding utf8
21 =head1 NAME
23 dpkg-distaddfile - add entries to debian/files
25 =head1 SYNOPSIS
27 B<dpkg-distaddfile>
28 [I<option>...] I<filename section priority>
30 =head1 DESCRIPTION
32 B<dpkg-distaddfile>
33 adds an entry for a named file to
34 B<debian/files>.
36 It takes three non-option arguments, the filename and the section and
37 priority for the
38 B<.changes>
39 file.
41 The filename should be specified relative to the directory where
42 B<dpkg-genchanges>
43 will expect to find the files, usually
44 B<..>,
45 rather than being a pathname relative to the current directory when
46 B<dpkg-distaddfile>
47 is run.
49 =head1 OPTIONS
51 =over
53 =item B<-f>I<files-list-file>
55 Read or write the list of files to be uploaded here, rather than using
56 B<debian/files>.
58 =item B<-?>, B<--help>
60 Show the usage message and exit.
62 =item B<--version>
64 Show the version and exit.
66 =back
68 =head1 ENVIRONMENT
70 =over
72 =item B<DPKG_COLORS>
74 Sets the color mode (since dpkg 1.18.5).
75 The currently accepted values are: B<auto> (default), B<always> and
76 B<never>.
78 =item B<DPKG_NLS>
80 If set, it will be used to decide whether to activate Native Language Support,
81 also known as internationalization (or i18n) support (since dpkg 1.19.0).
82 The accepted values are: B<0> and B<1> (default).
84 =back
86 =head1 FILES
88 =over
90 =item B<debian/files>
92 The list of generated files which are part of the upload being
93 prepared.
94 B<dpkg-distaddfile>
95 can be used to add additional files.
97 =back
99 =head1 SEE ALSO
101 L<deb-src-files(5)>.