File: rules

package info (click to toggle)
gnome-nibbles 1%3A3.24.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,424 kB
  • sloc: ansic: 27,179; sh: 1,238; xml: 320; makefile: 210
file content (13 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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:
	dh_autoreconf --as-needed