File: rules

package info (click to toggle)
gnome-robots 1%3A3.22.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,892 kB
  • ctags: 488
  • sloc: ansic: 4,456; sh: 1,237; makefile: 197; xml: 142
file content (14 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

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

%:
	dh $@ --with gnome

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

override_dh_autoreconf:
	dh_autoreconf --as-needed