From cebc28247a89fc2aa90e75416d3c345717be59b0 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 14 Feb 2008 15:58:31 -0800 Subject: [PATCH] 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 --- BuildLiveCD | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index 7e8a790a..4f5b61fa 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -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 diff --git a/debian/changelog b/debian/changelog index 1c94cccd..09837490 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.52) hardy; urgency=low + + * Enable *ubuntu-dvd and kubuntu-kde4 as known projects in BuildLiveCD + + -- Steve Langasek Thu, 14 Feb 2008 15:58:31 -0800 + livecd-rootfs (0.51) hardy; urgency=low [ Jonathan Riddell ]