This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 10264ea2e5dc7b5df31bffae6fd644638d89ee15 Author: Guillem Jover <[email protected]> Date: Wed Aug 17 00:51:29 2016 +0200 man: Add new deb-src-files(5) man page Prompted-by: Johannes Schauer <[email protected]> --- debian/changelog | 2 ++ man/Makefile.am | 1 + man/deb-src-files.5 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ man/dpkg-distaddfile.1 | 5 +++++ man/dpkg-genchanges.1 | 1 + man/po/po4a.cfg | 3 +++ 6 files changed, 66 insertions(+) diff --git a/debian/changelog b/debian/changelog index e988885..bed8b01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ dpkg (1.18.11) UNRELEASED; urgency=medium dpkg-buildpackage(1). Prompted by Johannes Schauer <[email protected]>. - Add basic maintainer script man pages: deb-postinst(5), deb-postrm(5), deb-preinst(5) and deb-prerm(5). + - Add new deb-src-files(5) man page. + Prompted by Johannes Schauer <[email protected]>. * Build system: - Add support for profiling perl modules. - Clean up compiler and linker automatic flag usage in configure. diff --git a/man/Makefile.am b/man/Makefile.am index f31de1c..a8687c0 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -6,6 +6,7 @@ dist_man_MANS = \ deb-conffiles.5 \ deb-control.5 \ deb-src-control.5 \ + deb-src-files.5 \ deb-version.5 \ deb-shlibs.5 \ deb-split.5 \ diff --git a/man/deb-src-files.5 b/man/deb-src-files.5 new file mode 100644 index 0000000..9758220 --- /dev/null +++ b/man/deb-src-files.5 @@ -0,0 +1,54 @@ +.\" dpkg manual page - deb-src-files(5) +.\" +.\" Copyright © 2016 Guillem Jover <[email protected]> +.\" +.\" This is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program. If not, see <https://www.gnu.org/licenses/>. +. +.TH deb\-src\-files 5 "2016-08-16" "Debian Project" "dpkg utilities" +.SH NAME +deb\-src\-files \- Debian distribute files format +. +.SH SYNOPSIS +debian/files +. +.SH DESCRIPTION +This file contains the list of artifacts that are to be distributed via +the \fB.changes\fP control file. +.PP +The \fIdebian/files\fP file has a simple whitespace-delimited format. +.PP +.in +5 +.I filename +.I section +.I priority +.in -5 +.PP +.I filename +is the name of the artifact to distribute. +.PP +.I section +and +.I priority +correspond to the respective control fields available in the .deb. +The allowed values are specific to each distribution archive. +. +.SH NOTES +This file is not intended to be modified directly, please use one of +\fBdpkg\-gencontrol\fP or \fBdpkg\-distaddfile\fP to add entries to it. +. +.SH SEE ALSO +.ad l +.nh +.BR dpkg\-genchanges (1), +.BR dpkg\-distaddfile (1). diff --git a/man/dpkg-distaddfile.1 b/man/dpkg-distaddfile.1 index 7b5fd04..0565d72 100644 --- a/man/dpkg-distaddfile.1 +++ b/man/dpkg-distaddfile.1 @@ -61,3 +61,8 @@ The list of generated files which are part of the upload being prepared. .B dpkg\-distaddfile can be used to add additional files. +. +.SH SEE ALSO +.ad l +.nh +.BR deb\-src\-files (5). diff --git a/man/dpkg-genchanges.1 b/man/dpkg-genchanges.1 index 68d7b82..a909580 100644 --- a/man/dpkg-genchanges.1 +++ b/man/dpkg-genchanges.1 @@ -204,5 +204,6 @@ file. .nh .BR deb\-substvars (5), .BR deb\-src\-control (5), +.BR deb\-src\-files (5), .BR deb\-changelog (5), .BR deb\-changes (5). diff --git a/man/po/po4a.cfg b/man/po/po4a.cfg index 9959a17..8754643 100644 --- a/man/po/po4a.cfg +++ b/man/po/po4a.cfg @@ -25,6 +25,9 @@ [type:man] deb-src-control.5 $lang:$lang/deb-src-control.5 \ add_$lang:po/$lang.add +[type:man] deb-src-files.5 $lang:$lang/deb-src-files.5 \ + add_$lang:po/$lang.add + [type:man] deb-split.5 $lang:$lang/deb-split.5 \ add_$lang:po/$lang.add -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

