From 7054d14441a718d79064af9ff7097a8e2caa5017 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sun, 18 Jul 2010 21:08:13 -0400 Subject: Clean-up debian/control file --- debian/control | 16 ++++++++++++---- 1 file 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 Uploaders: Guido Guenther -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 -- cgit v1.2.3