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

Ubuntu dpkg 1.14.5ubuntu14



This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
Format: 1.7
Date: Tue, 18 Sep 2007 17:14:31 +0100
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source
Version: 1.14.5ubuntu14
Distribution: gutsy
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Ian Jackson <iwj@ubuntu.com>
Description: 
 dpkg       - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect    - user tool to manage Debian packages
Changes: 
 dpkg (1.14.5ubuntu14) gutsy; urgency=low
 .
   * Change syntax of `processing:...' status fd outputs so
     as to avoid crashing apt's lame parser.
Files: 
 62c55a6d130e56fa0990a03f92569959 957 admin required dpkg_1.14.5ubuntu14.dsc
 2a0efc4eee9840ba746170ff0cb22843 5838727 admin required dpkg_1.14.5ubuntu14.tar.gz
Original-Maintainer: Dpkg Developers <team@dpkg.org>
diff -pruN 1.14.5ubuntu13/debian/changelog 1.14.5ubuntu14/debian/changelog
--- 1.14.5ubuntu13/debian/changelog	2007-09-18 14:13:14.000000000 +0100
+++ 1.14.5ubuntu14/debian/changelog	2007-09-18 17:21:02.000000000 +0100
@@ -1,3 +1,10 @@
+dpkg (1.14.5ubuntu14) gutsy; urgency=low
+
+  * Change syntax of `processing:...' status fd outputs so
+    as to avoid crashing apt's lame parser.
+
+ -- Ian Jackson <iwj@ubuntu.com>  Tue, 18 Sep 2007 17:14:31 +0100
+
 dpkg (1.14.5ubuntu13) gutsy; urgency=low
 
   * Changes to --status-fd and logging, motivated by the need to
diff -pruN 1.14.5ubuntu13/man/dpkg.1 1.14.5ubuntu14/man/dpkg.1
--- 1.14.5ubuntu13/man/dpkg.1	2007-09-18 11:59:43.000000000 +0100
+++ 1.14.5ubuntu14/man/dpkg.1	2007-09-18 17:22:31.000000000 +0100
@@ -493,7 +493,7 @@ by at least one space.
 .BI "status: " file " : conffile-prompt : '" real-old "' '" real-new "' " useredited " " distedited
 User is being asked a configuration file question.
 .TP
-.BI "processing: \fIstage\fR \fIpkg\fR
+.BI "processing: " stage ": " package
 Sent just before a processing stage starts.  \fIstage\fR is one of
 .BR upgrade ", " install " (both sent before unpacking),"
 .BR configure ", " trigproc  ", " remove  ", " purge .
diff -pruN 1.14.5ubuntu13/src/help.c 1.14.5ubuntu14/src/help.c
--- 1.14.5ubuntu13/src/help.c	2007-09-18 12:11:30.000000000 +0100
+++ 1.14.5ubuntu14/src/help.c	2007-09-18 17:20:13.000000000 +0100
@@ -554,5 +554,5 @@ void log_action(const char *action, stru
   log_message("%s %s %s %s", action, pkg->name,
 	      versiondescribe(&pkg->installed.version, vdew_nonambig),
 	      versiondescribe(&pkg->available.version, vdew_nonambig));
-  statusfd_send("processing: %s %s",action,pkg->name);
+  statusfd_send("processing: %s: %s",action,pkg->name);
 }

Reply to: