correct deps andd suppoert for tls 1.3

This commit is contained in:
Mario Fetka 2018-02-19 12:50:19 +01:00
parent b58fd4f47f
commit 73dd393227
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: wolfssl
Priority: optional
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Build-Depends:
debhelper (>= 10),
debhelper (>= 9),
libpcap0.8-dev,
openssl
Standards-Version: 4.1.2

2
debian/rules vendored
View File

@ -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: