diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2009-12-16 08:15:10 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:17 -0400 |
commit | 91e437b88d7aad9ee892b780ec17e7fb2a018b2d (patch) | |
tree | 9e525de03539d0f98e44ec8bb71f047c5318c0a8 | |
parent | 4813a2d6e4dae42f38b03f7f5b4b451a15fcb772 (diff) | |
download | python-paramiko-91e437b88d7aad9ee892b780ec17e7fb2a018b2d.tar python-paramiko-91e437b88d7aad9ee892b780ec17e7fb2a018b2d.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. |