This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit d088a26feaa4304d94a50a75a2a629aa360be89d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 7 11:14:38 2020 +0100 x2goserver/lib/x2goupdateoptionsstring: split up GetOptionsFromArray () line. Non-functional. --- debian/changelog | 2 ++ x2goserver/bin/x2goupdateoptionsstring | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a7496e9..8c24ca26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -228,6 +228,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium enable the use of compactation. - x2goserver/lib/x2goupdateoptionsstring: document new --compact/-c switch. + - x2goserver/lib/x2goupdateoptionsstring: split up GetOptionsFromArray () + line. Non-functional. * debian/control: + Build-depend upon lsb-release for distro version detection. * debian/x2goserver.manpages: diff --git a/x2goserver/bin/x2goupdateoptionsstring b/x2goserver/bin/x2goupdateoptionsstring index 259cd09a..8bb6485f 100755 --- a/x2goserver/bin/x2goupdateoptionsstring +++ b/x2goserver/bin/x2goupdateoptionsstring @@ -146,7 +146,10 @@ sub Main { my $man = 0; my $debug = 0; my $compact = 0; - GetOptionsFromArray (\@program_arguments, 'help|?|h' => \$help, 'man' => \$man, 'debug|d' => \$debug, 'compact|c' => \$compact) or pod2usage (2); + GetOptionsFromArray (\@program_arguments, 'help|?|h' => \$help, + 'man' => \$man, + 'debug|d' => \$debug, + 'compact|c' => \$compact) or pod2usage (2); if ($help) { pod2usage (1); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git