From fb87df3e85f945460f330cb25e734d4652d73edd Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 12 Sep 2011 22:51:46 +0000 Subject: [PATCH] autoreconf is needed by debian build process when using svn version. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c30bbdb..c82a5bd 100755 --- a/debian/rules +++ b/debian/rules @@ -18,4 +18,4 @@ export DH_OPTIONS %: - dh $@ + dh --with autoreconf $@