diff --git a/debian/rules b/debian/rules index 4d786e2..adcd915 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,10 @@ #!/usr/bin/make -f %: dh $@ --buildsystem=meson - + +override_dh_installsystemd: + dh_installsystemd --no-start --no-enable + override_dh_auto_configure: dh_auto_configure -- -Dsystemd=enabled -Dopenrc=disabled -Dlibalpm=disabled