aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 99a55e6..6e25a38 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Uploaders: Guido Guenther <agx@debian.org>
Build-Depends: debhelper (>> 8),
python-all (>= 2.6.6-3~),
- python-crypto (>= 2.1.0-2)
-Standards-Version: 3.9.3
+ python-crypto (>= 2.1.0-2),
+ python-setuptools
+Standards-Version: 3.9.4
Homepage: https://github.com/paramiko/paramiko/
Vcs-Git: git://git.debian.org/collab-maint/paramiko.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git
@@ -17,8 +18,10 @@ Depends: ${misc:Depends},
${python:Depends},
python-crypto (>= 2.1.0-2)
Provides: ${python:Provides}
-Description: Make ssh v2 connections with Python
+Description: Make ssh v2 connections with Python (Python 2)
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
are supported. SFTP client and server mode are both supported too.
+ .
+ This is the Python 2 version of the package.