This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/0.0.3.x in repository x2gobroker. from ca77f75 Continue development new 03dab51 Makefile: use "python" command instead of "python3" to run tests. 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: Makefile | 2 +- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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