Control: tag 823288 pending Hi!
Bug #823288 in package dpkg reported by you has been fixed in the dpkg/dpkg.git Git repository. You can see the changelog below, and you can check the diff of the fix at: https://anonscm.debian.org/cgit/dpkg/dpkg.git/diff/?id=c931762 --- commit c931762286a22626b4f9958d457248a027bfc0f7 Author: Guillem Jover <guil...@debian.org> Date: Tue May 3 18:11:06 2016 +0200 dpkg: Fix file queue tail assignment in file queue pop When we are popping a file from the files queue, we might end up messing it up. To check for the side-effects on the file-system one should look for files with .dpkg-new extension for packages that have been fully configured and where those files are not listed as owned by them. These packages will need to be reinstalled. Closes: #823288 diff --git a/debian/changelog b/debian/changelog index b8acd2b..e070e58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ dpkg (1.18.6) UNRELEASED; urgency=medium + * Fix file queue tail assignment on file queue pop during unpack. This + could mess up the file queue in some circumstances and leave behind + files in the filesystem as «pathname».dpkg-new after configuration + and without traces of the files in the dpkg database. Closes: #823288 * Packaging: - Bump Standards-Version to 3.9.8 (no changes needed).