Import patches-unapplied version 2.406 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 58c3616089

New changelog entries:
  * Fix syntax error.
impish
Iain Lane 9 years ago committed by usd-importer
parent 58c3616089
commit a8b139028e

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.406) xenial; urgency=medium
* Fix syntax error.
-- Iain Lane <iain@orangesquash.org.uk> Wed, 20 Apr 2016 21:13:23 +0100
livecd-rootfs (2.405) xenial; urgency=medium
* move the snappy kernel builds to the correct linux-image-$arch and

@ -412,6 +412,7 @@ case $PROJECT:$SUBPROJECT in
armhf)
if [ "$devarch" = "raspi2" ]; then
linux_package="linux-image-raspi2 linux-firmware-raspi2"
fi
;;
ppc64el|s390x)
echo "I: skipping kernel and device tarball for $ARCH"

Loading…
Cancel
Save