File: rules

package info (click to toggle)
xmoto 0.6.1%2Brepack-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 79,632 kB
  • sloc: cpp: 106,826; ansic: 50,124; xml: 7,832; sh: 463; ruby: 26; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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:
	rm -rf src/ode
	dh_auto_configure -- \
		--prefix=/usr \
		--bindir=\$${prefix}/games \
		--datadir=\$${prefix}/share/games \
		--mandir=\$${prefix}/share/man \
		--localedir=\$${prefix}/share/games/locale