]> git.saurik.com Git - apt.git/commitdiff
* Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 25 Oct 2007 11:25:02 +0000 (09:25 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 25 Oct 2007 11:25:02 +0000 (09:25 -0200)
  APT::Acquire::Translation "none" support, closes: #437523.

apt-pkg/init.cc
debian/changelog

index 2b412e16b0a157aad5f69cb303585c0bae48c828..338bef66c42a7c72236788e4c3c6563389ad2ade 100644 (file)
@@ -72,7 +72,10 @@ bool pkgInitConfig(Configuration &Cnf)
    // State   
    Cnf.Set("Dir::Log","var/log/apt");
    Cnf.Set("Dir::Log::Terminal","term.log");
-   
+
+   // Translation
+   Cnf.Set("APT::Acquire::Translation", "environment");
+
    bool Res = true;
    
    // Read an alternate config file
@@ -104,9 +107,6 @@ bool pkgInitConfig(Configuration &Cnf)
    }
 #endif
 
-   // Translation
-   Cnf.Set("APT::Acquire::Translation", "environment");
-   
    return true;
 }
                                                                        /*}}}*/
index 22e966f0f6bef82ef75cf871545f8882e64e3bba..df7b029d683d90d34ce955e511d3740718c64dd7 100644 (file)
@@ -1,3 +1,10 @@
+apt (0.7.8) UNRELEASED; urgency=low
+
+  * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
+    APT::Acquire::Translation "none" support, closes: #437523.
+
+ -- Otavio Salvador <otavio@ossystems.com.br>  Thu, 25 Oct 2007 09:24:56 -0200
+
 apt (0.7.7) UNRELEASED; urgency=low
 
   [ Michael Vogt ]