X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/37f827cf8490f291b3da732e1a213fca1daa78a1..b115b0c0883c2af8170b0e733bb1c47b40f2647e:/debian/rules diff --git a/debian/rules b/debian/rules index cec98bb..04d6f4e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,2 +1,10 @@ #! /usr/bin/make -f -%:; dh $@ --parallel -Bdebian/build +%:; dh $@ --parallel --with python2 + +export PYTHONS := $(shell pyversions -r) + +override_dh_auto_test: + dh_auto_test -- OPTS-check=-V + +override_dh_auto_install: + dh_auto_install -- prefix=/usr