This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from ad6391d x2goserver/sbin/x2gocleansessions: fix syntax error introduced in last change to this file. new 0952805 x2goserver.spec: x2goserver-x2goagent needs nxagent 3.5.99.3 and higher. new 7090289 debian/control: whitespace fixes. new 3d5c71a debian/control: add BD on dh-systemd. new c548f33 debian/rules: call the systemd addon to process and install the systemd service file. The 4 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 | 6 ++++++ debian/control | 4 ++-- debian/rules | 2 +- x2goserver.spec | 2 +- 4 files changed, 10 insertions(+), 4 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 master in repository x2goserver. commit 0952805086930bbcd83c161cd662390e2e8e4aa1 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 28 05:12:44 2017 +0100 x2goserver.spec: x2goserver-x2goagent needs nxagent 3.5.99.3 and higher. --- debian/changelog | 1 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5d250cf..ad3ed3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -223,6 +223,7 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low Also owned by the alternative package x2goagent in nx-libs. - Exclude %{_bindir}/x2goagent from being packaged into x2goserver package. + - x2goserver-x2goagent needs nxagent 3.5.99.3 and higher. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. * debian/: diff --git a/x2goserver.spec b/x2goserver.spec index 2447cfa..625c9e2 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -302,7 +302,7 @@ This package contains the X2Go::Log Perl package. %package x2goagent Group: Applications/System Summary: X2Go Server's X2Go Agent -Requires: nxagent >= 3.5.99.0 +Requires: nxagent >= 3.5.99.3 Provides: x2goagent-virtual %description x2goagent -- 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 master in repository x2goserver. commit 70902890ead2eefe8454bedf02f1877c42fba1ac Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 1 11:29:49 2017 +0100 debian/control: whitespace fixes. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ad3ed3f..98df632 100644 --- a/debian/changelog +++ b/debian/changelog @@ -251,6 +251,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 0a4277a..b9cb7b9 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: x2goserver Section: x11 -Priority: optional +Priority: optional Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, @@ -271,7 +271,7 @@ Description: X2Go Server (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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 3d5c71a165bd2c704f6a9e2816a07c9cab1231b3 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. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 98df632..18e2363 100644 --- a/debian/changelog +++ b/debian/changelog @@ -253,6 +253,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: -- 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 master in repository x2goserver. commit c548f3353f07200b8ab195ba86026a7dcf3ac54f 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. 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