From febaf50aa599c45be0d69796d87bb8fa89348225 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 14 Dec 2013 12:15:36 -0800 Subject: [PATCH] Run autoreconf before dh_auto_configure This makes sure the configure script is generated and up-to-date Signed-off-by: Keith Packard --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index c149de1..e2ef0eb 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,7 @@ export DH_VERBOSE=1 %: dh $@ --with autotools-dev + +override_dh_auto_configure: + autoreconf -i -f + dh_auto_configure -- 2.30.2