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

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

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo"

override_dh_auto_build:
	dh_auto_build -a
	dh_auto_build -i -- doc