Просмотр исходного кода

man: Add new deb-src-files(5) man page

Prompted-by: Johannes Schauer <josch@debian.org>
Guillem Jover лет назад: 10
Родитель
Сommit
10264ea2e5
6 измененных файлов с 66 добавлено и 0 удалено
  1. 2 0
      debian/changelog
  2. 1 0
      man/Makefile.am
  3. 54 0
      man/deb-src-files.5
  4. 5 0
      man/dpkg-distaddfile.1
  5. 1 0
      man/dpkg-genchanges.1
  6. 3 0
      man/po/po4a.cfg

+ 2 - 0
debian/changelog

@@ -12,6 +12,8 @@ dpkg (1.18.11) UNRELEASED; urgency=medium
       dpkg-buildpackage(1). Prompted by Johannes Schauer <josch@debian.org>.
     - 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 <josch@debian.org>.
   * Build system:
     - Add support for profiling perl modules.
     - Clean up compiler and linker automatic flag usage in configure.

+ 1 - 0
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 \

+ 54 - 0
man/deb-src-files.5

@@ -0,0 +1,54 @@
+.\" dpkg manual page - deb-src-files(5)
+.\"
+.\" Copyright © 2016 Guillem Jover <guillem@debian.org>
+.\"
+.\" 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).

+ 5 - 0
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).

+ 1 - 0
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).

+ 3 - 0
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