This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from b427400 pyhoca-cli.spec: Adapt to PyHoca-CLI's Python3 port. new 957fb1a debian/rules: Typo fix in WITH_PYTHON3 variable assignment. 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/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 957fb1a0bfe11ba9e79273c76ab407e7b005a871 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Sep 25 13:49:05 2017 +0200 debian/rules: Typo fix in WITH_PYTHON3 variable assignment. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 30a7635..3f27321 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # Based on sample debian/rules file - for GNU Hello (1.3). # Copyright 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -WITH_PYTHON3 = $(shell test -f /usr/bin/dh_python2 && echo "--with python3") +WITH_PYTHON3 = $(shell test -f /usr/bin/dh_python3 && echo "--with python3") %: dh ${@} ${WITH_PYTHON3} -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git