dpkg (1.18.25) stretch; urgency=medium
[dpkg] / man / deb-src-files.man
CommitLineData
1479465f
GJ
1.\" dpkg manual page - deb-src-files(5)
2.\"
3.\" Copyright © 2016 Guillem Jover <guillem@debian.org>
4.\"
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.
9.\"
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.
14.\"
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/>.
17.
18.TH deb\-src\-files 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
19.nh
20.SH NAME
21deb\-src\-files \- Debian distribute files format
22.
23.SH SYNOPSIS
24debian/files
25.
26.SH DESCRIPTION
27This file contains the list of artifacts that are to be distributed via
28the \fB.changes\fP control file.
29.PP
30The \fIdebian/files\fP file has a simple whitespace-delimited format.
31.PP
32.in +5
33.I filename
34.I section
35.I priority
36.in -5
37.PP
38.I filename
39is the name of the artifact to distribute.
40.PP
41.I section
42and
43.I priority
44correspond to the respective control fields available in the .deb.
45The allowed values are specific to each distribution archive.
46.
47.SH NOTES
48This 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.
50.
51.SH SEE ALSO
52.ad l
53.BR dpkg\-genchanges (1),
54.BR dpkg\-distaddfile (1).