[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51

Andreas Beckmann anbe at debian.org
Wed May 15 10:09:54 UTC 2013


The following commit has been merged in the master branch:
commit ceaf35dc71c0be6591271246fcb89f63df1c184b
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Apr 28 16:54:42 2013 +0200

    work around lirc prompting for modified conffiles
    
    #655969, wheezy-ignore
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

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 b4d1c4d..51ea43f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,7 @@ piuparts (0.51) UNRELEASED; urgency=low
   * piuparts-slave.deb:
     - Restrict the ssh key added to master's authorized_keys to only run
       piuparts-master.
+  * 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