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

Lucas Nussbaum lucas at alioth.debian.org
Mon May 5 09:55:07 UTC 2008


Author: lucas
Date: 2008-05-05 09:55:07 +0000 (Mon, 05 May 2008)
New Revision: 150

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
ignore /var/cache/ldconfig/aux-cache

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-05-05 09:49:09 UTC (rev 149)
+++ trunk/debian/changelog	2008-05-05 09:55:07 UTC (rev 150)
@@ -12,8 +12,9 @@
     Using -s to save the tarball is easier.
   * Finally fixes the check for broken symlinks. Thanks go to
     Tobias Grimm for the patch. Closes: #468157, 478587.
+  * Ignore /var/cache/ldconfig/aux-cache.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Mon, 05 May 2008 11:44:55 +0200
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Mon, 05 May 2008 11:54:48 +0200
 
 piuparts (0.30) unstable; urgency=low
 

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2008-05-05 09:49:09 UTC (rev 149)
+++ trunk/piuparts.py	2008-05-05 09:55:07 UTC (rev 150)
@@ -199,6 +199,7 @@
             "/var/cache/debconf/passwords.dat",
             "/var/cache/debconf/templates.dat",
             "/var/cache/debconf/templates.dat-old",
+            "/var/cache/ldconfig/aux-cache",
             "/var/cache/man/index.db",
             "/var/lib/apt/extended_states",
             "/var/lib/dpkg/available",




More information about the Piuparts-commits mailing list