[X2Go-Commits] [x2goserver] 03/03: debian/rules: call the systemd addon to process and install the systemd service file.

git-admin at x2go.org git-admin at x2go.org
Wed Mar 1 11:44:31 CET 2017


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

x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.

commit 185970e8d10fcdd62f05dad6f0ad1c2189e42e63
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Mar 1 11:37:49 2017 +0100

    debian/rules: call the systemd addon to process and install the systemd service file.
---
 debian/changelog |    2 ++
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 950b3c0..68f0b6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium
   * debian/control:
     - Whitespace fixes.
     - Add BD on dh-systemd. We'll need it for systemd integration.
+  * debian/rules:
+    - Call the systemd addon to process and install the systemd service file.
 
   [ Martti Pitkänen ]
   * debian/po:
diff --git a/debian/rules b/debian/rules
index 0a54f9e..6d89dd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	PREFIX=/usr dh $@
+	PREFIX=/usr dh ${@} --with=systemd
 
 override_dh_auto_install:
 	if [ -f ChangeLog.gitlog ]; then cp ChangeLog.gitlog ChangeLog; fi

--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list