#!/usr/bin/make -f

export PYBUILD_NAME=gflanguages
%:
	dh $@ --with python3 --buildsystem=pybuild


override_dh_auto_test:
# The tests/test_gflanguages_api.py cannot be launched here, because it needs
# the module to be installed first before running the test against it. This is
# why it is started in autopkgtests instead.
