1 # dpkg manual page - deb-src-files(5)
3 # Copyright © 2016 Guillem Jover <guillem@debian.org>
5 # This is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # This is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <https://www.gnu.org/licenses/>.
22 deb-src-files - Debian distribute files format
30 This file contains the list of artifacts that are to be distributed via
31 the B<.changes> control file.
33 The I<debian/files> file has a simple whitespace-delimited format.
47 is the name of the artifact to distribute.
52 correspond to the respective control fields available in the .deb.
53 The allowed values are specific to each distribution archive.
56 corresponds to an optional whitespace-delimited list of attributes for this
58 The only currently supported keyword is B<automatic> with value
59 B<yes>, to mark automatically generated files.
63 This file is not intended to be modified directly, please use one of
64 B<dpkg-gencontrol> or B<dpkg-distaddfile> to add entries to it.
68 L<dpkg-genchanges(1)>,
69 L<dpkg-distaddfile(1)>.