commit 8dde3d4dcadc604c7313bc055bf4532f0ed69417 Author: Jacob Appelbaum jacob@appelbaum.net Date: Thu Oct 31 12:13:59 2013 +0100
call dh --with autotools_dev; closes Debian #727986 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules index 02ededf..9b73266 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_BUILD_HARDENING=1
%: - dh $@ + dh --with autotools_dev $@
override_dh_install: dh_install