[SCM] live-helper branch, debian, updated. debian/2.0_a7-1-15-g1b862bc

Daniel Baumann daniel at debian.org
Sun Feb 21 09:51:36 UTC 2010


The following commit has been merged in the debian branch:
commit b7879356c51ef73de939af477cc06d2dafe78497
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