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

Holger Levsen holger at alioth.debian.org
Mon May 11 08:49:34 UTC 2009


Author: holger
Date: 2009-05-11 08:49:34 +0000 (Mon, 11 May 2009)
New Revision: 398

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
  - added to self.ignored_files:
    - /usr/local/share/texmf/ls-R (see #528021)



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-09 13:34:22 UTC (rev 397)
+++ trunk/debian/changelog	2009-05-11 08:49:34 UTC (rev 398)
@@ -3,11 +3,13 @@
   * piuparts.py:
     - add check whether scriptsdir exits, to fail gracefully if not. 
     - copy scriptsdir to chroot also when doing upgrade tests.
-    - 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).
-    - ignore if /var/lib/ldap* exists after purge (see #527898).
+    - added to self.ignored_files:
+      - /etc/shadow and /etc/shadow- (just as /etc/passwd* and /etc/group*)
+      - /var/games (see #524461)
+      - /usr/local/share/texmf/ls-R (see #528021)
+    - added to self.ignored_patterns:
+      -  /var/lib/dpkg/triggers/*
+      -  /var/lib/ldap(/.*)? (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-09 13:34:22 UTC (rev 397)
+++ trunk/piuparts.py	2009-05-11 08:49:34 UTC (rev 398)
@@ -187,6 +187,7 @@
             "/etc/shells",
             "/etc/skel/.zshrc",
             "/home/ftp",
+            "/usr/local/share/texmf/ls-R",
             "/usr/sbin/policy-rc.d",
             "/usr/share/doc/base-config",
             "/usr/share/doc/base-config/README.Debian",




More information about the Piuparts-commits mailing list