Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package debconf Version 1.5.45, that missed the freeze by two days, has one translation update and the following change by Colin Watson to fix some parsing problems with dpkg-query output (reported in Launchpad #1018884, https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/1018884): commit 4bbf9d0312da137aa42a72da8f99c04bc4f35038 Author: Colin Watson <cjwat...@debian.org> Date: Mon Jul 2 15:57:29 2012 +0100 dpkg-reconfigure: Fix dpkg-query parsing when detecting which triggers are pending (LP: #1018884). diff --git a/debian/changelog b/debian/changelog index b7579b5..c5a834c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ debconf (1.5.45) UNRELEASED; urgency=low [ Programs translations ] * German updated. + [ Colin Watson ] + * dpkg-reconfigure: Fix dpkg-query parsing when detecting which triggers + are pending (LP: #1018884). + -- Helge Kreutzmann <deb...@helgefjell.de> Sun, 01 Jul 2012 14:29:43 +0200 debconf (1.5.44) unstable; urgency=low diff --git a/dpkg-reconfigure b/dpkg-reconfigure index 9e27fde..fb79179 100755 --- a/dpkg-reconfigure +++ b/dpkg-reconfigure @@ -309,6 +309,7 @@ sub triggers_pending { open (QUERY, '-|', 'dpkg-query', '-W', '-f', '${Package} ${binary:Package}\t${Triggers-Pending}\n'); while (<QUERY>) { + chomp; my ($pkgnames, $triggers) = split /\t/; if (length $triggers) { # Handle multiarch. Version 1.5.46 has only (but many) translation and translation-related updates. unblock debconf/1.5.46 -- System Information: Debian Release: wheezy/sid Architecture: i386 (i686) Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org