Update debian/ for autotools
This commit is contained in:
parent
ca83fd566d
commit
8ab1bf6063
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue