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

Holger Levsen holger at alioth.debian.org
Sat May 9 10:29:33 UTC 2009


Author: holger
Date: 2009-05-09 10:29:33 +0000 (Sat, 09 May 2009)
New Revision: 396

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
  - ignorre if /var/lib/ldap* exists after purge (see #527898)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-07 16:33:13 UTC (rev 395)
+++ trunk/debian/changelog	2009-05-09 10:29:33 UTC (rev 396)
@@ -7,6 +7,7 @@
     - ignore modifications of /etc/shadow* as /etc/passwd* and /etc/group* are
       ignored too.
     - ignore if /var/games exists after purge (see #524461).
+    - ignore if /var/lib/ldap* exists after purge (see #527898).
     - 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-05-07 16:33:13 UTC (rev 395)
+++ trunk/piuparts.py	2009-05-09 10:29:33 UTC (rev 396)
@@ -238,6 +238,7 @@
             "/var/lib/cvs(/.*)?",
             "/var/lib/dpkg/alternatives",
             "/var/lib/dpkg/triggers/.*",
+            "/var/lib/ldap(/.*)?",
             "/var/lib/maxdb(/.*)?",
             "/var/lib/onak(/.*)?",
             "/var/lib/papercut(/.*)?",




More information about the Piuparts-commits mailing list