[Piuparts-commits] rev 843 - in trunk: . debian
Holger Levsen
holger at alioth.debian.org
Tue Dec 28 14:46:08 UTC 2010
Author: holger
Date: 2010-12-28 14:46:05 +0000 (Tue, 28 Dec 2010)
New Revision: 843
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
- add to self.ignored_patterns: /var/lib//update-rc.d(/.*)? (Closes: #605127)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2010-12-28 14:43:15 UTC (rev 842)
+++ trunk/debian/changelog 2010-12-28 14:46:05 UTC (rev 843)
@@ -53,6 +53,7 @@
- add to self.ignored_patterns:
- /etc/init.d/.depend.*
- /var/mail(/.*)? - this used to be just /var/mail/.*
+ - /var/lib//update-rc.d(/.*)? (Closes: #605127)
- create temporary DEBIAN directory for the piuparts-depends-dummy package
with 0755 perms regardless of the umask of the calling shell.
(Closes: #573904)
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2010-12-28 14:43:15 UTC (rev 842)
+++ trunk/piuparts.py 2010-12-28 14:46:05 UTC (rev 843)
@@ -259,6 +259,7 @@
"/var/lib/onak(/.*)?",
"/var/lib/papercut(/.*)?",
"/var/lib/insserv/run.*.log",
+ "/var/lib//update-rc.d(/.*)?",
"/var/log/exim/.*",
"/var/log/exim4/.*",
"/var/mail(/.*)?",
More information about the Piuparts-commits
mailing list