diff options
author | Lars Wirzenius <liw@liw.fi> | 2016-10-08 20:21:31 +0300 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2016-10-08 20:21:31 +0300 |
commit | 714258221c7c64414cb41d325ede1da4c52af7ef (patch) | |
tree | bda4819e33228ae727cb40da4c34406d486c768f /debian/rules | |
parent | 1f122e657370d0b25bb71b5c89f882b141b3b46a (diff) | |
download | python-coverage-test-runner-714258221c7c64414cb41d325ede1da4c52af7ef.tar.gz |
Fix debian/rules for Debian 8
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 08cfc85..56de9e6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,4 @@ override_dh_auto_clean: $(MAKE) clean - dh_auto_clean --with=python2 --buildsystem=python_distutils - + dh_auto_clean --buildsystem=python_distutils |