diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 20:19:44 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 20:19:44 -0500 |
commit | 8db53defd954fe1413e4c8465d5627ec73cb7411 (patch) | |
tree | 18471b5e42af6241efc68892f59acf926f3a4d28 | |
parent | 465a81888a398d561301b0e9ea8bab1387ccba45 (diff) | |
download | python-paramiko-8db53defd954fe1413e4c8465d5627ec73cb7411.tar python-paramiko-8db53defd954fe1413e4c8465d5627ec73cb7411.tar.gz |
Package build clean-up
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/pyversions | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/debian/compat b/debian/compat index 1e8b314..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +7 diff --git a/debian/control b/debian/control index c6eaa4b..7e38d67 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Jeremy T. Bouse <jbouse@debian.org> Uploaders: Guido Guenther <agx@debian.org> -Build-Depends: cdbs (>= 0.4.43), debhelper (>= 6), python-all-dev (>= 2.3.5-11), python-support (>= 0.3) +Build-Depends: cdbs (>= 0.4.49), debhelper (>= 6), python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3) Standards-Version: 3.8.3 Homepage: http://www.lag.net/paramiko/ Vcs-Git: git://github.com/robey/paramiko.git diff --git a/debian/pyversions b/debian/pyversions new file mode 100644 index 0000000..9091367 --- /dev/null +++ b/debian/pyversions @@ -0,0 +1 @@ +2.2- diff --git a/debian/rules b/debian/rules index 987e0c2..32258b3 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,8 @@ DEB_PYTHON_SYSTEM=pysupport include /usr/share/cdbs/1/rules/buildcore.mk include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk clean:: rm -rf build |