Bläddra i källkod

* merged from apt--auto-mark

Michael Vogt 20 år sedan
förälder
incheckning
b0a6debfa9
3 ändrade filer med 8 tillägg och 3 borttagningar
  1. 1 2
      cmdline/apt-get.cc
  2. 1 1
      configure.in
  3. 6 0
      debian/changelog

+ 1 - 2
cmdline/apt-get.cc

@@ -1420,7 +1420,7 @@ bool DoUpdate(CommandLine &CmdL)
 bool DoAutomaticRemove(CacheFile &Cache)
 {
    bool Debug = _config->FindI("Debug::pkgAutoRemove",false);
-   bool doAutoRemove = _config->FindB("APT::Get::AutomaticRemove");
+   bool doAutoRemove = _config->FindB("APT::Get::AutomaticRemove", false);
    pkgDepCache::ActionGroup group(*Cache);
    
 
@@ -2646,7 +2646,6 @@ void GetInitialize()
    _config->Set("APT::Get::Fix-Broken",false);
    _config->Set("APT::Get::Force-Yes",false);
    _config->Set("APT::Get::List-Cleanup",true);
-   _config->Set("APT::Get::AutomaticRemove",false);
 }
 									/*}}}*/
 // SigWinch - Window size change signal handler				/*{{{*/

+ 1 - 1
configure.in

@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu14")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu15")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+apt (0.6.45ubuntu15) edgy; urgency=low
+
+  * 
+
+ -- 
+
 apt (0.6.45ubuntu14) edgy; urgency=low
 
   * cmdline/apt-get.cc: