diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2011-01-29 11:52:59 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:19 -0400 |
commit | 7b3457bcb5e764251c83f3ff840fe1ff0a0e73e5 (patch) | |
tree | 06da4ae0a9fde5dbf2cba04e77378a4a7ef1a22b | |
parent | 944ab082a2924dca6d158d15b2a5b75e426494bb (diff) | |
download | python-paramiko-7b3457bcb5e764251c83f3ff840fe1ff0a0e73e5.tar python-paramiko-7b3457bcb5e764251c83f3ff840fe1ff0a0e73e5.tar.gz |
Add back quilt support NMU removed & update clean target
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 2e8b315..edb0e4c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: python Priority: optional Maintainer: Jeremy T. Bouse <jbouse@debian.org> Uploaders: Guido Guenther <agx@debian.org> -Build-Depends: debhelper (>> 7.0.50), +Build-Depends: quilt (>= 0.46-7~), + debhelper (>> 7.0.50), python-all (>= 2.3.5-11), python-support (>= 0.5.3), python-crypto (>= 2.1.0-2) diff --git a/debian/rules b/debian/rules index b3b9ccb..0ea9f41 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,10 @@ #!/usr/bin/make -f %: - dh --with python-support $@ + dh --with python-support,quilt $@ override_dh_clean: - rm -rf build + rm -rf build test.log dh_clean override_dh_auto_test: |