summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-08-09 01:44:50 +0900
committerkali <kali@leap.se>2012-08-09 01:44:50 +0900
commitca5af1390603e9d6dddc25071ebc095ced62e527 (patch)
tree083454971cf929b86809c25fc8ddf7b1caabcce2 /debian/rules
parentbda0f214d13387e4efceb127f0a8bbb37935f98c (diff)
updated rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 4 insertions, 3 deletions
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