File: rules

package info (click to toggle)
sdcv 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 600 kB
  • sloc: cpp: 3,089; sh: 145; xml: 23; makefile: 11
file content (20 lines) | stat: -rwxr-xr-x 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

#export DH_VERBOSE=1

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_TESTS=ON

override_dh_auto_build:
	dh_auto_build -- all lang

override_dh_auto_test:
	mkdir -p tmphome/.stardict/dic
	# Exclude json test as it's broken in both bash and dash
	export HOME=`pwd`/tmphome/; dh_auto_test -- ARGS+="--output-on-failure"

%:
	dh $@