diff --git a/debian/changelog b/debian/changelog index 1f681f16d..8cd4d5fce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ linux (4.2~rc7-1~exp1) UNRELEASED; urgency=medium * [mips,mips64] Remove r4k-ip22, r5k-ip32 and sb1-bcm91250a flavours. * [mipsel,mips64el] Remove sb1-bcm91250a flavour. + [ Ben Hutchings ] + * debian/control: Correct build-dependency on xz-utils, needed on all arches + -- Ben Hutchings Mon, 17 Aug 2015 10:28:46 +0200 linux (4.2~rc6-1~exp1) experimental; urgency=medium diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 8f966f407..dcaf8b1ac 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian Kernel Team Uploaders: Bastian Blank , maximilian attems , Ben Hutchings Standards-Version: 3.9.5 -Build-Depends: debhelper, cpio, kmod, python, python-six, lzma [armel], kernel-wedge, quilt, patchutils, bc -Build-Depends-Indep: xz-utils, xmlto +Build-Depends: debhelper, cpio, kmod, python, python-six, xz-utils, kernel-wedge, quilt, patchutils, bc +Build-Depends-Indep: xmlto Vcs-Git: https://anonscm.debian.org/git/kernel/linux.git Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux.git Homepage: https://www.kernel.org/