diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-01-29 16:10:53 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-01-29 16:10:53 +0100 |
commit | cdb22ffbe8f718bd8aa949cfd2248b915d89e510 (patch) | |
tree | fc707348ad843c76ed6a66814326ab5674e61424 /debian/rules | |
parent | a744e908a302bd2bd9af3cb145a75fa5d77c544e (diff) | |
download | python-paramiko-cdb22ffbe8f718bd8aa949cfd2248b915d89e510.tar python-paramiko-cdb22ffbe8f718bd8aa949cfd2248b915d89e510.tar.gz |
Cherrypick two pending upstream bug fixes.
* Non-maintainer upload.
* Avoid deprecated RandomPool. Patch by Gary van der Merwe. Closes:
#576697
* Try connecting to each available address family until one succeeds.
Patch by Andrew Bennetts. Closes: #602251
* Bump standards version to 3.9.1 (no changes).
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 495ebec..b3b9ccb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,15 @@ #!/usr/bin/make -f %: - dh --with python-support,quilt $@ + dh --with python-support $@ override_dh_clean: rm -rf build dh_clean +override_dh_auto_test: + ./test.py + # Commands not to run override_dh_installcatalogs override_dh_installcron: override_dh_installdebconf override_dh_installemacsen override_dh_installifupdown: |