#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1

export PYBUILD_NAME=pgzero
# These tests cannot pass because we strip test/sounds/ for licensing
# reasons (see debian/copyright).
export PYBUILD_TEST_ARGS=--ignore test/test_sound_formats.py

%:
	dh $@ --buildsystem=pybuild
