From 5c5bd781a61c6e46ec982030aa82fb4d74f824d8 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 28 Jan 2008 16:32:29 +0000 Subject: [PATCH] * Allow Xubuntu to build against universe and multiverse. --- debian/changelog | 6 ++++++ livecd.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index fa5e1bcb..9c4b7307 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.49) UNRELEASED; urgency=low + + * Allow Xubuntu to build against universe and multiverse. + + -- Colin Watson Mon, 28 Jan 2008 16:31:53 +0000 + livecd-rootfs (0.48) hardy; urgency=low * fix typo in getopts call so the -m and -S options are recognized diff --git a/livecd.sh b/livecd.sh index e38e9643..1fc2aa02 100755 --- a/livecd.sh +++ b/livecd.sh @@ -184,6 +184,7 @@ Flags: seen xubuntu) LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-5 xubuntu-desktop^" LIVELIST="xubuntu-live^ xresprobe laptop-detect casper lupin-casper" + COMP="main restricted universe multiverse" ;; gobuntu) LIST="$LIST minimal^ standard^ gobuntu-desktop^"