diff --git a/BuildLiveCD b/BuildLiveCD index 8b12b6dd..a25cc238 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -74,7 +74,7 @@ fi if (( $# == 0 )) || [ "X$1" = "Xall" ]; then set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu mythbuntu base if [ "$ARCH" = "i386" ]; then - set -- ubuntu ubuntu-dvd ubuntu-lpia ubuntu-mobile kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu mythbuntu base + set -- ubuntu ubuntu-dvd ubuntu-lpia ubuntu-mobile ubuntu-umpc kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu mythbuntu base fi fi @@ -85,7 +85,7 @@ esac for arg in "$@"; do case "$arg" in - *ubuntu|*ubuntu-dvd|kubuntu-kde4|ubuntu-lpia|ubuntu-mobile|mythbuntu|base|tocd) ;; + *ubuntu|*ubuntu-dvd|kubuntu-kde4|ubuntu-lpia|ubuntu-mobile|ubuntu-umpc|mythbuntu|base|tocd) ;; *) echo "bad project: $arg" >&2 exit 2 diff --git a/debian/changelog b/debian/changelog index 79fc66d4..cb977f7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ livecd-rootfs (0.74ubuntu1) UNRELEASED; urgency=low + [ Steve Langasek ] * BuildLiveCD: recognize 'mythbuntu' and 'ubuntu-mobile' as valid project names + [ Colin Watson ] + * BuildLiveCD: add ubuntu-umpc too. + -- Steve Langasek Sat, 15 Nov 2008 23:28:26 -0800 livecd-rootfs (0.74) jaunty; urgency=low