mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-25 18:01:17 +00:00
Don't include lupin-casper in ubuntu-touch images.
This commit is contained in:
parent
45212a3690
commit
361c7f03dc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.128) UNRELEASED; urgency=low
|
||||
|
||||
* Don't include lupin-casper in ubuntu-touch images.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Fri, 03 May 2013 08:45:11 -0700
|
||||
|
||||
livecd-rootfs (2.127) saucy; urgency=low
|
||||
|
||||
* Install metapackages rather than tasks for ubuntu-touch, since it still
|
||||
|
@ -122,9 +122,13 @@ case $IMAGEFORMAT in
|
||||
;;
|
||||
|
||||
*)
|
||||
if [ "$PROJECT" != ubuntu-server ]; then
|
||||
add_package live lupin-casper
|
||||
fi
|
||||
case $PROJECT in
|
||||
ubuntu-server|ubuntu-touch)
|
||||
;;
|
||||
*)
|
||||
add_package live lupin-casper
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user