diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-03 06:57:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-03 06:57:54 +0200 |
commit | 47935976f8f49f169de35f8f6fa44aaa5f648b55 (patch) | |
tree | 624eae722ae1ff067d05f3ffe0c26a5488f4c64b /debian/rules | |
parent | 6981bb81eb962317ecccc4b8c5a3f13243b069fd (diff) |
Drop dh-systemd from both Build-Depends and dh command line
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 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 |