From a99b872fc2cda9b7f2b7b76881cff64410ec5d63 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 8 Sep 2018 22:57:40 +0200 Subject: debian/rules: Keep --with-autoreconf, as we build with DH compat level 9 (for stretch compatibility). --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 10bd6f4..4842c17 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: - dh $@ + dh $@ --with-autoreconf override_dh_auto_configure: dh_auto_configure $(DHFLAGS) -- \ -- cgit v1.2.3