debian/control: Fix arch/profile qualifications for libelf-dev build-dependency

This commit is contained in:
Ben Hutchings 2018-07-12 15:31:04 +01:00
parent 564172e59e
commit fa7a732564
2 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Thu, 12 Jul 2018 15:16:15 +0100

View File

@ -27,6 +27,9 @@ Build-Depends-Arch:
# used by upstream to build signing tools and to process certificates
libssl-dev:native <!stage1>, libssl-dev <!stage1 !pkg.linux.notools cross>,
openssl (>= 1.1.0-1~) <!stage1>,
# used by upstream to build objtool (native for amd64 images; host arch for
# linux-kbuild) and perf (host arch)
libelf-dev:native [amd64] <!stage1>, libelf-dev <!stage1 !pkg.linux.notools>,
# used by upstream to build perf documentation
asciidoc-base <!stage1 !nodoc !pkg.linux.notools>,
xmlto <!stage1 !nodoc !pkg.linux.notools>,
@ -37,8 +40,6 @@ Build-Depends-Arch:
# - libbabeltrace-ctf-dev may or may not be needed as well
libbabeltrace-dev (>= 1.5.3-2~) <!stage1 !pkg.linux.notools !nopython> | libbabeltrace-ctf-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>,
libdw-dev <!stage1 !pkg.linux.notools !nopython>,
# needed for objtool with CONFIG_STACK_VALIDATION=y and CONFIG_UNWINDER_ORC=y
libelf-dev <!stage1>,
libiberty-dev <!stage1 !pkg.linux.notools !nopython>,
libnewt-dev <!stage1 !pkg.linux.notools !nopython>,
libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] <!stage1 !pkg.linux.notools !nopython>,