diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2010-07-18 21:08:13 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:19 -0400 |
commit | 7054d14441a718d79064af9ff7097a8e2caa5017 (patch) | |
tree | 8af59be49b93910ca3e13d285cddc4ba18f0da27 | |
parent | 15b72e2f166b951da0399506ba99b228dba71cd0 (diff) | |
download | python-paramiko-7054d14441a718d79064af9ff7097a8e2caa5017.tar python-paramiko-7054d14441a718d79064af9ff7097a8e2caa5017.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 |