From 5405b87547c0a1e8583eded296973daaa83b7cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Wed, 23 Mar 2016 12:33:51 +0100 Subject: [PATCH] [deb] Include sysvinit services and files in the package Thanks to nthykier and pabs on #debian-mentor. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 51d60b695..8d280ff77 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,8 @@ dh ${@} --with=python2,systemd override_dh_installinit: - dh_installinit --noscripts + dh_installinit -pyunohost --name=yunohost-api --noscripts + dh_installinit -pyunohost --name=yunohost-firewall --noscripts override_dh_systemd_enable: dh_systemd_enable --name=yunohost-api