Files
i3/debian/rules
Michael Stapelberg 0bea175b51 disable dh_autoreconf
We still have autotools in the tree, so this is not a no-op yet.

related to #4086
2020-05-19 19:07:53 +02:00

31 lines
688 B
Makefile
Executable File

#!/usr/bin/make -f
# vi: ts=8 sw=8 noet
export V:=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_installchangelogs:
dh_installchangelogs RELEASE-NOTES-*
override_dh_strip:
dh_strip --dbg-package=i3-wm-dbg
override_dh_auto_test:
# TODO: enable tests
# TODO(autotools-removal): remove this override:
override_dh_autoreconf:
# Not needed with meson, but not a no-op either until we get rid of the
# autotools files.
override_dh_auto_configure:
# Set -Ddocdir; the default is /usr/share/doc/i3
dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm
override_dh_builddeb:
# bintray does not support xz currently.
dh_builddeb -- -Zgzip
%:
dh $@ --buildsystem=meson