File: rules

package info (click to toggle)
lucene%2B%2B 3.0.7-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,192 kB
  • ctags: 29,538
  • sloc: cpp: 150,898; ansic: 26,941; python: 3,923; makefile: 253; sh: 241
file content (21 lines) | stat: -rwxr-xr-x 564 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
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ -- --parallel --fail-missing

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo

override_dh_auto_build-indep:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_DOCS:BOOL=ON
	dh_auto_build -- doc

override_dh_install-indep:
	dh_install -pliblucene++-doc usr/share/doc/lucene++-doc/* usr/share/doc/liblucene++-doc/
	rm -rf debian/tmp/usr/share/doc/lucene++-doc/

#override_dh_auto_test:
#	./obj-*/src/test/lucene++-tester