Switch ubuntu-dvd to ubuntu-usb and ubuntu-usb-live tasks.

This commit is contained in:
Colin Watson 2011-08-19 10:56:30 +01:00
parent 768fedaa31
commit 6b7535e7ed
2 changed files with 11 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.28) UNRELEASED; urgency=low
* Switch ubuntu-dvd to ubuntu-usb and ubuntu-usb-live tasks.
-- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Aug 2011 16:43:20 +0100
livecd-rootfs (2.27) oneiric; urgency=low
* fix typo in abootimg call

View File

@ -177,6 +177,11 @@ case $SUBPROJECT in
esac
case $PROJECT in
ubuntu-dvd)
add_task install ubuntu-usb
add_task live ubuntu-usb-live
;;
*-dvd)
add_task live "$PROJECT-live"
;;