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:
5
debian/rules
vendored
5
debian/rules
vendored
@ -13,6 +13,11 @@ override_dh_strip:
|
|||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# TODO: enable tests
|
# 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:
|
override_dh_auto_configure:
|
||||||
# Set -Ddocdir; the default is /usr/share/doc/i3
|
# Set -Ddocdir; the default is /usr/share/doc/i3
|
||||||
dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm
|
dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm
|
||||||
|
Reference in New Issue
Block a user