#!/usr/bin/make -f
-%:
- dh $@ --with python2
-override_dh_install:
- dh_install
- mv debian/invirt-base/usr/bin/invirt-reload debian/invirt-base/usr/sbin/invirt-reload
+export PYBUILD_NAME=invirt-base
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild