From 9d4bc05212f38da6361f6d17649077ebacaf0d06 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Wed, 17 Aug 2011 16:00:27 -0400 Subject: debian/*: Update build to use dh_python2 Closes: #637379 --- debian/control | 3 +-- debian/pycompat | 1 - debian/pyversions | 1 - debian/rules | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 debian/pycompat delete mode 100644 debian/pyversions 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 Uploaders: Guido Guenther 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 -- cgit v1.2.3