File: rules

package info (click to toggle)
gamazons 0.83-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,892 kB
  • sloc: ansic: 5,277; sh: 673; makefile: 109
file content (18 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --without autoreconf

override_dh_auto_clean:
	touch config.status
	dh_auto_clean
	rm -f config.status

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