[X2Go-Commits] [x2goserver] 04/04: 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:45:10 CET 2017


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

x2go pushed a commit to branch master
in repository x2goserver.

commit c548f3353f07200b8ab195ba86026a7dcf3ac54f
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.
    
    Cherry-picked from release/4.0.1.x branch.
---
 debian/changelog |    2 ++
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 18e2363..fdac537 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -254,6 +254,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 5cd21e5..a75a2ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export NXLIBDIR="/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/nx"
 
 %:
-	PREFIX=/usr NXLIBDIR=$(NXLIBDIR) dh $@
+	PREFIX=/usr NXLIBDIR=$(NXLIBDIR) dh ${@} --with=systemd
 
 override_dh_auto_build:
 	PREFIX=/usr NXLIBDIR=$(NXLIBDIR) PERL_INSTALLDIRS=vendor dh_auto_build

--
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