From 60335a546c65ebb48cd417f5ceafb4e630027b45 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Mon, 4 Jan 2010 09:39:26 -0500 Subject: Add conflict against fabric 0.9.0-1 Fabric package maintainer was a tool and included an external source of paramiko in their packaging which causes conflicts. As I have no contol over Fabric packaging I can conflict against offending versions of the package. Closes: #563490 Thanks: Chris Lamb for being a packaging tool --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index e98027d..acc2d46 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-crypto 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) +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