From ca5af1390603e9d6dddc25071ebc095ced62e527 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 9 Aug 2012 01:44:50 +0900 Subject: updated rules --- debian/rules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index ec47a76b..8bbab3d8 100755 --- a/debian/rules +++ b/debian/rules @@ -8,8 +8,8 @@ # # -# needed??? -# DEB_PYTHON_SYSTEM=pysupport +# needed??? no +#DEB_PYTHON_SYSTEM=pysupport # Uncomment this to turn on verbose mode. #DH_VERBOSE=1 @@ -25,7 +25,8 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # run tests! # test-python%: - python$* setup.py test -vv + #python$* setup.py test -vv + run.tests.sh override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif -- cgit v1.2.3