]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorBogdan Purcareata <bogdan.purcareata@gmail.com>
Thu, 5 Apr 2012 10:03:37 +0000 (12:03 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 5 Apr 2012 10:03:37 +0000 (12:03 +0200)
  - distinguish information about 'apt-get autoremove' based on the
    number of auto-removed packages both before and after the list
    of packages (Closes: #665833)

cmdline/apt-get.cc
debian/changelog
test/integration/test-bug-604222-new-and-autoremove

index ac1566f307ba566f497f79937d6bf582cacb8f58..52618ae2857780e455b48b06b7616bc7cb5de467 100644 (file)
@@ -1826,7 +1826,7 @@ bool DoAutomaticRemove(CacheFile &Cache)
       else
         ioprintf(c1out, P_("%lu package was automatically installed and is no longer required.\n",
                  "%lu packages were automatically installed and are no longer required.\n", autoRemoveCount), autoRemoveCount);
-      c1out << _("Use 'apt-get autoremove' to remove them.") << std::endl;
+      c1out << P_("Use 'apt-get autoremove' to remove it.", "Use 'apt-get autoremove' to remove them.", autoRemoveCount) << std::endl;
    }
    return true;
 }
index d6913b00375683e446cdd420214213ee2162f9a5..fe92378dd72d3e47da0dd185f2bdac1914de4b18 100644 (file)
@@ -63,8 +63,12 @@ apt (0.8.16~exp14) UNRELEASED; urgency=low
   [ Bogdan Purcareata ]
   * doc/apt-get.8.xml:
     - add 'download' to the usage line (Closes: #649340)
+  * cmdline/apt-get.cc:
+    - distinguish information about 'apt-get autoremove' based on the
+      number of auto-removed packages both before and after the list
+      of packages (Closes: #665833)
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Thu, 05 Apr 2012 11:22:34 +0200
+ -- David Kalnischkies <kalnischkies@gmail.com>  Thu, 05 Apr 2012 11:55:30 +0200
 
 apt (0.8.16~exp13) experimental; urgency=low
 
index 2875d547adee4c9189868beec6ff905d08745e77..5820fb0dc1809472c673a325e7bcbf1cddcd0a50 100755 (executable)
@@ -16,7 +16,7 @@ Building dependency tree...
 Reading state information...
 The following package was automatically installed and is no longer required:
   libvtk5.4
-Use 'apt-get autoremove' to remove them.
+Use 'apt-get autoremove' to remove it.
 The following NEW packages will be installed:
   libavcodec52
 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
@@ -28,7 +28,7 @@ Building dependency tree...
 Reading state information...
 The following package was automatically installed and is no longer required:
   libvtk5.4
-Use 'apt-get autoremove' to remove them.
+Use 'apt-get autoremove' to remove it.
 The following extra packages will be installed:
   libavcodec52 libopenal-dev libvtk5.4
 The following NEW packages will be installed: