The branch, x2go has been updated via aa89cf6f18b544c1e9ffbb4436a2cbc9aa92b566 (commit) from 98477465da692687415cecae61069bec8cc902c8 (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 aa89cf6f18b544c1e9ffbb4436a2cbc9aa92b566 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 27 23:25:09 2013 +0200 Add patch: 007_reintroduce-version-info.patch ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/patches/007_reintroduce-version-info.patch | 12 ++++++++++++ debian/patches/series | 1 + 3 files changed, 14 insertions(+) create mode 100644 debian/patches/007_reintroduce-version-info.patch The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 3f2e9a2..e0dbb9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ paramiko (1.11.0-0) UNRELEASED; urgency=low + Add patch: 004_password-passphrase-auth.patch + Add patch: 005_fix-key-filename-with-two-factor-auth.patch + Add patch: 006_prefer-agent-auth-to-key-file-auth.patch + + Add patch: 007_reintroduce-version-info.patch -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 29 Apr 2013 13:08:38 +0200 diff --git a/debian/patches/007_reintroduce-version-info.patch b/debian/patches/007_reintroduce-version-info.patch new file mode 100644 index 0000000..229f774 --- /dev/null +++ b/debian/patches/007_reintroduce-version-info.patch @@ -0,0 +1,12 @@ +Description: Reintroduce __version_info__ as it breaks mysql-workbench +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +--- a/paramiko/__init__.py ++++ b/paramiko/__init__.py +@@ -58,6 +58,7 @@ + + __author__ = "Jeff Forcier <jeff@bitprophet.org>" + __version__ = "1.11.0" ++__version_info__ = tuple([ int(d) for d in __version__.split(".") ]) + __license__ = "GNU Lesser General Public License (LGPL)" + + diff --git a/debian/patches/series b/debian/patches/series index ea63d55..6d87d1f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ 004_password-passphrase-auth.patch 005_fix-key-filename-with-two-factor-auth.patch 006_prefer-agent-auth-to-key-file-auth.patch +007_reintroduce-version-info.patch 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).