[Piuparts-commits] rev 342 - in trunk: . debian
Holger Levsen
holger at alioth.debian.org
Fri Apr 17 10:31:02 UTC 2009
Author: holger
Date: 2009-04-17 10:31:02 +0000 (Fri, 17 Apr 2009)
New Revision: 342
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
- ignore if /var/games exists after purge (see #524461).
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-04-16 23:41:31 UTC (rev 341)
+++ trunk/debian/changelog 2009-04-17 10:31:02 UTC (rev 342)
@@ -6,6 +6,7 @@
- ignore modifications of /var/lib/dpkg/triggers/*
- ignore modifications of /etc/shadow* as /etc/passwd* and /etc/group* are
ignored too.
+ - ignore if /var/games exists after purge (see #524461).
- configure apt in chroots to not install recommends and suggests.
- add support for scanning for packages in changes files, thanks to Andres
Mejia for the patch. (Closes: #352940)
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2009-04-16 23:41:31 UTC (rev 341)
+++ trunk/piuparts.py 2009-04-17 10:31:02 UTC (rev 342)
@@ -206,6 +206,7 @@
"/var/cache/debconf/templates.dat-old",
"/var/cache/ldconfig/aux-cache",
"/var/cache/man/index.db",
+ "/var/games",
"/var/lib/apt/extended_states",
"/var/lib/dpkg/available",
"/var/lib/dpkg/available-old",
More information about the Piuparts-commits
mailing list