disable dh_autoreconf

We still have autotools in the tree, so this is not a no-op yet.

related to #4086
This commit is contained in:
Michael Stapelberg 2020-05-19 18:49:03 +02:00
parent ff6c2d2214
commit 0bea175b51

5
debian/rules vendored
View File

@ -13,6 +13,11 @@ override_dh_strip:
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