[Piuparts-commits] rev 672 - in trunk: . debian

Holger Levsen holger at alioth.debian.org
Sun Feb 28 14:30:45 UTC 2010


Author: holger
Date: 2010-02-28 14:30:43 +0000 (Sun, 28 Feb 2010)
New Revision: 672

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
add to self.ignored_files: /var/lib/apt/lists/partial/.delete-me-later

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-02-28 14:01:09 UTC (rev 671)
+++ trunk/debian/changelog	2010-02-28 14:30:43 UTC (rev 672)
@@ -33,6 +33,7 @@
       output. Thanks to Fabrice Coutadeur for the patch! (Closes: #567190)
     - new option: --warn-on-leftovers-after-purge to not fail if a package
       leaves files behind after purge. (Closes: #566599)
+    - add to self.ignored_files: /var/lib/apt/lists/partial/.delete-me-later
   * Add ${misc:Depends} to Depends in debian/control. 
   * Makefile: support python 2.5 and 2.6 instead of 2.4 and 2.5, adjust
     debian/control accordingly.

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2010-02-28 14:01:09 UTC (rev 671)
+++ trunk/piuparts.py	2010-02-28 14:30:43 UTC (rev 672)
@@ -214,6 +214,7 @@
             "/var/cache/ldconfig/aux-cache",
             "/var/games",
             "/var/lib/apt/extended_states",
+            "/var/lib/apt/lists/partial/.delete-me-later",
             "/var/lib/dpkg/available",
             "/var/lib/dpkg/available-old", 
             "/var/lib/dpkg/diversions",




More information about the Piuparts-commits mailing list