diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..acf78eb --- /dev/null +++ b/debian/control @@ -0,0 +1,45 @@ +Source: paramiko +Section: python +Priority: optional +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), + python-setuptools, + python-epydoc +Standards-Version: 3.9.5 +Homepage: https://github.com/paramiko/paramiko/ +Vcs-Git: git@github.com:jbouse-debian/paramiko.git +Vcs-Browser: https://github.com/jbouse-debian/paramiko +XS-Testsuite: autopkgtest + +Packag: paramiko-doc +Package-Type: deb +Section: doc +Architecture: all +Depends: ${misc:Depends} +Breaks: python-paramiko (<< 1.10.1-1~) +Replaces: python-paramiko (<< 1.10.1-1~) +Description: Make ssh v2 connections with Python (Documentation) + 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 documentation for the package. + +Package: python-paramiko +Package-Type: deb +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-crypto (>= 2.1.0-2) +Provides: ${python:Provides} +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. |