Skip to content

Commit

Permalink
Ensure that the systemd files get installed in debian
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jankatins committed Mar 23, 2021
1 parent 27ca714 commit 9076e3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/make -f

override_dh_auto_configure:
dh_auto_configure -- -DHAVE_SYSTEMD=1

%:
dh $@ --buildsystem=cmake --parallel --builddirectory=build

0 comments on commit 9076e3a

Please sign in to comment.