瀏覽代碼

* apt-pkg/init.cc:
- init "install-recommends", "install-suggests" with default "false"
* debian/changelog:
- updated

Michael Vogt 20 年之前
父節點
當前提交
73c460c358
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 2 0
      apt-pkg/init.cc
  2. 7 0
      debian/changelog

+ 2 - 0
apt-pkg/init.cc

@@ -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   

+ 7 - 0
debian/changelog

@@ -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: