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.
This commit is contained in:
Ben Hutchings 2018-09-10 23:04:37 +01:00
parent 49de383756
commit 221ee98fcf
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Mon, 10 Sep 2018 22:25:53 +0100

View File

@ -25,7 +25,7 @@ Build-Depends-Arch:
# used by upstream to build include/generated/timeconst.h
bc <!stage1>,
# used by upstream to build signing tools and to process certificates
libssl-dev:native <!stage1>, libssl-dev <!stage1 !pkg.linux.notools cross>,
libssl-dev:native <!stage1>, libssl-dev <!stage1 !pkg.linux.notools>,
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)