File: rules

package info (click to toggle)
caveexpress 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 48,500 kB
  • sloc: cpp: 66,246; ansic: 1,135; sh: 496; xml: 186; python: 74; makefile: 22; javascript: 22
file content (27 lines) | stat: -rwxr-xr-x 583 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
22
23
24
25
26
27
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export CCACHE_DIR=$(CURDIR)/ccache

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-DNETWORKING=ON \
		-DUNITTESTS=OFF \
		-DTOOLS=OFF \
		-DVERBOSE=ON \
		-DCOVERAGE=OFF \
		-DUSE_CCACHE=ON \
		-DCAVEEXPRESS=ON \
		-DCAVEPACKER=ON \
		-DMINIRACER=OFF \
		-DCMAKE_VERBOSE_MAKEFILE=ON \
		-DPKGDATADIR=/usr/share/games

override_dh_installchangelogs:
	dh_installchangelogs docs/caveexpress/CHANGELOG

override_dh_missing:
	dh_missing --list-missing