From a6e1b5a61d1a7a363f89c50058ae89adc2d658ae Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 20 Jan 2012 23:23:48 +0000 Subject: [PATCH] Import patches-unapplied version 2.51 to ubuntu/precise Imported using git-ubuntu import. Changelog parent: 7e0ed1eec6775b03d5ae8b3b093eb41990f1656d New changelog entries: * 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..bfb6932c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.51) precise; urgency=low + + * BuildLiveCD: Accept ubuntustudio-dvd as a valid project. + + -- Colin Watson Fri, 20 Jan 2012 23:23:48 +0000 + livecd-rootfs (2.50) precise; urgency=low * Add Ubuntu Studio support.