From 6a5ff48144130ac7384c306458ac227e21aec637 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 25 Oct 2020 22:10:26 +0100 Subject: debian/rules: Add --with autoreconf DH option. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index f5955d1..542fd05 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ NULL = export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --parallel --with systemd + dh $@ --parallel --with systemd --with autoreconf override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh -- cgit v1.2.3