Browse Source

man: Clarify the requirements for deb-conffile(5) pathnames

Closes: #854417
Proposed-by: Dieter Adriaenssens <dieter.adriaenssens@gmail.com>
Guillem Jover 7 years ago
parent
commit
45eb890431
2 changed files with 8 additions and 2 deletions
  1. 3 1
      debian/changelog
  2. 5 1
      man/deb-conffiles.man

+ 3 - 1
debian/changelog

@@ -1,6 +1,8 @@
 dpkg (1.18.23) UNRELEASED; urgency=medium
 
-  *
+  * Documentation:
+    - Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
+      Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
 
  -- Guillem Jover <guillem@debian.org>  Wed, 01 Feb 2017 06:28:28 +0100
 

+ 5 - 1
man/deb-conffiles.man

@@ -1,6 +1,6 @@
 .\" dpkg manual page - deb-conffiles(5)
 .\"
-.\" Copyright © 2016 Guillem Jover <guillem@debian.org>
+.\" Copyright © 2016-2017 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
@@ -28,6 +28,9 @@ 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.
+They should be listed as absolute pathnames, and should exist in the binary
+package, otherwise \fBdpkg\fP(1) will ignore them (although by default
+\fBdpkg\-deb\fP(1) will refuse to build such binary packages).
 Trailing whitespace will be trimmed, and empty lines will be ignored.
 .
 .SH EXAMPLE
@@ -39,4 +42,5 @@ Trailing whitespace will be trimmed, and empty lines will be ignored.
 .fi
 .
 .SH SEE ALSO
+.BR dpkg\-deb (1),
 .BR dpkg (1).