]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-upgrade.cc
implement default apt-get file --release-info mode
[apt.git] / apt-private / private-upgrade.cc
index 2a6dcc1533a29e5de82e8d85147ee698def05f9d..d13a6af49055a051e17e2e288c0a542ead575ac4 100644 (file)
@@ -33,7 +33,7 @@ static bool UpgradeHelper(CommandLine &CmdL, int UpgradeFlags)
 /* Intelligent upgrader that will install and remove packages at will */
 bool DoDistUpgrade(CommandLine &CmdL)
 {
-   return UpgradeHelper(CmdL, 0);
+   return UpgradeHelper(CmdL, APT::Upgrade::ALLOW_EVERYTHING);
 }
                                                                        /*}}}*/
 bool DoUpgrade(CommandLine &CmdL)                                      /*{{{*/