From 73dd393227d567e084c4644e6ab241de188a7d7c Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 19 Feb 2018 12:50:19 +0100 Subject: [PATCH] correct deps andd suppoert for tls 1.3 --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e300433..13562f9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wolfssl Priority: optional Maintainer: Felix Lechner Build-Depends: - debhelper (>= 10), + debhelper (>= 9), libpcap0.8-dev, openssl Standards-Version: 4.1.2 diff --git a/debian/rules b/debian/rules index 5bd20f5..995d660 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all #VERSION=$(shell echo $DEB_VERSION |cut -d ' ' -f 2) %: - dh $@ + dh $@ --with autoreconf,autotools_dev # dh $@ --with dkms override_dh_auto_configure: