The branch, x2go has been updated via f387240a2b648081e403982d865e13e6ebda996f (commit) via 2e7914f8a44aa356cc73ed50c94a0d94bee2055c (commit) from e105d1bf6a99e9d36039708e10973d0bc42267d1 (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 f387240a2b648081e403982d865e13e6ebda996f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 10 21:21:49 2012 +0100 Revert "reduce python-crypto dependency to make build against lucid possible" This reverts commit e4601f783903ca327ab0bb1775149daedc1b7fe3. commit 2e7914f8a44aa356cc73ed50c94a0d94bee2055c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 10 21:21:38 2012 +0100 Revert "reduce Dependency of pycrypto for Ubuntu 10.04" This reverts commit e105d1bf6a99e9d36039708e10973d0bc42267d1. ----------------------------------------------------------------------- Summary of changes: debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index 45a05fa..897436f 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: debhelper (>= 8.0.0~), python-all (>= 2.6.5-0~), - python-crypto (>= 2.0.1), - python-epydoc, + python-crypto (>= 2.1.0-2), + python-epydoc, quilt, Standards-Version: 3.9.3 Homepage: http://github.com/paramiko @@ -20,7 +20,7 @@ Package: python-paramiko Architecture: all Depends: ${misc:Depends}, ${python:Depends}, - python-crypto (>= 2.0.1-0~) + python-crypto (>= 2.1.0-2) Provides: ${python:Provides} Description: Make ssh v2 connections with Python This is a library for making SSH2 connections (client or server). hooks/post-receive -- python-paramiko.git (Debian package python-paramiko) 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-paramiko.git" (Debian package python-paramiko).