po: Update German man pages translation
[dpkg.git] / man / deb-src-files.pod
blob4202e4b840511cfaa8b5b3f8e5c055e07f70a427
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 =encoding utf8
20 =head1 NAME
22 deb-src-files - Debian distribute files format
24 =head1 SYNOPSIS
26 B<debian/files>
28 =head1 DESCRIPTION
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.
35 =over
37 I<filename>
38 I<section>
39 I<priority>
41 I<keyword=value...>
44 =back
46 I<filename>
47 is the name of the artifact to distribute.
49 I<section>
50 and
51 I<priority>
52 correspond to the respective control fields available in the .deb.
53 The allowed values are specific to each distribution archive.
55 I<keyword=value...>
56 corresponds to an optional whitespace-delimited list of attributes for this
57 entry.
58 The only currently supported keyword is B<automatic> with value
59 B<yes>, to mark automatically generated files.
61 =head1 NOTES
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.
66 =head1 SEE ALSO
68 L<dpkg-genchanges(1)>,
69 L<dpkg-distaddfile(1)>.