summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2006-07-28 14:26:29 +1000
committerJeremy T. Bouse <jbouse@debian.org>2009-11-27 16:28:23 -0500
commit3ab3285205b0e22f449782908c96836e684f2d28 (patch)
treeeba8c41ff15e11805b51fe959cd0906c86bb0ede /debian/control
parented280d5ac360e2af796e9bd973d7b4df89f0c449 (diff)
downloadpython-paramiko-3ab3285205b0e22f449782908c96836e684f2d28.tar
python-paramiko-3ab3285205b0e22f449782908c96836e684f2d28.tar.gz
Imported Debian patch 1.5.2-0.1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d5f89aa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: paramiko
+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)
+Build-Depends-Indep: python-support (>= 0.3)
+Standards-Version: 3.7.2
+
+Package: python-paramiko
+Architecture: all
+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)
+XB-Python-Version: ${python:Versions}
+Description: make SSH2 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
+ are supported. SFTP client and server mode are both supported too.