configure-index: document Dir::Etc::SourceParts and some other options
authorJulian Andres Klode <jak@debian.org>
Mon, 6 Jul 2009 14:20:13 +0000 (16:20 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 6 Jul 2009 14:20:13 +0000 (16:20 +0200)
(Closes: #459605)

debian/changelog
doc/examples/configure-index

index 6681929..6ffd045 100644 (file)
@@ -41,6 +41,8 @@ apt (0.7.22) UNRELEASED; urgency=low
   * apt-pkg/contrib/configuration.cc: Fix a small memory leak in
     ReadConfigFile.
   * Introduce support for the Enhances field. (Closes: #137583) 
+  * configure-index: document Dir::Etc::SourceParts and some other options
+    (Closes: #459605)
 
  -- Christian Perrier <bubulle@debian.org>  Wed, 22 Apr 2009 10:13:54 +0200
 
index cea0dcc..b2bc95e 100644 (file)
@@ -219,10 +219,13 @@ Dir "/"
   
   // Config files
   Etc "etc/apt/" {
-     SourceList "sources.list";
      Main "apt.conf";
-     Preferences "preferences";     
      Parts "apt.conf.d/";
+     Preferences "preferences";     
+     SourceList "sources.list";
+     SourceParts "sources.list.d";
+     VendorList "vendors.list";
+     VendorParts "vendors.list.d";
   };
   
   // Locations of binaries