From 714258221c7c64414cb41d325ede1da4c52af7ef Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 20:21:31 +0300 Subject: Fix debian/rules for Debian 8 --- Makefile | 2 +- debian/rules | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3bf71dd..67fbcb9 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: clean: rm -f *.py[co] */*.py[co] .coverage rm -rf build - + check: ./testrun rm -f .coverage 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 -- cgit v1.2.1