#!/usr/bin/make -f export PYBUILD_NAME=freeart %: dh $@ --with python3 --buildsystem=pybuild # Only build the Python stuff, so no need for auto* override_dh_autoreconf: # Disable testsuite for now override_dh_auto_test: override_dh_auto_build: python3 setup.py build build_man build_doc rm -f $(CURDIR)/debian/python3-freeart/usr/share/doc/python3-freeart/html/_static/jquery.js rm -f $(CURDIR)/debian/python3-freeart/usr/share/doc/python3-freeart/html/_static/doctools.js rm -f $(CURDIR)/debian/python3-freeart/usr/share/doc/python3-freeart/html/_static/searchtools.js rm -f $(CURDIR)/debian/python3-freeart/usr/share/doc/python3-freeart/html/_static/underscore.js rm -f $(CURDIR)/debian/python3-freeart/usr/share/doc/python3-freeart/html/_static/language_data.js