Parcourir la source

dpkg(1): Clarify effect of --purge on files in homedirs

Closes: #593628

Signed-off-by: Guillem Jover <guillem@debian.org>
The Fungi il y a 16 ans
Parent
commit
bbc30fb513
2 fichiers modifiés avec 7 ajouts et 3 suppressions
  1. 2 0
      debian/changelog
  2. 5 3
      man/dpkg.1

+ 2 - 0
debian/changelog

@@ -6,6 +6,8 @@ dpkg (1.15.8.5) UNRELEASED; urgency=low
     this happens normally when the package was never installed before.
     this happens normally when the package was never installed before.
   * Improve git format documentation in dpkg-source(1).
   * Improve git format documentation in dpkg-source(1).
     Thanks to Joey Hess, based on a patch by Tanguy Ortolo.
     Thanks to Joey Hess, based on a patch by Tanguy Ortolo.
+  * Clarify effect of “dpkg --purge” on homedir files in dpkg(1).
+    Thanks to The Fungi <fungi@yuggoth.org>. Closes: #593628
 
 
   [ Updated programs translations ]
   [ Updated programs translations ]
   * Italian (Milo Casagrande). Closes: #592953
   * Italian (Milo Casagrande). Closes: #592953

+ 5 - 3
man/dpkg.1

@@ -86,8 +86,8 @@ The package is selected for deinstallation (i.e. we want to remove all
 files, except configuration files).
 files, except configuration files).
 .TP
 .TP
 .B purge
 .B purge
-The package is selected to be purged (i.e. we want to remove everything,
-even configuration files).
+The package is selected to be purged (i.e. we want to remove everything
+from system directories, even configuration files).
 .SS PACKAGE FLAGS
 .SS PACKAGE FLAGS
 .TP
 .TP
 .B reinst\-required
 .B reinst\-required
@@ -172,7 +172,9 @@ respectively. Note: some configuration files might be unknown to
 \fBdpkg\fP because they are created and handled separately through the
 \fBdpkg\fP because they are created and handled separately through the
 configuration scripts. In that case, \fBdpkg\fP won't remove them by
 configuration scripts. In that case, \fBdpkg\fP won't remove them by
 itself, but the package's \fIpostrm\fP script (which is called by
 itself, but the package's \fIpostrm\fP script (which is called by
-\fBdpkg\fP), has to take care of their removal during purge.
+\fBdpkg\fP), has to take care of their removal during purge. Of course,
+this only applies to files in system directories, not configuration files
+written to individual users' home directories.
 
 
 Removing of a package consists of the following steps:
 Removing of a package consists of the following steps:
 .br
 .br