Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-manpage
authorMichael Vogt <mvo@ubuntu.com>
Tue, 1 Apr 2014 10:28:56 +0000 (12:28 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Tue, 1 Apr 2014 10:28:56 +0000 (12:28 +0200)
Conflicts:
cmdline/apt.cc

1  2 
cmdline/apt.cc
doc/apt-verbatim.ent

diff --cc cmdline/apt.cc
@@@ -119,9 -108,10 +108,10 @@@ int main(int argc, const char *argv[]
          return 100;
      }
  
-    // FIXME: move into a new libprivate/private-install.cc:Install()
-    _config->Set("DPkgPM::Progress-Fancy", "1");
-    _config->Set("Apt::Color", "1");
+     // some different defaults
 -   _config->CndSet("DPkgPM::Progress", "1");
++   _config->CndSet("DPkgPM::Progress-Fancy", "1");
+    _config->CndSet("Apt::Color", "1");
+    _config->CndSet("APT::Get::Upgrade-Allow-New", true);
  
     // Parse the command line and initialize the package library
     CommandLine CmdL(Args.data(), _config);
Simple merge