#!/usr/bin/make -f
export PYBUILD_NAME = pygame-sdl2
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

override_dh_clean:
	dh_clean
	$(RM) -r gen
	$(RM) -r gen3
	$(RM) -r pygame_sdl2.egg-info

override_dh_auto_test:
	# Do nothing here because tests don't work with version 6.99.9
