Imported Debian patch 3.10.2+dfsg-2
This commit is contained in:
committed by
Mario Fetka
parent
1893aafd38
commit
2662009d46
27
debian/rules
vendored
Executable file
27
debian/rules
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# Uncomment this to change the hardening options
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
VERSION=$(shell dpkg-parsechangelog |grep ^Version:|cut -d ' ' -f 2)
|
||||
|
||||
%:
|
||||
dh $@ --with autotools-dev
|
||||
# dh $@ --with autotools-dev --with autoreconf --with dkms
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
--enable-sha224 \
|
||||
--enable-distro \
|
||||
--disable-examples \
|
||||
--disable-silent-rules
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbgsym-migration='libwolfssl3-dbg (<< 3.9.10-1~)'
|
||||
|
||||
#override_dh_dkms:
|
||||
# dh_dkms -V $(VERSION)
|
||||
Reference in New Issue
Block a user