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.
pull/340/head
Jan Katins 2021-03-23 18:10:10 +01:00
parent 27ca714e56
commit 9076e3aed2
1 changed files with 3 additions and 0 deletions

3
debian/rules vendored
View File

@ -1,4 +1,7 @@
#!/usr/bin/make -f
override_dh_auto_configure:
dh_auto_configure -- -DHAVE_SYSTEMD=1
%:
dh $@ --buildsystem=cmake --parallel --builddirectory=build