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 Priority: optional
Maintainer: Felix Lechner <felix.lechner@lease-up.com> Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Build-Depends: Build-Depends:
autotools-dev, debhelper (>= 10),
dh-autoreconf,
quilt,
debhelper (>= 9),
libpcap0.8-dev, libpcap0.8-dev,
openssl openssl
Standards-Version: 4.1.2 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) #VERSION=$(shell echo $DEB_VERSION |cut -d ' ' -f 2)
%: %:
dh $@ --with autoreconf,autotools_dev dh $@
# dh $@ --with dkms # dh $@ --with dkms
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- \
--enable-distro \ --enable-distro \
--disable-examples \ --disable-examples \
--disable-silent-rules \ --disable-silent-rules
--disable-debug
override_dh_strip: override_dh_strip:
dh_strip --dbgsym-migration='libwolfssl3-dbg (<< 3.9.10-1~)' dh_strip --dbgsym-migration='libwolfssl3-dbg (<< 3.9.10-1~)'