X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/40e4c0d13b9036a5575f1e0c4676f3e2987a2e81..b17bbe3b35b75635dbce8e1ffe766f9cd8fb4ecf:/debian/rules diff --git a/debian/rules b/debian/rules index 4339423..f718ebd 100755 --- a/debian/rules +++ b/debian/rules @@ -1,2 +1,7 @@ #! /usr/bin/make -f -%:; dh $@ --parallel -Bdebian/build --with python2 +%:; dh $@ --parallel --with python2 + +export PYTHONS := $(shell pyversions -r) + +override_dh_auto_install: + dh_auto_install -- prefix=/usr