From 112ad0c27fabd402f07bf04fa19e0bd8bbfaaa0a Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 30 Sep 2017 14:39:46 +0100 Subject: [PATCH] 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. --- debian/changelog | 1 + debian/templates/control.source.in | 11 ++++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2fd7f04de..580bcc877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 27d5284a8..1b6bb02a9 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -23,18 +23,15 @@ 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 arch-qualification is a workaround for #827628 and #827633 - libssl-dev:native , libssl-dev [linux-any] , -# - 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~) | openssl:native , + libssl-dev:native , libssl-dev , + openssl (>= 1.1.0-1~) , # used by upstream to build perf documentation - asciidoc-base | asciidoc , + asciidoc-base , xmlto , # used by upstream to build perf bison , # - flex needs to run on the host; we have the same problem as for openssl - flex (>= 2.6.1-1.1~) | flex:native , + flex (>= 2.6.1-1.1~) , gcc-multilib [amd64 ppc64 s390x sparc64] , libaudit-dev , libbabeltrace-dev (>= 1.5.0) ,