[SCM] live-helper branch, debian-next, updated. debian/2.0_a7-1-3-g6ea0696

Daniel Baumann daniel at debian.org
Wed Feb 17 13:50:37 UTC 2010


The following commit has been merged in the debian-next branch:
commit 6ea0696863412f50a2bafa5786365fc1a099a5a5
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Feb 17 14:46:41 2010 +0100

    Marking gwenview in chroot_localization as lenny-only, thanks to Rodrigo P. Gomez <armyofthepenguin at gmail.com>.

diff --git a/helpers/chroot_localization b/helpers/chroot_localization
index a277f17..333ee34 100755
--- a/helpers/chroot_localization
+++ b/helpers/chroot_localization
@@ -638,7 +638,11 @@ then
 		esac
 	done
 
-	Check_installed chroot/usr/bin/gwenview gwenview; [ $INSTALL_STATUS -eq 0 ] && Check_package "" gwenview-i18n
+	if [ "${LH_DISTRIBUTION}" = "lenny" ]
+	then
+		Check_installed chroot/usr/bin/gwenview gwenview; [ $INSTALL_STATUS -eq 0 ] && Check_package "" gwenview-i18n
+	fi
+
 	Check_installed chroot/usr/bin/k3b k3b; [ $INSTALL_STATUS -eq 0 ] && Check_package "" k3b-i18n
 
 	# Restoring cache

-- 
live-helper



More information about the debian-live-changes mailing list