From 8ab1bf6063dc9c6079ca544aeb05cc623b51553e Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 14 Oct 2016 09:16:08 +0200 Subject: [PATCH] Update debian/ for autotools --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 843655ee..e119f260 100755 --- a/debian/rules +++ b/debian/rules @@ -4,14 +4,14 @@ export V:=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -override_dh_auto_build: - dh_auto_build -- all docs mans - override_dh_installchangelogs: dh_installchangelogs RELEASE-NOTES-* override_dh_strip: dh_strip --dbg-package=i3-wm-dbg +override_dh_auto_test: + # TODO: enable tests + %: - dh $@ --parallel + dh $@ --parallel --builddirectory=build --with=autoreconf -- 2.39.5