From be25d13b95abf9c01c82f64d1b7d08e385f2c526 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 14 Sep 2020 16:08:33 +0200 Subject: [PATCH] dh-systemd is legacy --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c061876..97a96d9 100755 --- a/debian/rules +++ b/debian/rules @@ -2,4 +2,4 @@ export DH_VERBOSE = 1 %: - dh $@ --with python3,systemd --buildsystem=pybuild + dh $@ --with python3,installsystemd --buildsystem=pybuild