The branch, master has been updated via 187ce289743a817b1b11e1422e37a4b8968df03e (commit) via 8429902d3804c9725844d4ebf007a2f6fa88a6e4 (commit) via 05040a9ad2dac31dd5f959b3dbeb481d3e48bffa (commit) from 70df0a5a7e03d92e900ac83589faf8f8f0b8c267 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 187ce289743a817b1b11e1422e37a4b8968df03e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 17 18:13:43 2012 +0200 package revision 0~x2go2 commit 8429902d3804c9725844d4ebf007a2f6fa88a6e4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 17 18:13:18 2012 +0200 Make sure we can build against python-gevent provided on packages.x2go.org. commit 05040a9ad2dac31dd5f959b3dbeb481d3e48bffa Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 17 18:12:22 2012 +0200 Revert "Continue development..." This reverts commit 70df0a5a7e03d92e900ac83589faf8f8f0b8c267. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 7 ++++--- debian/control | 2 +- x2go/__init__.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2852e8f..ae02401 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -python-x2go (0.2.0.10-0~x2go1) UNRELEASED; urgency=low +python-x2go (0.2.0.9-0~x2go2) unstable; urgency=low - * Continue development... + * Make sure we can build against python-gevent provided on + packages.x2go.org. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 17 Aug 2012 16:29:04 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 17 Aug 2012 18:13:19 +0200 python-x2go (0.2.0.9-0~x2go1) unstable; urgency=low diff --git a/debian/control b/debian/control index e5e995a..cc1a956 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Architecture: all Depends: ${python:Depends}, ${misc:Depends}, - python-gevent (>= 0.13.6), + python-gevent (>= 0.13.6-0~), python-paramiko, python-cups, python-xlib, diff --git a/x2go/__init__.py b/x2go/__init__.py index 706d488..11643bf 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -178,7 +178,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.2.0.10' +__VERSION__ = '0.2.0.9' from gevent import monkey monkey.patch_all() hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).