]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/dpkgpm.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 10 Sep 2007 13:09:28 +0000 (15:09 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 10 Sep 2007 13:09:28 +0000 (15:09 +0200)
  - fix progress reporting precent calculation (LP: #137798)

apt-pkg/deb/dpkgpm.cc
debian/changelog

index 90ae413f4ab9043c68385bcbec63634dcf00f4db..8b4e6701ae93d5389ca21d5ea7666ac47785778f 100644 (file)
@@ -572,17 +572,20 @@ bool pkgDPkgPM::Go(int OutStatusFd)
       { 
         {"unpacked",N_("Preparing to configure %s") },
         {"half-configured", N_("Configuring %s") },
+#if 0
         {"triggers-awaited", N_("Processing triggers for %s") },
         {"triggers-pending", N_("Processing triggers for %s") },
-        {"half-configured", N_("Configuring %s") },
+#endif
         { "installed", N_("Installed %s")},
         {NULL, NULL}
       },
       // Remove operation
       { 
         {"half-configured", N_("Preparing for removal of %s")},
+#if 0
         {"triggers-awaited", N_("Preparing for removal of %s")},
         {"triggers-pending", N_("Preparing for removal of %s")},
+#endif
         {"half-installed", N_("Removing %s")},
         {"config-files",  N_("Removed %s")},
         {NULL, NULL}
index b0f41412610495f6d0f9e2272e1ebc6e306a0d31..e34dc385b6f00b5af885dbeb4e8cdaab70b2e816 100644 (file)
@@ -1,3 +1,10 @@
+apt (0.7.6ubuntu9) gutsy; urgency=low
+
+  * apt-pkg/deb/dpkgpm.cc:
+    - fix progress reporting precent calculation (LP: #137798)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Sep 2007 14:57:53 +0200
+
 apt (0.7.6ubuntu8) gutsy; urgency=low
 
   * apt-pkg/deb/dpkgpm.{cc,h}: