From a8b139028ef285bd7b8d7ad7a0f67d233287d282 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Wed, 20 Apr 2016 21:13:23 +0100 Subject: [PATCH] Import patches-unapplied version 2.406 to ubuntu/xenial-proposed Imported using git-ubuntu import. Changelog parent: 58c36160892d43ab389ea176937d040b495e8c81 New changelog entries: * Fix syntax error. --- debian/changelog | 6 ++++++ live-build/auto/build | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 405e5590..2af8c26b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.406) xenial; urgency=medium + + * Fix syntax error. + + -- Iain Lane 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 diff --git a/live-build/auto/build b/live-build/auto/build index 654c31dc..93713d36 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -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"