[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.49-30-gbd8fd0e

Andreas Beckmann debian at abeckmann.de
Mon Jan 21 17:39:02 UTC 2013


The following commit has been merged in the piatti branch:
commit f4ee571c5f311acaffe2b8b71755d85a7450ca5b
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Dec 3 00:39:23 2012 +0100

    pre_install_exceptions: prepare for adding more lenny exceptions
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 163fb30..e27241c 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -71,11 +71,13 @@ if [ "$PIUPARTS_DISTRIBUTION" = "squeeze" ]; then
 
 fi
 
-# allow lenny kernel image installation in chroot
 if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
+
+	# allow lenny kernel image installation in chroot
 	for flavor in amd64 openvz-amd64 vserver-amd64 xen-amd64 486 686 686-bigmem openvz-686 vserver-686 vserver-686-bigmem xen-686
 	do
 		echo "linux-image-2.6.26-2-$flavor linux-image-2.6.26-2-$flavor/preinst/bootloader-initrd-2.6.26-2-$flavor boolean false"
 		echo "linux-image-2.6.26-2-$flavor linux-image-2.6.26-2-$flavor/preinst/lilo-initrd-2.6.26-2-$flavor boolean false"
 	done | debconf-set-selections
+
 fi
diff --git a/debian/changelog b/debian/changelog
index 5a55b88..7d7707e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ piuparts (0.50) UNRELEASED; urgency=low
   * post_distupgrade_exceptions: Handle libdb4.8 removal in wheezy.
   * pre_remove_50_find_bad_permissions: Add some exceptions.
   * pre_remove_50_find_missing_copyright: Add some exceptions.
+  * Add several exceptions for lenny and lenny2squeeze tests.
 
  -- Andreas Beckmann <debian at abeckmann.de>  Tue, 15 Jan 2013 11:51:43 +0100
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list