File: rules

package info (click to toggle)
gnome-tetravex 1%3A3.22.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,856 kB
  • sloc: ansic: 13,857; sh: 1,237; makefile: 113; xml: 31
file content (14 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed

%:
	dh $@ --with gnome

override_dh_auto_configure:
	dh_auto_configure -- --bindir=\$${prefix}/games

override_dh_autoreconf:
	find . -name "*_vala.stamp" -print -delete
	dh_autoreconf --as-needed