[Piuparts-commits] [piuparts] 02/02: ignore more directories left due to dpkg bug #316521
Holger Levsen
holger at moszumanska.debian.org
Mon Apr 13 19:36:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit b35043620270f8a21ce0fdaaf88a69d00f9233f2
Author: Andreas Beckmann <anbe at debian.org>
Date: Thu Apr 9 21:51:20 2015 +0200
ignore more directories left due to dpkg bug #316521
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
debian/changelog | 4 ++++
piuparts.py | 3 +++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 041cddd..d684e33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ piuparts (0.63) UNRELEASED; urgency=medium
[ Andreas Beckmann ]
* piuparts.py:
+ - Add to ignored_files:
+ + /etc/clamav/
+ + /etc/lighttpd/
+ + /etc/lighttpd/conf-available/
- Increase verbosity when reporting things installed over directory
symlinks: report all symlinks and their targets.
- Reinstall base system packages missing upon removal with
diff --git a/piuparts.py b/piuparts.py
index 2d26975..2911328 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -320,7 +320,10 @@ class Settings:
# work around #316521 dpkg: incomplete cleanup of empty directories
"/etc/apache2/",
"/etc/apache2/conf.d/",
+ "/etc/clamav/",
"/etc/cron.d/",
+ "/etc/lighttpd/",
+ "/etc/lighttpd/conf-available/",
"/etc/nagios-plugins/config/",
"/etc/php5/",
"/etc/php5/conf.d/",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list