From 359219d8cf254e9d5019a65349808f9e69e85c4e Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sat, 25 May 2013 00:53:46 -0400 Subject: debian/*: clean up build files for new version Prepare package to be able to have both Py2 and Py3 packages when upstream finishes up the worked needed to support both from a single code base. --- debian/control | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'debian/control') 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 Uploaders: Guido Guenther 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. -- cgit v1.2.3