]> git.saurik.com Git - apt.git/commitdiff
Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new
authorMichael Vogt <mvo@debian.org>
Wed, 28 Aug 2013 10:46:49 +0000 (12:46 +0200)
committerMichael Vogt <mvo@debian.org>
Wed, 28 Aug 2013 10:46:49 +0000 (12:46 +0200)
apt-private/private-cmndline.cc
cmdline/apt-get.cc
doc/apt-get.8.xml

index 8902f07d5970a2416a4a15930990f120168538d5..121d72ede4a17d536bcd89e912f8d66d097c990a 100644 (file)
@@ -125,7 +125,8 @@ bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const * const
       addArg(0, "solver", "APT::Solver", CommandLine::HasArg);
       if (CmdMatches("upgrade"))
       {
-        addArg(0, "allow-new", "APT::Get::UpgradeAllowNew", 0);
+         addArg(0, "new-pkgs", "APT::Get::Upgrade-Allow-New", 
+                CommandLine::Boolean);
       }
    }
    else if (CmdMatches("update"))
index c273dfaaa61abbeb35bd394102a1949974f3b8aa..3a41b8c1fb9c81dd554abf9974d6a14d106a8478 100644 (file)
@@ -1628,7 +1628,7 @@ void SigWinch(int)
 
 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);
index cc4e82255f4e23fc952bbdd8ee7ec77d812d87ae..6ccd9e5ecabba7af9b19058fb726d7fcfa07bd32 100644 (file)
      Configuration Item: <literal>APT::Ignore-Hold</literal>.</para></listitem>
      </varlistentry>
 
+     <varlistentry><term><option>--with-new-pkgs</option></term>
+     <listitem><para>Allow installing new packages when used in
+     conjunction with <literal>upgrade</literal>.  This is useful if
+     the update of a installed package requires new dependencies to be
+     installed. Instead of holding the package back <literal>upgrade</literal>
+     will upgrade the package and install the new dependencies. Note that
+     <literal>upgrade</literal> with this option will never remove packages,
+     only allow adding new ones.
+     Configuration Item:  <literal>APT::Get::Upgrade-Allow-New</literal>.
+     </para></listitem>
+     </varlistentry>
+
      <varlistentry><term><option>--no-upgrade</option></term>
      <listitem><para>Do not upgrade packages; when used in conjunction with <literal>install</literal>,
      <literal>no-upgrade</literal> will prevent packages on the command line