]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/init.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 9 Aug 2006 15:17:04 +0000 (17:17 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 9 Aug 2006 15:17:04 +0000 (17:17 +0200)
  - init "install-recommends", "install-suggests" with default "false"
* debian/changelog:
  - updated

apt-pkg/init.cc
debian/changelog

index b47378d4a96ad6c87565bc010e7797b65996a375..a26f1d01cb8cb67e8fb66dafeb97f8cb34f8ef6c 100644 (file)
@@ -40,6 +40,8 @@ bool pkgInitConfig(Configuration &Cnf)
    else
       Cnf.Set("APT::Architecture",COMMON_OS "-" COMMON_CPU);
    Cnf.Set("APT::Build-Essential::", "build-essential");
+   Cnf.Set("APT::Install-Recommends", false);
+   Cnf.Set("APT::Install-Suggests", false);
    Cnf.Set("Dir","/");
    
    // State   
index de9a43d49d4cf4a7278e439a9ccd7c7b09d615f4..65ec82cc1c37b25586ce04acbce9bf02c2128207 100644 (file)
@@ -1,3 +1,10 @@
+apt (0.6.45.2) unstable; urgency=low
+
+  * added "--install-recommends" to handle recommends as 
+    dependencies (closes: #42266)
+
+ --
+
 apt (0.6.45.1) unstable; urgency=low
 
   * debian/control: