summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 6635d105979feaaa32b298c1a92e0016f5cbce85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ \
		--buildsystem=cmake \
		--parallel \
		--dbg-package=colobot-dbg

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
	                     -DINSTALL_DOCS:BOOL=True

override_dh_auto_build:
	dh_auto_build -a
	dh_auto_build -i -- doc