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/>.
18 .TH deb\-src\-files 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
21 deb\-src\-files \- Debian distribute files format
27 This file contains the list of artifacts that are to be distributed via
28 the \fB.changes\fP control file.
30 The \fIdebian/files\fP file has a simple whitespace-delimited format.
39 is the name of the artifact to distribute.
44 correspond to the respective control fields available in the .deb.
45 The allowed values are specific to each distribution archive.
48 This file is not intended to be modified directly, please use one of
49 \fBdpkg\-gencontrol\fP or \fBdpkg\-distaddfile\fP to add entries to it.
53 .BR dpkg\-genchanges (1),
54 .BR dpkg\-distaddfile (1).