This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.1.4.0 in repository x2goclient. commit a834627f1817f1de12c84a3a5f83adba093dd10e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue May 17 06:58:45 2011 +0200 updates for python build env --- debian/control | 2 +- debian/pycompat | 1 - debian/rules | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 13508d68..d1762f25 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: python-x2go Standards-Version: 3.9.1 Homepage: http://das-netzwerkteam.de/site/?q=node/71 -XS-Python-Version: all +XS-Python-Version: >=2.6 Package: pyhoca-cli Architecture: all diff --git a/debian/pycompat b/debian/pycompat deleted file mode 100644 index 0cfbf088..00000000 --- a/debian/pycompat +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/debian/rules b/debian/rules index ecc98712..df8b72ad 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # Based on sample debian/rules file - for GNU Hello (1.3). # Copyright 2010 by Mike Gabriel -#PYVERS=$(shell pyversions -vr) +PYVERS=$(shell pyversions -vr) %: dh ${@} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git