summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-10-03 06:57:54 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-10-03 06:57:54 +0200
commit47935976f8f49f169de35f8f6fa44aaa5f648b55 (patch)
tree624eae722ae1ff067d05f3ffe0c26a5488f4c64b /debian/rules
parent6981bb81eb962317ecccc4b8c5a3f13243b069fd (diff)
Drop dh-systemd from both Build-Depends and dh command line
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c8c0dca..603d9a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ endif
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with systemd
+ dh $@
override_dh_auto_configure:
-test -f tests/t_client.sh.not || mv tests/t_client.sh tests/t_client.sh.not