diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2014-02-14 21:57:51 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2014-02-14 21:57:51 -0500 |
commit | 36895cce464017e957ba05d09d55002d145ccd80 (patch) | |
tree | cec6771186ef825379c13d0be27886820b4a0cfa | |
parent | 367f33a0a000a8543647de364965dd3c499b0a4a (diff) | |
download | python-paramiko-36895cce464017e957ba05d09d55002d145ccd80.tar python-paramiko-36895cce464017e957ba05d09d55002d145ccd80.tar.gz |
Fix paramiko-doc overwriting /usr/share/doc-base/python-paramiko
Closes: #718004
Thanks: Felix Geyer <fgeyer@debian.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d8e7c01..509760a 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,8 @@ Package-Type: deb Section: doc Architecture: all Depends: ${misc:Depends} +Breaks: python-paramiko (<< 1.10.1-1~) +Replaces: python-paramiko (<< 1.10.1-1~) Description: Make ssh v2 connections with Python (Documentation) This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure |