summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2009-11-27 16:42:25 -0500
committerJeremy T. Bouse <jbouse@debian.org>2013-05-25 00:14:17 -0400
commit03be0520d59a1ca2cc7cd0fed65720f743f534ff (patch)
tree0075ff0d0099c93d09627f6fcb379127f7cc5bda
parent8acb644ff109dea38288eb19653d66eddc553988 (diff)
downloadpython-paramiko-03be0520d59a1ca2cc7cd0fed65720f743f534ff.tar
python-paramiko-03be0520d59a1ca2cc7cd0fed65720f743f534ff.tar.gz
Fix formatting error for __all__ in paramiko/__init__.py
Closes: #494836
-rw-r--r--debian/compat2
-rw-r--r--debian/control11
2 files changed, 8 insertions, 5 deletions
diff --git a/debian/compat b/debian/compat
index b8626c4..1e8b314 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+6
diff --git a/debian/control b/debian/control
index 3b4bcbf..c6eaa4b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,19 @@ Section: python
Priority: optional
Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Uploaders: Guido Guenther <agx@debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3)
-Standards-Version: 3.7.3
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 6), python-all-dev (>= 2.3.5-11), python-support (>= 0.3)
+Standards-Version: 3.8.3
+Homepage: http://www.lag.net/paramiko/
+Vcs-Git: git://github.com/robey/paramiko.git
+Vcs-Browser: http://github.com/robey/paramiko/
Package: python-paramiko
Architecture: all
-Depends: ${python:Depends}, python-crypto
+Depends: ${misc:Depends}, ${python:Depends}, python-crypto
Provides: ${python:Provides}
Replaces: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1)
Conflicts: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1)
-Description: Make ssh v2 connections with python
+Description: Make ssh v2 connections with Python
This is a library for making SSH2 connections (client or server).
Emphasis is on using SSH2 as an alternative to SSL for making secure
connections between python scripts. All major ciphers and hash methods