Update debian/ for autotools

next
Michael Stapelberg 2016-10-14 09:16:08 +02:00
parent ca83fd566d
commit 8ab1bf6063
1 changed files with 4 additions and 4 deletions

8
debian/rules vendored
View File

@ -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