debian/rules: remove now-unnecessary override

related to https://github.com/i3/i3/issues/4086
This commit is contained in:
Michael Stapelberg 2020-11-15 16:24:35 +01:00 committed by Michael Stapelberg
parent 60c89296c1
commit f4d784b5a7

5
debian/rules vendored
View File

@ -13,11 +13,6 @@ 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 -Dmans=true