Re-enable deb-src lines for Edubuntu (LP: #806428).

ubuntu/precise
Colin Watson 14 years ago
parent f725b7c13c
commit 99232ea1f1

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.10) UNRELEASED; urgency=low
* Re-enable deb-src lines for Edubuntu (LP: #806428).
-- Colin Watson <cjwatson@ubuntu.com> Wed, 06 Jul 2011 13:24:11 +0100
livecd-rootfs (2.9) oneiric; urgency=low livecd-rootfs (2.9) oneiric; urgency=low
* Rename the ARM headless image to ubuntu-server for oneiric * Rename the ARM headless image to ubuntu-server for oneiric

@ -52,6 +52,7 @@ add_package ()
OPTS= OPTS=
COMPONENTS= COMPONENTS=
BINARY_REMOVE_LINUX=: BINARY_REMOVE_LINUX=:
SOURCE='--source false'
case $IMAGEFORMAT in case $IMAGEFORMAT in
ext2|ext3|ext4) ext2|ext3|ext4)
@ -85,6 +86,7 @@ case $PROJECT in
add_task install minimal standard edubuntu-desktop-gnome add_task install minimal standard edubuntu-desktop-gnome
add_task live edubuntu-live add_task live edubuntu-live
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
SOURCE='--source true --source-images none'
;; ;;
xubuntu) xubuntu)
@ -155,7 +157,7 @@ lb config noauto \
--bootstrap-keyring ubuntu-keyring \ --bootstrap-keyring ubuntu-keyring \
--binary-images none \ --binary-images none \
--memtest none \ --memtest none \
--source false \ $SOURCE \
--build-with-chroot false \ --build-with-chroot false \
${MIRROR:+--parent-mirror-bootstrap $MIRROR} \ ${MIRROR:+--parent-mirror-bootstrap $MIRROR} \
${COMPONENTS:+--parent-archive-areas "$COMPONENTS"} \ ${COMPONENTS:+--parent-archive-areas "$COMPONENTS"} \

Loading…
Cancel
Save