This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 4e0307980ab062f8abb5c74a580c065cb7d0dc9f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri May 19 22:02:45 2023 +0200 X2Go/Server/Agent/NX/Options.pm: fix typo in test comment. --- X2Go/Server/Agent/NX/Options.pm | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/X2Go/Server/Agent/NX/Options.pm b/X2Go/Server/Agent/NX/Options.pm index 9ddaeeda..72c7429a 100644 --- a/X2Go/Server/Agent/NX/Options.pm +++ b/X2Go/Server/Agent/NX/Options.pm @@ -955,7 +955,7 @@ X2Go::Server::Agent::NX::Options - NX Options modification module # Hence, this need not be a general error, but we'll treat it as one here. die "Extract operation returned more than one element, this should not happen with a compacted intermediate, aborting.\n" if (1 < scalar (@{$extract})); - # Likewise, it would be okay for the resul to be empty, but not for us right here. + # Likewise, it would be okay for the result to be empty, but not for us right here. die "Extract operation returned no result, aborting.\n" if (1 > scalar (@{$extract})); my $extracted_kv = q{}; diff --git a/debian/changelog b/debian/changelog index dcdffb64..fcadd407 100644 --- a/debian/changelog +++ b/debian/changelog @@ -435,6 +435,7 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium Debian builds. - x2goserver.spec: add BR: and R: on distribution-release (pseudo-package/provides) for /usr/lib/os-release and /etc/os-release. + - X2Go/Server/Agent/NX/Options.pm: fix typo in test comment. * debian/control: + Build-depend upon lsb-release for distro version detection. + Pull in base64 as a run-time dependency. We'll need it in scripts. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git