From 221ee98fcf37f86223452eb348e033a32deaee56 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 10 Sep 2018 23:04:37 +0100 Subject: [PATCH] debian/control: Remove "cross" from profiles for build-dep on libssl-dev Ideally we should not require any special profile to be enabled for a cross-build. (Unfortunately we still will because cross-compiler and native compiler packages are named differently.) For a native build, the build-dependency on libssl-dev is redundant with the previous build-dependency on libssl-dev:native, so this shouldn't make any practical difference. --- debian/changelog | 1 + debian/templates/control.source.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 854896528..0aa8419dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ linux (4.19~rc3-1~exp2) UNRELEASED; urgency=medium * [hppa,mips*,powerpc*,sh4] debian/control: Build-depend on libunwind-dev for linux-perf * debian/control: Build-depend on libnuma-dev for linux-perf on all arches + * debian/control: Remove "cross" from profiles for build-dep on libssl-dev -- Ben Hutchings Mon, 10 Sep 2018 22:25:53 +0100 diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 83cb51ef7..d8348f6ab 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -25,7 +25,7 @@ Build-Depends-Arch: # used by upstream to build include/generated/timeconst.h bc , # used by upstream to build signing tools and to process certificates - libssl-dev:native , libssl-dev , + 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)