Import patches-unapplied version 2.290 to ubuntu/vivid-proposed

Imported using git-ubuntu import.

Changelog parent: 9efe2723ef

New changelog entries:
  * touch: Explicitly uninstall systemd-sysv, to help apt to install upstart
    when the preferred "init" alternative is systemd-sysv. Also explicitly
    install packagekit to help the problem resolver. Thanks Colin Watson!
    (LP: #1428026)
impish
Martin Pitt 10 years ago committed by usd-importer
parent 9efe2723ef
commit d43f1aeb9c

9
debian/changelog vendored

@ -1,3 +1,12 @@
livecd-rootfs (2.290) vivid; urgency=medium
* touch: Explicitly uninstall systemd-sysv, to help apt to install upstart
when the preferred "init" alternative is systemd-sysv. Also explicitly
install packagekit to help the problem resolver. Thanks Colin Watson!
(LP: #1428026)
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 04 Mar 2015 12:04:22 +0100
livecd-rootfs (2.289) vivid; urgency=medium livecd-rootfs (2.289) vivid; urgency=medium
* add info about /var/log ownership so it ends up in the ubuntu-touch build * add info about /var/log ownership so it ends up in the ubuntu-touch build

@ -410,7 +410,7 @@ case $PROJECT in
;; ;;
ubuntu-touch) ubuntu-touch)
add_package install ubuntu-minimal ubuntu-touch add_package install ubuntu-minimal ubuntu-touch systemd-sysv- packagekit
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg' export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'

Loading…
Cancel
Save