diff --git a/debian/changelog b/debian/changelog index bd6d62074..59c69490b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ linux (4.17.6-2) UNRELEASED; urgency=medium * [armhf] drm/sun4i: Ignore ABI changes (fixes FTBFS) + * debian/control: Fix arch/profile qualifications for libelf-dev + build-dependency -- Ben Hutchings Thu, 12 Jul 2018 15:16:15 +0100 diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index d3069aae9..7a48b2594 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -27,6 +27,9 @@ Build-Depends-Arch: # used by upstream to build signing tools and to process certificates libssl-dev:native , libssl-dev , openssl (>= 1.1.0-1~) , +# used by upstream to build objtool (native for amd64 images; host arch for +# linux-kbuild) and perf (host arch) + libelf-dev:native [amd64] , libelf-dev , # used by upstream to build perf documentation asciidoc-base , xmlto , @@ -37,8 +40,6 @@ Build-Depends-Arch: # - libbabeltrace-ctf-dev may or may not be needed as well libbabeltrace-dev (>= 1.5.3-2~) | libbabeltrace-ctf-dev (>= 1.5.0) , libdw-dev , -# needed for objtool with CONFIG_STACK_VALIDATION=y and CONFIG_UNWINDER_ORC=y - libelf-dev , libiberty-dev , libnewt-dev , libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] ,