diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2009-12-16 08:15:10 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2009-12-16 08:15:10 -0500 |
commit | b413c2bc332ba92f423c4ca7381536b4b7cda992 (patch) | |
tree | ee05e47e9005e90c8d227be53cf701dc0cf30613 | |
parent | 452e55b4cc77db314d5ca5be007d3b8486ace475 (diff) | |
download | python-paramiko-b413c2bc332ba92f423c4ca7381536b4b7cda992.tar python-paramiko-b413c2bc332ba92f423c4ca7381536b4b7cda992.tar.gz |
debian/control: Fix last remaining lintian warning
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 60fdf7c..e98027d 100644 --- a/debian/control +++ b/debian/control @@ -18,5 +18,5 @@ Conflicts: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1) 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 + connections between Python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. |