port python2.x code to python3.x
[tools/itest-core.git] / debian / rules
1 #!/usr/bin/make -f
2
3 %:
4         dh $@ --with python3 --buildsystem=pybuild
5
6 override_dh_auto_install:
7         python3 setup.py install --root=debian/tmp --prefix=/usr
8
9 override_dh_auto_test:
10         @echo 'Skipping autotests'