#!/usr/bin/make -f export DH_VERBOSE=1 export PYBUILD_NAME=pygccxml export PYBUILD_TEST_ARGS={interpreter} ./unittests/test_all.py %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_build: dh_auto_build $(MAKE) html override_dh_installchangelogs: dh_installchangelogs -A docs/history.rst override_dh_auto_test: #Disable the test suite until llvm toolchain is up-to-date and fixed again #PYBUILD_SYSTEM=custom dh_auto_test override_dh_installdocs: dh_installdocs rm -rf ./debian/python-pygccxml-doc/usr/share/doc/python-pygccxml-doc/doctrees