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