[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.50-25-gb2e404d
Holger Levsen
holger at layer-acht.org
Wed May 1 10:31:10 UTC 2013
The following commit has been merged in the piatti branch:
commit b2e404d8b06c200e794f21a5708e21d39e31c812
Author: Andreas Beckmann <anbe at debian.org>
Date: Sun Apr 28 16:54:42 2013 +0200
work around lirc prompting for modified conffiles
Signed-off-by: Andreas Beckmann <anbe at debian.org>
cheery pick of ceaf35dc71c0be6591271246fcb89f63df1c184b
diff --git a/custom-scripts/scripts/pre_distupgrade_exceptions b/custom-scripts/scripts/pre_distupgrade_exceptions
index a0698ff..4d8a71e 100755
--- a/custom-scripts/scripts/pre_distupgrade_exceptions
+++ b/custom-scripts/scripts/pre_distupgrade_exceptions
@@ -28,4 +28,10 @@ if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "wheezy" ]; then
;;
esac
+ # WORKSAROUND #655969: lirc: prompting due to modified conffiles which where not modified by the user: /etc/lirc/hardware.conf
+ if [ -f /etc/lirc/hardware.conf ]; then
+ log_debug
+ sed -i '/^DRIVER=/s/.*/DRIVER="UNCONFIGURED"/' /etc/lirc/hardware.conf
+ fi
+
fi
diff --git a/debian/changelog b/debian/changelog
index 97e5e31..27fde01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ piuparts (0.51) UNRELEASED; urgency=low
* piuparts-analyze.py:
* piuparts-report.py:
* Makefile:
+ * Update and add new exceptions for buggy packages.
* scripts-wheezy/post_setup_wheezy-fake-essential: New custom script to
suppress some purge failures in wheezy.
* New known problem: Database setup failure (issue).
--
piuparts git repository
More information about the Piuparts-commits
mailing list