[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#684761: marked as done (unblock: debconf/1.5.46)



Your message dated Mon, 13 Aug 2012 21:42:41 +0100
with message-id <1344890561.1515.6.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#684761: unblock: debconf/1.5.46
has caused the Debian Bug report #684761,
regarding unblock: debconf/1.5.46
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
684761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684761
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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 <cjwatson@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 <debian@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

--- End Message ---
--- Begin Message ---
On Mon, 2012-08-13 at 17:55 +0200, Christian Perrier wrote:
> 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):

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: