From 99232ea1f13ccc5a934a458ca1a3c55ad5bfad8c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 6 Jul 2011 13:25:42 +0100 Subject: [PATCH] Re-enable deb-src lines for Edubuntu (LP: #806428). --- debian/changelog | 6 ++++++ live-build/auto/config | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4a570d37..ef5020ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.10) UNRELEASED; urgency=low + + * Re-enable deb-src lines for Edubuntu (LP: #806428). + + -- Colin Watson Wed, 06 Jul 2011 13:24:11 +0100 + livecd-rootfs (2.9) oneiric; urgency=low * Rename the ARM headless image to ubuntu-server for oneiric diff --git a/live-build/auto/config b/live-build/auto/config index 9f8fd659..eae4ab64 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -52,6 +52,7 @@ add_package () OPTS= COMPONENTS= BINARY_REMOVE_LINUX=: +SOURCE='--source false' case $IMAGEFORMAT in ext2|ext3|ext4) @@ -85,6 +86,7 @@ case $PROJECT in add_task install minimal standard edubuntu-desktop-gnome add_task live edubuntu-live COMPONENTS='main restricted universe' + SOURCE='--source true --source-images none' ;; xubuntu) @@ -155,7 +157,7 @@ lb config noauto \ --bootstrap-keyring ubuntu-keyring \ --binary-images none \ --memtest none \ - --source false \ + $SOURCE \ --build-with-chroot false \ ${MIRROR:+--parent-mirror-bootstrap $MIRROR} \ ${COMPONENTS:+--parent-archive-areas "$COMPONENTS"} \