This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit d7a9fb7c7bb5bba9343a04eff235cf6f5dc051fd Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 8 04:27:42 2020 +0100 X2Go/Server/Agent/NX/Options.pm: add newline before __END__, non-functional. --- X2Go/Server/Agent/NX/Options.pm | 1 + debian/changelog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/X2Go/Server/Agent/NX/Options.pm b/X2Go/Server/Agent/NX/Options.pm index 68d127f5..eea1fcd0 100644 --- a/X2Go/Server/Agent/NX/Options.pm +++ b/X2Go/Server/Agent/NX/Options.pm @@ -777,6 +777,7 @@ sub compact_intermediate { } 1; + __END__ =head1 NAME diff --git a/debian/changelog b/debian/changelog index cd79e37c..fce9af9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -243,6 +243,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium - X2Go/Server/Agent/NX/Options.pm: rework the lastly modified comment again, the changed explanation didn't match the reality. - X2Go/Server/Agent/NX/Options.pm: fix typos in internal section links. + - X2Go/Server/Agent/NX/Options.pm: add newline before __END__, + non-functional. * 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