diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2011-08-17 16:00:27 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2011-08-17 16:00:27 -0400 |
commit | 4fc7744ba8ae526ae1740dc48e2fc612994f8003 (patch) | |
tree | 1b99c5f682cdfad678100984080e07c4130d2a26 /debian/rules | |
parent | fda083a9c3e2230d3d84b057f347103735eba802 (diff) | |
download | python-paramiko-4fc7744ba8ae526ae1740dc48e2fc612994f8003.tar python-paramiko-4fc7744ba8ae526ae1740dc48e2fc612994f8003.tar.gz |
debian/*: Update build to use dh_python2
Closes: #637379
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |