The following commit has been merged in the master branch:
commit 368b3934bbf1d106e8448b8587657292c24da777
Author: Guillem Jover <[email protected]>
Date: Tue Sep 8 07:19:59 2009 +0200
dpkg: Remove obsolete conffiles on purge
Closes: #454628
diff --git a/debian/changelog b/debian/changelog
index 16057ca..55e4332 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
dpkg (1.15.5) UNRELEASED; urgency=low
+ [ Guillem Jover ]
+ * Remove obsolete conffiles on purge. Closes: #454628
+
[ Updated dpkg translations ]
* German (Sven Joachim).
diff --git a/src/remove.c b/src/remove.c
index 1ad5cb9..af0427e 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -441,7 +441,6 @@ static void removal_bulk_remove_configfiles(struct pkginfo
*pkg) {
if (conff->obsolete) {
debug(dbg_conffdetail, "removal_bulk conffile obsolete %s",
conff->name);
- continue;
}
varbufreset(&fnvb);
r= conffderef(pkg, &fnvb, conff->name);
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]