[SCM] live-helper branch, debian, updated. debian/2.0_a2-1-1-ga836414

Daniel Baumann daniel at debian.org
Mon Nov 30 12:50:00 UTC 2009


The following commit has been merged in the debian branch:
commit a8364147c405f8fbcb7d6df82d880a2db01323f6
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Nov 30 13:47:54 2009 +0100

    Updating icedove-l10n packagename handling for post-lenny, thanks to intrigeri <intrigeri at boum.org>.

diff --git a/helpers/lh_chroot_localization b/helpers/lh_chroot_localization
index 12104e7..a277f17 100755
--- a/helpers/lh_chroot_localization
+++ b/helpers/lh_chroot_localization
@@ -608,7 +608,16 @@ then
 				;;
 
 			icedove)
-				Check_installed chroot/usr/bin/icedove icedove; [ $INSTALL_STATUS -eq 0 ] && Check_package "" icedove-locale-"${ICEDOVE}"
+				Check_installed chroot/usr/bin/icedove icedove
+				if [ $INSTALL_STATUS -eq 0 ]
+				then
+					if [ "${LH_DISTRIBUTION}" = lenny ]
+					then
+						Check_package "" icedove-locale-"${ICEDOVE}"
+					else
+						Check_package "" icedove-l10n-"${ICEDOVE}"
+					fi
+				fi
 				;;
 
 			iceweasel)

-- 
live-helper



More information about the debian-live-changes mailing list