debian/control: Remove obsolete workarounds and alternate build deps

The dpkg bugs affecting libssl-dev build deps were fixed in 1.18.8.
The various non-M-A packages for which we used :native qualification
were fixed before stretch release.  So neither unstable nor
stretch-backports needs these.
This commit is contained in:
Ben Hutchings 2017-09-30 14:39:46 +01:00
parent 06c36b3662
commit 112ad0c27f
2 changed files with 5 additions and 7 deletions

1
debian/changelog vendored
View File

@ -25,6 +25,7 @@ linux (4.13.4-1~exp1) UNRELEASED; urgency=medium
- Install copyright file (and some other documentation) when the nodoc
profile is used
* debian/control: Move many build dependencies to Build-Depends-Arch field
* debian/control: Remove obsolete workarounds and alternate build deps
[ Uwe Kleine-König ]
* [arm64] really enable NET_DSA_MV88E6XXX for Espressobin

View File

@ -23,18 +23,15 @@ 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 arch-qualification is a workaround for #827628 and #827633
libssl-dev:native <!stage1>, libssl-dev [linux-any] <!stage1 !pkg.linux.notools cross>,
# - openssl needs to run on the host; need :native for older versions that do
# not have M-A: allowed but need unqualified name for newer versions
openssl (>= 1.1.0-1~) <!stage1> | openssl:native <!stage1>,
libssl-dev:native <!stage1>, libssl-dev <!stage1 !pkg.linux.notools cross>,
openssl (>= 1.1.0-1~) <!stage1>,
# used by upstream to build perf documentation
asciidoc-base <!stage1 !nodoc !pkg.linux.notools> | asciidoc <!stage1 !nodoc !pkg.linux.notools>,
asciidoc-base <!stage1 !nodoc !pkg.linux.notools>,
xmlto <!stage1 !nodoc !pkg.linux.notools>,
# used by upstream to build perf
bison <!stage1 !pkg.linux.notools !nopython>,
# - flex needs to run on the host; we have the same problem as for openssl
flex (>= 2.6.1-1.1~) <!stage1 !pkg.linux.notools !nopython> | flex:native <!stage1 !pkg.linux.notools !nopython>,
flex (>= 2.6.1-1.1~) <!stage1 !pkg.linux.notools !nopython>,
gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1 !pkg.linux.notools !nopython>,
libaudit-dev <!stage1 !pkg.linux.notools !nopython>,
libbabeltrace-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>,