X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-images.git/blobdiff_plain/a088b268442e3bcbd5283593273175dc9deedd18..refs/heads/2to3:/debian/rules diff --git a/debian/rules b/debian/rules index 4f2c774..340cd18 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f -%: - dh $@ +export PYBUILD_NAME=invirt-images + +%: + dh $@ --with python3 --buildsystem=pybuild