This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from afb3636 x2goserver/sbin/x2gocleansessions: fix syntax error introduced in last change to this file. new e647dca debian/control: whitespace fixes. new 9f30747 debian/control: add BD on dh-systemd. new 185970e debian/rules: call the systemd addon to process and install the systemd service file. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 +++++ debian/control | 9 +++++---- debian/rules | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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 9f30747787ce25640db0382eebd89dac9352a7de Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 1 11:32:34 2017 +0100 debian/control: add BD on dh-systemd. We'll need it for systemd integration. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index f5660e5..950b3c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium - Tiny fixup on author name. * debian/control: - Whitespace fixes. + - Add BD on dh-systemd. We'll need it for systemd integration. [ Martti Pitkänen ] * debian/po: diff --git a/debian/control b/debian/control index d71295b..3aea9e0 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, Mihai Moldovan <ionic@ionic.de>, Build-Depends: + dh-systemd | hello, debhelper (>= 7.0.50~), man2html-base | man2html Standards-Version: 3.9.6 -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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@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
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 e647dca4f4c7ca66af9acb48270131f1a2f0a481 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 1 11:29:49 2017 +0100 debian/control: whitespace fixes. --- debian/changelog | 2 ++ debian/control | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e2de532..f5660e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl * debian/po: - Tiny fixup on author name. + * debian/control: + - Whitespace fixes. [ Martti Pitkänen ] * debian/po: diff --git a/debian/control b/debian/control index 74936ac..d71295b 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ Source: x2goserver Section: x11 -Priority: optional +Priority: optional Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, Mihai Moldovan <ionic@ionic.de>, -Build-Depends: +Build-Depends: debhelper (>= 7.0.50~), man2html-base | man2html Standards-Version: 3.9.6 @@ -82,7 +82,7 @@ Description: X2Go server daemon scripts for running the X2Go project's legacy X2Go client (x2goclient) on the client-side. . - However, if you intend using other client implementations + However, if you intend using other client implementations of X2Go make sure that you also have X2Go server extensions package (x2goserver-extensions) installed. @@ -184,7 +184,7 @@ Description: X2Go server daemon scripts (Xsession runner) . Amongst others the parsing of Xsession scripts will enable desktop-profiles, ssh-agent startups, gpgagent - startups and many more Xsession related features on + startups and many more Xsession related features on X2Go session login automagically. Package: x2goserver-fmbindings -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git