[SCM] live-build branch, debian, updated. debian/3.0_a54-1-21-g227ae76

Daniel Baumann daniel at debian.org
Sun Jul 29 00:06:34 UTC 2012


The following commit has been merged in the debian branch:
commit bedb2fa9f999a697cd9dfee0be1a1fc66227c877
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jul 28 21:01:37 2012 +0200

    Including gnupg on ubuntu by default through corresponding default for bootstrap includes.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index f194a8b..8788aeb 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -378,7 +378,12 @@ Set_defaults ()
 	fi
 
 	# Include packages on base
-	# LB_BOOTSTRAP_INCLUDE
+	case "${LB_MODE}" in
+		ubuntu|kubuntu)
+			LB_BOOTSTRAP_INCLUDE="${LB_BOOTSTRAP_INCLUDE:-gnupg}"
+			;;
+
+	esac
 
 	# Exclude packages on base
 	# LB_BOOTSTRAP_EXCLUDE

-- 
live-build



More information about the debian-live-changes mailing list