diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 76cd5ac..2b8f7e2 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export DH_OPTIONS export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with systemd,autotools-dev,autoreconf + dh $@ --with systemd,autoreconf override_dh_autoreconf: touch NEWS |