This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from ce56cf7 debian/control: Change D (x2goserver-xsession) on perl-modules to perl. The existence of the perl-modules package is an implementation detail of the Debian Perl packaging. new b9345b7 x2goserver-x2goagent/bin/x2goagent: Fix license version (GPL-2+ not 3+). This script however is obsolete and should be replaced by a symlink to $BINDIR/nxagent. The 1 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 | 3 +++ x2goserver-x2goagent/bin/x2goagent | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 b9345b76f456fe970cd0e544b46fa8b658092831 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 18 03:04:33 2018 +0100 x2goserver-x2goagent/bin/x2goagent: Fix license version (GPL-2+ not 3+). This script however is obsolete and should be replaced by a symlink to $BINDIR/nxagent. --- debian/changelog | 3 +++ x2goserver-x2goagent/bin/x2goagent | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7295300..df7189b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium Debian's lintian tool. - x2goserver/man/man8/x2goresume-session.8: Fix grammar flaw reported by Debian's lintian tool. + - x2goserver-x2goagent/bin/x2goagent: Fix license version (GPL-2+ not 3+). + This script however is obsolete and should be replaced by a symlink to + $BINDIR/nxagent. * debian/control: + Change D (x2goserver-xsession) on perl-modules to perl. The existence of the perl-modules package is an implementation detail of the Debian Perl diff --git a/x2goserver-x2goagent/bin/x2goagent b/x2goserver-x2goagent/bin/x2goagent index 38b66b3..8a73387 100755 --- a/x2goserver-x2goagent/bin/x2goagent +++ b/x2goserver-x2goagent/bin/x2goagent @@ -4,7 +4,7 @@ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git