From 5a2ec2295c7488d172770e48545902a17f40bcb3 Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 17 Feb 2017 12:50:55 +0100 Subject: Run dh with --with=systemd --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 90b23ac..5a86973 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2 --buildsystem=python_distutils + dh $@ --with python2 --buildsystem=python_distutils --with=systemd override_dh_installchangelogs: dh_installchangelogs CHANGELOG.rst -- cgit v1.2.3