[Pkg-sympa-commits] [sympa] 11/30: Enable sympa systemd units by default (#813375)

Emmanuel Bouthenot kolter at moszumanska.debian.org
Mon Sep 19 20:08:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

kolter pushed a commit to branch master
in repository sympa.

commit 43c53b23d384481873859a5fcf490d6b7d5a9f50
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Sat Jul 2 07:40:09 2016 +0200

    Enable sympa systemd units by default (#813375)
---
 debian/rules | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1c45c8f..658e8b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,12 +57,15 @@ override_dh_auto_install:
 	mv $(TMP)/usr/share/doc/sympa/sample $(TMP)/usr/share/doc/sympa/examples
 	chmod -x $(TMP)/usr/share/sympa/bin/create_db*
 
+override_dh_systemd_enable:
+	dh_systemd_enable --name sympa sympa.service
+
 override_dh_installinit:
-	dh_installinit --name=sympa
-	dh_installinit --noscripts --name=sympa-bounced
-	dh_installinit --noscripts --name=sympa-archived
-	dh_installinit --noscripts --name=sympa-bulk
-	dh_installinit --noscripts --name=sympa-task_manager
+	dh_installinit --name sympa
+	dh_installinit --noscripts --name sympa-bounced
+	dh_installinit --noscripts --name sympa-archived
+	dh_installinit --noscripts --name sympa-bulk
+	dh_installinit --noscripts --name sympa-task_manager
 
 override_dh_clean:
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git



More information about the Pkg-sympa-commits mailing list