aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy T. Bouse <jtbouse@gmail.com>2010-01-04 09:39:26 -0500
committerJeremy T. Bouse <jbouse@debian.org>2013-05-25 00:14:18 -0400
commit60335a546c65ebb48cd417f5ceafb4e630027b45 (patch)
treede4ac856bc86bf9ae006ce32e8a65146269654bf
parentc3399bc0f88b665e15ddd7c2365f366de6826061 (diff)
downloadpython-paramiko-60335a546c65ebb48cd417f5ceafb4e630027b45.tar
python-paramiko-60335a546c65ebb48cd417f5ceafb4e630027b45.tar.gz
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 <lamby@debian.org> for being a packaging tool
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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