File: rules

package info (click to toggle)
gemdropx 0.9-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,096 kB
  • sloc: ansic: 1,772; cpp: 198; makefile: 68
file content (19 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

TARGET=gemdropx

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# enable all hardening options
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build --  DEB_CFLAGS="$(CFLAGS)" SOUND=YES JOY=YES DATA_PREFIX=/usr/share/games/$(TARGET)

override_dh_auto_install: