File: rules

package info (click to toggle)
boswars 2.7%2Bsvn160110-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 97,132 kB
  • sloc: cpp: 57,441; python: 1,759; makefile: 34; sh: 26
file content (51 lines) | stat: -rwxr-xr-x 1,719 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
export CCFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -DSTRATAGUS_LIB_PATH=\"/usr/share/games/boswars\"
export LINKFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)

%:
	dh $@

override_dh_auto_build-arch:
	scons CPPFLAGS='$(CPPFLAGS)' CCFLAGS='$(CCFLAGS)' LINKFLAGS='$(LINKFLAGS)'
	# rename binary
	mv build/boswars-release build/boswars

override_dh_auto_install:

override_dh_install-arch:
	# Copy (and rename) an icon to be used as desktop file
	cp units/tank/ico_tank.png debian/boswars.png
	# Default action
	dh_install --arch
	rm -f debian/boswars/usr/share/doc/boswars/html/README-SDL.txt
	rm -f debian/boswars/usr/share/doc/boswars/html/*copyright*
	rm -f debian/boswars/usr/share/doc/boswars/html/gpl3.txt

override_dh_install-indep:
	dh_install --indep
	# Remove unneeded files.
	for i in genpot.sh makesame.py updatepo.sh ; do \
		rm -f debian/boswars-data/usr/share/games/boswars/languages/$$i ; \
	done
	# Replace broken terrain.png
	cp debian/antarticum-terrain.png debian/boswars-data/usr/share/games/boswars/maps/antarticum.map/terrain.png

override_dh_fixperms-indep:
	dh_fixperms
	chmod a-x debian/boswars-data/usr/share/games/boswars/campaigns/swindler/*
	chmod a-x debian/boswars-data/usr/share/games/boswars/maps/tokelau.map/presentation.smp

override_dh_clean:
	dh_clean
	[ ! -f .sconsign.dblite ] || scons -c
	# Additional icon (see build-indep-stamp)
	$(RM) debian/boswars.png
	# Scons is stupid and leaves them behind no matter what.
	$(RM) .sconsign.dblite
	$(RM) .sconf_temp
	$(RM) build_conf_cache.py build_options.py config.log
	$(RM) build/boswars