Import patches-unapplied version 2.335 to ubuntu/wily-proposed

Imported using git-ubuntu import.

Changelog parent: 7782a87448

New changelog entries:
  * Attempt to build Ubuntu image using metapackages instead of tasks; this
    is necessary in order to build a test image out of wily-proposed for the
    g++5 transition, but may be reverted later if this doesn't turn out to
    be maintainable.  (Code taken from the trusty HWE LTS branch of
    livecd-rootfs.)
impish
Steve Langasek 10 years ago committed by usd-importer
parent 7782a87448
commit f4d2a993b3

10
debian/changelog vendored

@ -1,3 +1,13 @@
livecd-rootfs (2.335) wily; urgency=medium
* Attempt to build Ubuntu image using metapackages instead of tasks; this
is necessary in order to build a test image out of wily-proposed for the
g++5 transition, but may be reverted later if this doesn't turn out to
be maintainable. (Code taken from the trusty HWE LTS branch of
livecd-rootfs.)
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 09 Aug 2015 22:54:24 -0700
livecd-rootfs (2.334) wily; urgency=medium livecd-rootfs (2.334) wily; urgency=medium
* add dnsmasq user to snappy builds, needed by ubuntu-fan * add dnsmasq user to snappy builds, needed by ubuntu-fan

@ -180,9 +180,12 @@ case $BINARYFORMAT in
;; ;;
esac esac
SIGNED_KERNEL_PACKAGE="linux-signed-generic"
UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite unity gnome-terminal"
case $PROJECT in case $PROJECT in
ubuntu|ubuntu-dvd) ubuntu|ubuntu-dvd)
add_task install minimal standard add_package install ubuntu-minimal ubuntu-standard
case "$ARCH+$SUBARCH" in case "$ARCH+$SUBARCH" in
armhf+omap4) armhf+omap4)
# Don't use the task as this drags in the regular X # Don't use the task as this drags in the regular X
@ -194,12 +197,12 @@ case $PROJECT in
xserver-xorg-input-evdev-omap-revert xserver-xorg-input-evdev-omap-revert
;; ;;
*) *)
add_task install ubuntu-desktop add_package install ubuntu-desktop $UNITY_HWE_HINTS
;; ;;
esac esac
LIVE_TASK='ubuntu-live' LIVE_TASK='ubuntu-live'
case $ARCH in case $ARCH in
amd64) add_package live linux-signed-generic ;; amd64) add_package live $SIGNED_KERNEL_PACKAGE ;;
esac esac
;; ;;

Loading…
Cancel
Save