File: rules

package info (click to toggle)
pygame-sdl2 7.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,188 kB
  • sloc: ansic: 9,664; python: 1,946; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (2)
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 $@ --with python3 --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