aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2011-09-26 17:43:43 -0400
committerJeremy T. Bouse <jbouse@debian.org>2013-05-25 00:14:20 -0400
commitf8f35db56fba248ddac7c40f54600ce4521c7c32 (patch)
tree442703ee2d4a64a305683b7fc7c253cbb2d33780 /debian/control
parent9d4bc05212f38da6361f6d17649077ebacaf0d06 (diff)
downloadpython-paramiko-f8f35db56fba248ddac7c40f54600ce4521c7c32.tar
python-paramiko-f8f35db56fba248ddac7c40f54600ce4521c7c32.tar.gz
Debian package build environment cleanup
debian/clean: move files from dh_clean override into file debian/compat: updated compat mode to v8 debian/control: update debhelper dependency debian/rules: removed unneeded dh_clean override and updated % target debian/control: Remove unneeded Conflicts & Replaces lines debian/doc-base: add doc-base control file to package
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 9fc1afd..700195b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Uploaders: Guido Guenther <agx@debian.org>
Build-Depends: quilt (>= 0.46-7~),
- debhelper (>> 7.0.50),
+ debhelper (>> 8.0.0),
python-all (>= 2.6.6-3~),
python-crypto (>= 2.1.0-2)
Standards-Version: 3.9.2
@@ -18,11 +18,6 @@ Depends: ${misc:Depends},
${python:Depends},
python-crypto (>= 2.1.0-2)
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),
- 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