#!/usr/bin/make -f

export PYBUILD_NAME=check-manifest

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

# Here we have to disable the testsuite because it requires an
# internet connection.  Unfortunately there's no way to currently
# workaround this.
override_dh_auto_test:
