[s390x] linux-image: Install compressed kernel image (fixes FTBFS)

I don't know why we ever installed uncompressed kernel images, but
they are no longer supported upstream so we must switch now.
This commit is contained in:
Ben Hutchings 2018-09-05 02:38:28 +01:00
parent 9b7a59bc92
commit e6b8c56ca3
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux (4.19~rc2-1~exp2) UNRELEASED; urgency=medium
* [s390x] linux-image: Install compressed kernel image (fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 05 Sep 2018 02:37:19 +0100
linux (4.19~rc2-1~exp1) experimental; urgency=medium
* New upstream release candidate

View File

@ -4,7 +4,7 @@ flavours:
kernel-arch: s390
[build]
image-file: arch/s390/boot/image
image-file: arch/s390/boot/bzImage
vdso: true
[image]