diff options
author | Jeremy T. Bouse <jtbouse@gmail.com> | 2010-01-04 09:39:26 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jtbouse@gmail.com> | 2010-01-04 09:39:26 -0500 |
commit | 179ce35d475f51d73e5c65fe43e17d0afb3395f6 (patch) | |
tree | 9d89c7ed10bfe8152d77a4c7ec3956606504fe72 | |
parent | f7722bd2783dd20671b09a9366617cb5103a1e68 (diff) | |
download | python-paramiko-179ce35d475f51d73e5c65fe43e17d0afb3395f6.tar python-paramiko-179ce35d475f51d73e5c65fe43e17d0afb3395f6.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/control | 2 |
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 |