* Barry Warsaw <ba...@python.org>, 2011-02-22, 09:47:
-----snip snip-----
#!/usr/bin/make -f

PYTHON2=$(shell pyversions -vr)

%:
        dh $@ --with python2, --buildsystem python_distutils

You probably want to remove the comma. :)


test-python%:
        python$* setup.py test -vv

override_dh_auto_test: $(PYTHON2:%=test-python%)
-----snip snip-----

This run tests even if DEB_BUILD_OPTIONS=nocheck is set.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110303191719.ga5...@jwilk.net

Reply via email to