This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-cli.

commit 04eabd578c44beb3c7bce12ee7785df78848a877
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Fri Sep 22 14:12:47 2017 +0200

    debian/rules: Build for Python3, not Python2.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index f4eeb16..30a7635 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
 # Based on sample debian/rules file - for GNU Hello (1.3).
 # Copyright 2010-2016 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 
-WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2")
+WITH_PYTHON3 = $(shell test -f /usr/bin/dh_python2 && echo "--with python3")
 
 %:
-       dh ${@} ${WITH_PYTHON2}
+       dh ${@} ${WITH_PYTHON3}
 
 override_dh_auto_clean:
        rm -Rf PyHoca_CLI.egg-info/

--
Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/pyhoca-cli.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to