This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit e5660cdb032aeca8178358897cae475550aa73e7 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 6 06:34:53 2020 +0100 X2Go/Server/Agentt/: add new (stub) file NX/Options.pm as a library version of the options string manipulation code. --- X2Go/Server/Agent/NX/Options.pm | 20 ++++++++++++++++++++ debian/changelog | 2 ++ 2 files changed, 22 insertions(+) diff --git a/X2Go/Server/Agent/NX/Options.pm b/X2Go/Server/Agent/NX/Options.pm new file mode 100644 index 00000000..5a1070fe --- /dev/null +++ b/X2Go/Server/Agent/NX/Options.pm @@ -0,0 +1,20 @@ +# Copyright (C) 2018-2020 X2Go Project - https://wiki.x2go.org +# +# 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 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the +# Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +package X2Go::Server::Agent::NX::Options; + +1; diff --git a/debian/changelog b/debian/changelog index 2987b440..8b94ebbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -189,6 +189,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium - x2goserver/lib/x2goupdateoptionsstring: fix typo in print statement syntax. Non-functional. - x2goserver/lib/x2goupdateoptionsstring: update copyright notice. + - X2Go/Server/Agentt/: add new (stub) file NX/Options.pm as a library + version of the options string manipulation code. * debian/control: + Build-depend upon lsb-release for distro version detection. * debian/x2goserver.manpages: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git