This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 447842e x2goserver.spec: More scriptlet fixes. new bf69534 x2gosqlitewrapper.c: Fix rpmlint error: no-return-in-nonvoid-function. Return the exitcode of execve(). 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 | 2 ++ 1 file changed, 2 insertions(+) -- Alioth's /srv/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 bf69534376532dde34a3171b74bdfc15706c80fe Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 16:54:44 2014 +0200 x2gosqlitewrapper.c: Fix rpmlint error: no-return-in-nonvoid-function. Return the exitcode of execve(). --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 64f65eb..c97ae25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -150,6 +150,8 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium is also considered to be a SUSE system. - Trigger Xsession code for SUSE systems (look for /etc/SUSE-brand for SUSE system recognition). + - x2gosqlitewrapper.c: Fix rpmlint error: no-return-in-nonvoid-function. + Return the exitcode of execve(). * debian/control: + Add D (x2goserver): libfile-which-perl. * x2goserver.spec: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git