File: rules

package info (click to toggle)
zatacka 0.1.8-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,408 kB
  • sloc: sh: 787; cpp: 722; ansic: 577; makefile: 49
file content (13 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	    --prefix=/usr \
	    --bindir=/usr/games \
	     --datadir=/usr/share/games