mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 03:11:40 +00:00
Move from lts-saucy to lts-trusty packages for the point release.
This commit is contained in:
parent
b6ec1faa83
commit
a52c774adc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.65.13) precise; urgency=medium
|
||||||
|
|
||||||
|
* Move from lts-saucy to lts-trusty packages for the point release.
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Wed, 30 Jul 2014 02:44:48 -0600
|
||||||
|
|
||||||
livecd-rootfs (2.65.12) precise; urgency=medium
|
livecd-rootfs (2.65.12) precise; urgency=medium
|
||||||
|
|
||||||
* Make the output kernel/initrd world-readable in a couple more cases,
|
* Make the output kernel/initrd world-readable in a couple more cases,
|
||||||
|
@ -134,7 +134,7 @@ case $PROJECT in
|
|||||||
# sufficiently that some manual hints are
|
# sufficiently that some manual hints are
|
||||||
# needed.
|
# needed.
|
||||||
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop libqt4-sql-sqlite notify-osd
|
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop libqt4-sql-sqlite notify-osd
|
||||||
add_package install xserver-xorg-lts-saucy
|
add_package install xserver-xorg-lts-trusty
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
add_task install minimal standard ubuntu-desktop
|
add_task install minimal standard ubuntu-desktop
|
||||||
@ -145,12 +145,12 @@ case $PROJECT in
|
|||||||
# tasks post-release at the moment.
|
# tasks post-release at the moment.
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64)
|
||||||
add_package live linux-signed-generic-lts-saucy
|
add_package live linux-signed-generic-lts-trusty
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
KERNEL_FLAVOURS=generic-lts-saucy
|
KERNEL_FLAVOURS=generic-lts-trusty
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
@ -176,7 +176,7 @@ case $PROJECT in
|
|||||||
# sufficiently that some manual hints are
|
# sufficiently that some manual hints are
|
||||||
# needed.
|
# needed.
|
||||||
add_package install ubuntu-minimal ubuntu-standard edubuntu-desktop libqt4-sql-sqlite notify-osd
|
add_package install ubuntu-minimal ubuntu-standard edubuntu-desktop libqt4-sql-sqlite notify-osd
|
||||||
add_package install xserver-xorg-lts-saucy
|
add_package install xserver-xorg-lts-trusty
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
add_task install minimal standard edubuntu-desktop-gnome
|
add_task install minimal standard edubuntu-desktop-gnome
|
||||||
@ -187,13 +187,13 @@ case $PROJECT in
|
|||||||
# tasks post-release at the moment.
|
# tasks post-release at the moment.
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64)
|
||||||
add_package live linux-signed-generic-lts-saucy
|
add_package live linux-signed-generic-lts-trusty
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
KERNEL_FLAVOURS=generic-lts-saucy
|
KERNEL_FLAVOURS=generic-lts-trusty
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
@ -223,7 +223,7 @@ case $PROJECT in
|
|||||||
# sufficiently that some manual hints are
|
# sufficiently that some manual hints are
|
||||||
# needed.
|
# needed.
|
||||||
add_package install ubuntu-minimal ubuntu-standard mythbuntu-desktop notify-osd
|
add_package install ubuntu-minimal ubuntu-standard mythbuntu-desktop notify-osd
|
||||||
add_package install xserver-xorg-lts-saucy
|
add_package install xserver-xorg-lts-trusty
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
add_task install minimal standard mythbuntu-desktop
|
add_task install minimal standard mythbuntu-desktop
|
||||||
@ -233,7 +233,7 @@ case $PROJECT in
|
|||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
KERNEL_FLAVOURS=generic-lts-saucy
|
KERNEL_FLAVOURS=generic-lts-trusty
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user