From 8b7708ecea0c8e2d6b968cb88ffdac4b911571b8 Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 30 Aug 2024 11:25:02 +0200 Subject: [PATCH] Update debian/rules --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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