File: rules

package info (click to toggle)
blastem 0.6.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,228 kB
  • sloc: ansic: 78,222; python: 2,909; java: 1,590; asm: 461; makefile: 317; sh: 207; xml: 67
file content (16 lines) | stat: -rwxr-xr-x 353 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 DH_VERBOSE = 1
include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- HOST_ZLIB=1 CONFIG_PATH=/etc/blastem \
	CPU=$(DEB_HOST_GNU_CPU) \
	DATA_PATH=/usr/share/games/blastem

override_dh_auto_test:
	#FTBFS because of "undefined references"