This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/0.0.3.x in repository x2gobroker. commit 03dab519a837bed281249441d7ace2a269d75321 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Oct 24 06:18:31 2017 +0200 Makefile: use "python" command instead of "python3" to run tests. --- Makefile | 2 +- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d8a7b0..70f7767 100755 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ clean_arch: clean_indep: check: - python3 test.py + python test.py install: mkdir -p "${DESTDIR}/var/lib/x2gobroker" \ diff --git a/debian/changelog b/debian/changelog index b2b8662..b19a804 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ x2gobroker (0.0.3.4-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mihai Moldovan ] + * New upstream version (0.0.3.4): + - Makefile: use "python" command instead of "python3" to run tests. -- X2Go Release Manager <git-admin@x2go.org> Tue, 24 Oct 2017 06:06:56 +0200 -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git