aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control3
-rw-r--r--debian/pycompat1
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules2
4 files changed, 2 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index fc144e2..9fc1afd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Uploaders: Guido Guenther <agx@debian.org>
Build-Depends: quilt (>= 0.46-7~),
debhelper (>> 7.0.50),
- python-all (>= 2.3.5-11),
- python-support (>= 0.5.3),
+ python-all (>= 2.6.6-3~),
python-crypto (>= 2.1.0-2)
Standards-Version: 3.9.2
Homepage: http://www.lag.net/paramiko/
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index 9091367..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.2-
diff --git a/debian/rules b/debian/rules
index 0ea9f41..263f155 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --with python-support,quilt $@
+ dh --with python2,quilt $@
override_dh_clean:
rm -rf build test.log