]> git.saurik.com Git - apt.git/commitdiff
fix "apt-get --purge build-dep" (closes: #720597)
authorMichael Vogt <mvo@debian.org>
Thu, 28 Nov 2013 15:50:20 +0000 (16:50 +0100)
committerMichael Vogt <mvo@debian.org>
Thu, 28 Nov 2013 15:50:20 +0000 (16:50 +0100)
apt-private/private-cmndline.cc
debian/changelog

index 8ba6629a802d4b26c5e74c187d839e1d47850a70..b6f257bcb60cd08425e8a9b1536862b56389e116 100644 (file)
@@ -149,6 +149,7 @@ bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const * const
    else if (CmdMatches("build-dep"))
    {
       addArg('a', "host-architecture", "APT::Get::Host-Architecture", CommandLine::HasArg);
+      addArg(0, "purge", "APT::Get::Purge", 0);
       addArg(0, "solver", "APT::Solver", CommandLine::HasArg);
    }
    else if (CmdMatches("clean", "autoclean", "check", "download", "changelog") ||
index ebcc7399d95669483de9afc759823ff6215fe256..7447628db2041933e9fbf30652da9f911aff4530 100644 (file)
@@ -1,3 +1,10 @@
+apt (0.9.13.1) unstable; urgency=low
+
+  [ Colin Watson ]
+  * fix "apt-get  --purge build-dep" (closes: #720597)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 28 Nov 2013 16:49:31 +0100
+
 apt (0.9.13) unstable; urgency=low
 
   [ TJ Guthrie ]