diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2010-07-18 21:08:13 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2010-07-18 21:08:13 -0400 |
commit | 4149770bc9d9de41046cfccd4b5a956000f740e4 (patch) | |
tree | 78de4a0c7d9a2c319201a0f72c8a8775e9fa71a7 | |
parent | b0e93a050f4b9a28f68a12b62527713769429ceb (diff) | |
download | python-paramiko-4149770bc9d9de41046cfccd4b5a956000f740e4.tar python-paramiko-4149770bc9d9de41046cfccd4b5a956000f740e4.tar.gz |
Clean-up debian/control file
-rw-r--r-- | debian/control | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/debian/control b/debian/control index e5779f2..a8cd249 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,10 @@ Section: python Priority: optional Maintainer: Jeremy T. Bouse <jbouse@debian.org> Uploaders: Guido Guenther <agx@debian.org> -Build-Depends: quilt (>= 0.46-7~), debhelper (>> 7.0.50), python-all (>= 2.3.5-11), python-support (>= 0.5.3) +Build-Depends: quilt (>= 0.46-7~), + debhelper (>> 7.0.50), + python-all (>= 2.3.5-11), + python-support (>= 0.5.3) Standards-Version: 3.9.0 Homepage: http://www.lag.net/paramiko/ Vcs-Git: git://git.debian.org/collab-maint/paramiko.git @@ -11,10 +14,15 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git Package: python-paramiko Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-crypto (>= 2.1.0-2) +Depends: ${misc:Depends}, + ${python:Depends}, + python-crypto (>= 2.1.0-2) 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), fabric (<< 0.9.0-1) +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), + fabric (<< 0.9.0-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 |