diff --git a/debian/rules b/debian/rules index 877bb1a..be1f688 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,8 @@ #!/usr/bin/make -f %: - dh $@ --with=systemd --with autoreconf + dh $@ --with=systemd --with autoreconf override_dh_installinit: - echo 'not installing init script, relying on systemd' + echo 'not installing init script, relying on systemd' override_dh_auto_test: - echo ' skip tests' + echo ' skip tests'