]> git.saurik.com Git - apt.git/commitdiff
Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid
authorMichael Vogt <mvo@debian.org>
Tue, 8 Oct 2013 17:59:04 +0000 (19:59 +0200)
committerMichael Vogt <mvo@debian.org>
Tue, 8 Oct 2013 17:59:04 +0000 (19:59 +0200)
1  2 
apt-private/private-cmndline.cc
cmdline/apt-get.cc
doc/apt-get.8.xml

Simple merge
index 630a9489b31c0351fba6b0952400ea9fe49794e4,3a41b8c1fb9c81dd554abf9974d6a14d106a8478..e5e22e16635a7e31260acb0dca0f68740912cfe9
@@@ -1596,9 -1625,10 +1596,9 @@@ void SigWinch(int
  #endif
  }
                                                                        /*}}}*/
 -
 -bool DoUpgrade(CommandLine &CmdL)
 +bool DoUpgrade(CommandLine &CmdL)                                     /*{{{*/
  {
-    if (_config->FindB("APT::Get::UpgradeAllowNew", false) == true)
+    if (_config->FindB("APT::Get::Upgrade-Allow-New", false) == true)
        return DoUpgradeWithAllowNewPackages(CmdL);
     else
        return DoUpgradeNoNewPackages(CmdL);
Simple merge