File: rules

package info (click to toggle)
pygame-sdl2 7.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,408 kB
  • sloc: ansic: 9,655; python: 1,900; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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