File: rules

package info (click to toggle)
bumprace 1.5.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,504 kB
  • sloc: sh: 3,733; ansic: 2,752; objc: 224; makefile: 58
file content (19 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

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

override_dh_auto_install:
	dh_auto_install $(bindir)=/usr/games

bumprace.6: bumprace.sgml
	docbook-to-man $< > $@