Tweak d/rules indentation

This commit is contained in:
Stefano Rivera 2010-12-20 22:47:36 +02:00
parent 9bc2bbf64f
commit 4adf0f3eeb

6
debian/rules vendored
View File

@ -6,7 +6,7 @@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
for python in $(shell pyversions -r); do \
$$python setup.py test; \
done
for python in $(shell pyversions -r); do \
$$python setup.py test; \
done
endif