From 13d576c53f387b26c046be56081947ad9afa9652 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 10 Jun 2009 13:22:11 -0700 Subject: [PATCH] Import patches-unapplied version 0.84 to ubuntu/karmic Imported using git-ubuntu import. Changelog parent: 5f0a6d5f712e13b50c586010cae03739c3fcdf3d New changelog entries: * 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..666789d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (0.84) karmic; 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:22:11 -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" ;;