Просмотр исходного кода

Changed 'Install-Recommends' to 'true' in configure-index.

Eugene V. Lyubimkin лет назад: 17
Родитель
Сommit
50c2691814
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 0
      debian/changelog
  2. 1 1
      doc/examples/configure-index

+ 2 - 0
debian/changelog

@@ -52,6 +52,8 @@ apt (0.7.17) unstable; urgency=low
       Andre Felipe Machado. (Closes: #267087)
     - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
     - Documented 'APT::Default-Release' in apt.conf. (Closes: #430399)
+    - APT::Install-Recommends is now true by default, mentioned this in
+      configure-index example. (Closes: #463268)
 
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 24 Oct 2008 23:45:17 +0300
 

+ 1 - 1
doc/examples/configure-index

@@ -103,7 +103,7 @@ APT
 
   // consider Recommends, Suggests as important dependencies that should
   // be installed by default
-  Install-Recommends "false";
+  Install-Recommends "true";
   Install-Suggests "false";
 
   // consider dependencies of packages in this section manual