Imported Debian patch 3.13.0+dfsg-1

This commit is contained in:
Felix Lechner
2017-12-21 15:43:45 -08:00
committed by Mario Fetka
486 changed files with 170201 additions and 33128 deletions

11
debian/rules vendored
View File

@@ -1,21 +1,24 @@
#!/usr/bin/make -f
# -*- makefile -*-
include /usr/share/dpkg/pkg-info.mk
# 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)
#VERSION=$(shell dpkg-parsechangelog |grep ^Version:|cut -d ' ' -f 2)
# following is to avoid a lintian warning, but untested
#VERSION=$(shell echo $DEB_VERSION |cut -d ' ' -f 2)
%:
dh $@ --with autotools-dev
# dh $@ --with autotools-dev --with autoreconf --with dkms
dh $@
# dh $@ --with dkms
override_dh_auto_configure:
dh_auto_configure -- \
--enable-sha224 \
--enable-distro \
--disable-examples \
--disable-silent-rules