From 9076e3aed22400e408e4d0e9ecf2cb5d16719a85 Mon Sep 17 00:00:00 2001 From: Jan Katins Date: Tue, 23 Mar 2021 18:10:10 +0100 Subject: [PATCH] Ensure that the systemd files get installed in debian If you build in pbuilder, no systemd is installed and so the flag is set to false which means the files will not get installed. Adding the explicit flag will make sure they are included in the package. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 6159692..6f9c7a7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f +override_dh_auto_configure: + dh_auto_configure -- -DHAVE_SYSTEMD=1 + %: dh $@ --buildsystem=cmake --parallel --builddirectory=build