]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 21 Jul 2006 09:03:32 +0000 (11:03 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 21 Jul 2006 09:03:32 +0000 (11:03 +0200)
  - fix apt-get dselect-upgrade

cmdline/apt-get.cc
debian/changelog

index 30475756935770feb1e4ec414ed391657f8ab73c..d190e8adffcc3b3f9bf90f3be9f5bb7c817b5968 100644 (file)
@@ -1782,6 +1782,8 @@ bool DoDSelectUpgrade(CommandLine &CmdL)
    if (Cache.OpenForInstall() == false || Cache.CheckDeps() == false)
       return false;
    
+   pkgDepCache::ActionGroup group(Cache);
+
    // Install everything with the install flag set
    pkgCache::PkgIterator I = Cache->PkgBegin();
    for (;I.end() != true; I++)
index 297ce020bb8e558055f844acd48bd45784b8f142..e13b231385785123c63ee63edd83a516d36ce352 100644 (file)
@@ -1,3 +1,9 @@
+apt (0.6.44.2ubuntu4) edgy; urgency=low
+
+  * Make apt-get dselect-upgrade happy again
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 21 Jul 2006 11:03:02 +0200
+
 apt (0.6.44.2ubuntu3) edgy; urgency=low
 
   * Close extended_states file after writing it.