File: rules

package info (click to toggle)
pygame-sdl2 8.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 31,512 kB
  • sloc: ansic: 9,677; python: 1,934; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
export PYBUILD_NAME = pygame-sdl2
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=pybuild

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

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