From b0706125a6df00e20d53f4805485298eb8e43322 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 20 Jan 2012 23:23:42 +0000 Subject: [PATCH] BuildLiveCD: Accept ubuntustudio-dvd as a valid project. --- BuildLiveCD | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index 83ec12a5..de64be46 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -89,7 +89,7 @@ esac for arg in "$@"; do case "$arg" in - *ubuntu|*ubuntu-dvd|kubuntu-mobile|kubuntu-netbook|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|base|tocd|ubuntu-headless|ubuntu-server|ubuntu-core) ;; + *ubuntu|*ubuntu-dvd|kubuntu-mobile|kubuntu-netbook|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|ubuntustudio-dvd|base|tocd|ubuntu-headless|ubuntu-server|ubuntu-core) ;; *) echo "bad project: $arg" >&2 exit 2 diff --git a/debian/changelog b/debian/changelog index 1799b0e1..37b10302 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.51) UNRELEASED; urgency=low + + * BuildLiveCD: Accept ubuntustudio-dvd as a valid project. + + -- Colin Watson Fri, 20 Jan 2012 23:23:01 +0000 + livecd-rootfs (2.50) precise; urgency=low * Add Ubuntu Studio support.