diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 20:19:44 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:17 -0400 |
commit | 45f79648935dc95801d80c02de05de4e223a0976 (patch) | |
tree | 81e17e8a5c4152ef08f2371b4b9f4d2d9eecc081 /debian | |
parent | 5dd0c0ede5336a5b1080d30c1b3881a8b0748bb5 (diff) | |
download | python-paramiko-45f79648935dc95801d80c02de05de4e223a0976.tar python-paramiko-45f79648935dc95801d80c02de05de4e223a0976.tar.gz |
Package build clean-up
Diffstat (limited to 'debian')
-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 |