From c58cb20e31b424d70cd02ec251c07cea96217dfe Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 10 Jun 2009 13:20:29 -0700 Subject: [PATCH] Don't force installation of libgoffice-gtk-0-6 on xubuntu; this package is now obsolete. --- debian/changelog | 7 +++++++ livecd.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0d96ab12..665ccded 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (0.83ubuntu1) UNRELEASED; urgency=low + + * Don't force installation of libgoffice-gtk-0-6 on xubuntu; this package + is now obsolete. + + -- Steve Langasek Wed, 10 Jun 2009 13:19:50 -0700 + livecd-rootfs (0.83) karmic; urgency=low * Don't fail if livecd.${FSS}.{kernel,initrd} already exist for some diff --git a/livecd.sh b/livecd.sh index 7863a268..b635f1ac 100755 --- a/livecd.sh +++ b/livecd.sh @@ -190,7 +190,7 @@ Flags: seen LIVELIST="edubuntu-live^ laptop-detect casper lupin-casper" ;; xubuntu) - LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-6 xubuntu-desktop^" + LIST="$LIST minimal^ standard^ xterm xubuntu-desktop^" LIVELIST="xubuntu-live^ laptop-detect casper lupin-casper" COMP="main restricted universe multiverse" ;;