From 0c82d9447fdf3701e116ca7214313c80ab597f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 28 Mar 2017 07:45:35 +0200 Subject: Change Maintainer, some buildsystem changes --- debian/rules | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e7fbeec..87543ae 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,13 @@ #export DH_VERBOSE=1 -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/buildvars.mk -include /usr/share/cdbs/1/rules/autoreconf.mk +#include /usr/share/cdbs/1/rules/debhelper.mk +#include /usr/share/cdbs/1/class/autotools.mk +#include /usr/share/cdbs/1/rules/buildvars.mk +#include /usr/share/cdbs/1/rules/autoreconf.mk + +# hardening +export DEB_BUILD_MAINT_OPTIONS = hardening=+all ifneq ($(findstring $(DEB_BUILD_ARCH), mips mipsel),) CFLAGS += -mplt @@ -16,3 +19,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror \ DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) DEB_MAKE_CHECK_TARGET = check + +%: + dh $@ --with autoreconf -- cgit v1.2.3