From 1f47ef8b8e726372f4dd141da067eb84b198f84b Mon Sep 17 00:00:00 2001 From: Petr Gregor <342731+Gregy@users.noreply.github.com> Date: Sat, 9 May 2020 21:30:26 +0200 Subject: [PATCH] Update rules --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'