File: rules

package info (click to toggle)
sdcv 0.5.0~beta2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 428 kB
  • ctags: 320
  • sloc: cpp: 2,883; sh: 75; makefile: 11
file content (20 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download | duplicates (2)
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 test which requires particullar dictionary
	export HOME=`pwd`/tmphome/; dh_auto_test -- ARGS+="-V -E t_utf8input"

%:
	dh $@