From 4397261559f7803f14f5a5d8345407abcf598833 Mon Sep 17 00:00:00 2001 From: Julien Muchembled Date: Mon, 13 Jan 2020 13:56:50 +0100 Subject: [PATCH] fixup! debian: also ship systemd units On machines using systemd, services were not enabled by default. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a745e4a..cd4f1a6 100755 --- a/debian/rules +++ b/debian/rules @@ -24,4 +24,4 @@ override_dh_auto_clean: override_dh_auto_build: %: - dh $@ --with python2 --buildsystem=python_distutils + dh $@ --with python2,systemd --buildsystem=python_distutils -- 2.25.1