X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/17f11fcfab463db6627747266c0ee525fa10e840..31a298bb96fefa033fad32abc1845874abfa1695:/debian/rules diff --git a/debian/rules b/debian/rules index 6ebce3c..04d6f4e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,10 @@ #! /usr/bin/make -f +%:; dh $@ --parallel --with python2 -CDBS = /usr/share/cdbs/1 +export PYTHONS := $(shell pyversions -r) -DEB_PYTHON_SYSTEM = pycentral -include $(CDBS)/rules/debhelper.mk -include $(CDBS)/class/python-distutils.mk +override_dh_auto_test: + dh_auto_test -- OPTS-check=-V -###----- That's all, folks -------------------------------------------------- +override_dh_auto_install: + dh_auto_install -- prefix=/usr