#!/usr/bin/make -f

export PYBUILD_NAME=chemcanvas

%:
	dh $@ --buildsystem=pybuild --with=python3

# force xz compression for backward compatibility
override_dh_builddeb:
	dh_builddeb -- -Zxz
