Import patches-unapplied version 2.416 to ubuntu/yakkety-proposed

Imported using git-ubuntu import.

Changelog parent: 2848624193

New changelog entries:
  * Fix security mirror sources.list entries for non-x86 architectures.
impish
Adam Conrad 9 years ago committed by usd-importer
parent 2848624193
commit a98e648df2

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.416) yakkety; urgency=medium
* Fix security mirror sources.list entries for non-x86 architectures.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 13 Jun 2016 02:20:02 -0600
livecd-rootfs (2.415) yakkety; urgency=medium
[ Michael Vogt ]

@ -102,12 +102,12 @@ deb $LB_PARENT_MIRROR_BINARY $LB_DISTRIBUTION-backports main restricted universe
# deb http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner
# deb-src http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner
deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted
deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe
deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse
deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted
# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted
deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe
# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe
deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse
# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse
EOF
fi

@ -4,10 +4,10 @@
set -ex
echo "I: Adding var/lib/snapd/classic"
echo "I: Adding var/lib/snapd/hostfs"
PREFIX=binary/boot/filesystem.dir
(cd $PREFIX
install -m755 -d var/lib/snapd/classic
install -m755 -d var/lib/snapd/hostfs
)
Loading…
Cancel
Save