File: rules

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

export DEB_CFLAGS_MAINT_APPEND = -std=gnu17
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

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 \
		--disable-werror