aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-07-12 15:31:04 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-07-12 15:32:19 +0100
commitfa7a7325643531a7395133a2555bfcdd77079ab0 (patch)
treecc0d6551c80efe6226eb51f71781d911d9d6c15f
parent564172e59e9793c4857c3f65d5416f896dd12e77 (diff)
downloadkernel_replicant_linux-fa7a7325643531a7395133a2555bfcdd77079ab0.tar.gz
kernel_replicant_linux-fa7a7325643531a7395133a2555bfcdd77079ab0.tar.bz2
kernel_replicant_linux-fa7a7325643531a7395133a2555bfcdd77079ab0.zip
debian/control: Fix arch/profile qualifications for libelf-dev build-dependency
-rw-r--r--debian/changelog2
-rw-r--r--debian/templates/control.source.in5
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index bd6d620742b2..59c69490b597 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 <ben@decadent.org.uk> Thu, 12 Jul 2018 15:16:15 +0100
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index d3069aae9bb4..7a48b2594ffd 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 <!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>,