Explorar el Código

man: Add new deb-conffiles(5) man page

Guillem Jover hace 10 años
padre
commit
90e33b3495
Se han modificado 5 ficheros con 47 adiciones y 1 borrados
  1. 1 0
      debian/changelog
  2. 1 0
      man/Makefile.am
  3. 41 0
      man/deb-conffiles.5
  4. 1 1
      man/dpkg.1
  5. 3 0
      man/po/po4a.cfg

+ 1 - 0
debian/changelog

@@ -6,6 +6,7 @@ dpkg (1.18.10) UNRELEASED; urgency=medium
     - Fix deb-changes(5) description to talk about .changes instead of .dsc.
       Reported by HW42 <hw42@ipsumj.de>.
     - Use debian/control as the SYNOPSIS in deb-src-control(5).
+    - Add new deb-conffiles(5) man page.
 
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).

+ 1 - 0
man/Makefile.am

@@ -3,6 +3,7 @@
 dist_man_MANS = \
 	deb-changelog.5 \
 	deb-changes.5 \
+	deb-conffiles.5 \
 	deb-control.5 \
 	deb-src-control.5 \
 	deb-version.5 \

+ 41 - 0
man/deb-conffiles.5

@@ -0,0 +1,41 @@
+.\" dpkg manual page - deb-conffiles(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\-conffiles 5 "2016-07-07" "Debian Project" "dpkg utilities"
+.SH NAME
+deb\-conffiles \- package conffiles
+.
+.SH SYNOPSIS
+conffiles
+.
+.SH DESCRIPTION
+A package declares its list of conffiles by including a \fIconffiles\fP file
+in its control archive (i.e. \fIDEBIAN/conffiles\fP during package creation).
+.PP
+This file contains a list of files, one per line.
+Trailing whitespace will be trimmed, and empty lines will be ignored.
+.
+.SH EXAMPLE
+.nf
+/etc/alternatives/README
+/etc/cron.daily/dpkg
+/etc/dpkg/dpkg.cfg
+/etc/logrotate.d/dpkg
+.fi
+.
+.SH SEE ALSO
+.BR dpkg (1).

+ 1 - 1
man/dpkg.1

@@ -955,7 +955,7 @@ for more information about them:
 .RS
 .nf
 .I control
-.I conffiles
+.IR conffiles " (\fBdeb\-conffiles\fP(5))"
 .I preinst
 .I postinst
 .I prerm

+ 3 - 0
man/po/po4a.cfg

@@ -19,6 +19,9 @@
 [type:man] deb-control.5 $lang:$lang/deb-control.5 \
            add_$lang:po/$lang.add
 
+[type:man] deb-conffiles.5 $lang:$lang/deb-conffiles.5 \
+           add_$lang:po/$lang.add
+
 [type:man] deb-src-control.5 $lang:$lang/deb-src-control.5 \
            add_$lang:po/$lang.add