Compare commits

..

No commits in common. "master" and "debian/3.13.0+dfsg-1" have entirely different histories.

2 changed files with 3 additions and 7 deletions

5
debian/control vendored
View File

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

5
debian/rules vendored
View File

@ -14,15 +14,14 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#VERSION=$(shell echo $DEB_VERSION |cut -d ' ' -f 2)
%:
dh $@ --with autoreconf,autotools_dev
dh $@
# dh $@ --with dkms
override_dh_auto_configure:
dh_auto_configure -- \
--enable-distro \
--disable-examples \
--disable-silent-rules \
--disable-debug
--disable-silent-rules
override_dh_strip:
dh_strip --dbgsym-migration='libwolfssl3-dbg (<< 3.9.10-1~)'