tag 684776 pending
thanks
Hello,
Bug #684776 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=05a8ddb
---
commit 05a8ddb482419d110571679a29bcd25e3c2b036d
Author: Guillem Jover <[email protected]>
Date: Sun Aug 26 18:14:55 2012 +0200
dpkg: Fix logic on reinstallation of previously configured shared conffiles
When checking for the validity of the Conffiles database field, do not
just assume that a package that is just in stat_unpacked has never
before been configured. Instead check if the last configured version
is the same as the currently extracted version, which will mean the
values in the Conffiles field are valid.
Closes: #684776
diff --git a/debian/changelog b/debian/changelog
index 3671875..bcfa915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,8 @@ dpkg (1.16.9) UNRELEASED; urgency=low
only the first package instance being configured will have a *.dpkg-new
conffile available to be processed, the subsequent ones need to use the
hash from the previously processed entries.
+ * Fix logic for previously configured conffiles, so that the shared
+ conffile checks actually work on reinstallation. Closes: #684776
[ Updated programs translations ]
* Czech (Miroslav Kure).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]