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

Holger Levsen holger at alioth.debian.org
Sun Feb 28 14:38:37 UTC 2010


Author: holger
Date: 2010-02-28 14:38:36 +0000 (Sun, 28 Feb 2010)
New Revision: 673

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
add to self.ignored_patterns: /etc/init.d/.depend.*

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-02-28 14:30:43 UTC (rev 672)
+++ trunk/debian/changelog	2010-02-28 14:38:36 UTC (rev 673)
@@ -34,6 +34,7 @@
     - 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 to self.ignored_patterns: /etc/init.d/.depend.*
   * 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:30:43 UTC (rev 672)
+++ trunk/piuparts.py	2010-02-28 14:38:36 UTC (rev 673)
@@ -240,6 +240,7 @@
         self.ignored_patterns = [
             "/dev/",
             "/etc/ssl/certs(/.*)?",
+            "/etc/init.d/.depend.*",
             "/lib/modules/.*/modules.*",
             "/usr/lib/python2\../site-packages/debconf.py[co]",
             "/var/backups/.*",




More information about the Piuparts-commits mailing list