File: rules

package info (click to toggle)
bomberclone 0.11.9-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,232 kB
  • sloc: ansic: 14,256; sh: 3,800; makefile: 335
file content (21 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--prefix=/usr \
		--bindir=/usr/games \
		--mandir=\$${prefix}/share/man \
		--infodir=\$${prefix}/share/info \
		--datadir=/usr/share/games/bomberclone \

override_dh_auto_build:
	dh_auto_build
	docbook-to-man debian/bomberclone.sgml > debian/bomberclone.6

override_dh_auto_clean:
	dh_auto_clean
	rm -f debian/bomberclone.6