Import patches-unapplied version 0.52 to ubuntu/hardy

Imported using git-ubuntu import.

Changelog parent: 577bdaf2592db9104f8f08408dc06f87f09cc1b9

New changelog entries:
  * Enable *ubuntu-dvd and kubuntu-kde4 as known projects in BuildLiveCD
This commit is contained in:
Steve Langasek 2008-02-14 15:58:31 -08:00 committed by usd-importer
parent 577bdaf259
commit cebc28247a
2 changed files with 7 additions and 1 deletions

View File

@ -68,7 +68,7 @@ esac
for arg in "$@"; do
case "$arg" in
*ubuntu|ubuntu-lpia|base|tocd) ;;
*ubuntu|*ubuntu-dvd|kubuntu-kde4|ubuntu-lpia|base|tocd) ;;
*)
echo "bad project: $arg" >&2
exit 2

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (0.52) hardy; urgency=low
* Enable *ubuntu-dvd and kubuntu-kde4 as known projects in BuildLiveCD
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 14 Feb 2008 15:58:31 -0800
livecd-rootfs (0.51) hardy; urgency=low
[ Jonathan Riddell ]