[Piuparts-commits] [piuparts] 01/01: piuparts.py: Add /etc/init/startpar-bridge.conf to ignored_files to workaround #744398 in debsums.
Holger Levsen
holger at moszumanska.debian.org
Thu Apr 17 10:41:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 04ccef952cc6c8a35a21a78e769e203355888507
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Apr 17 12:41:20 2014 +0200
piuparts.py: Add /etc/init/startpar-bridge.conf to ignored_files to workaround #744398 in debsums.
---
debian/changelog | 7 +++++--
piuparts.py | 2 ++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 89703e4..098928f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ piuparts (0.58) UNRELEASED; urgency=low
[ Holger Levsen ]
* debian/copyright: update years.
- * piuparts.py: ignore multiarch definition in_default_debian_mirrors()
- (Closes: #711370)
+ * piuparts.py:
+ - ignore multiarch definition in_default_debian_mirrors()
+ (Closes: #711370)
+ - Add to ignored_files:
+ + /etc/init/startpar-bridge.conf to workaround #744398 in debsums.
* custom-scripts: add debugging output for resolvconf. (See #660350)
* Adapt and rename conf/piuparts.apache to piuparts-master.conf as per
apache2.4 transition. (Closes: #712384)
diff --git a/piuparts.py b/piuparts.py
index 08d8085..da1bc13 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -309,6 +309,8 @@ class Settings:
# work around broken symlinks
"/usr/lib/python2.6/dist-packages/python-support.pth", #635493 and #385775
"/usr/lib/python2.7/dist-packages/python-support.pth",
+ # work around #744398 which is caused by #689508
+ "/etc/init/startpar-bridge.conf",
# work around #316521 dpkg: incomplete cleanup of empty directories
"/etc/apache2/",
"/etc/apache2/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