diff --git a/debian/autoreconf b/debian/autoreconf new file mode 100644 index 0000000..ef1aab0 --- /dev/null +++ b/debian/autoreconf @@ -0,0 +1 @@ +tools diff --git a/debian/rules b/debian/rules index cfc9652..56dc601 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow %: - dh $@ --with apache2 + dh $@ --with apache2,autoreconf override_dh_auto_configure: dh_auto_configure --sourcedirectory=tools -- \