aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2014-02-14 21:57:51 -0500
committerJeremy T. Bouse <jbouse@debian.org>2014-02-14 21:57:51 -0500
commit36895cce464017e957ba05d09d55002d145ccd80 (patch)
treecec6771186ef825379c13d0be27886820b4a0cfa
parent367f33a0a000a8543647de364965dd3c499b0a4a (diff)
downloadpython-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/control2
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