File: rules

package info (click to toggle)
libzeem 2.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: cpp: 13,810; xml: 49; makefile: 15; sh: 11
file content (23 lines) | stat: -rwxr-xr-x 508 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
22
23
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# Fixing reproducible builds
LC_ALL := C.UTF-8
export LC_ALL

%:
	dh $@

# Tests are turned off due to excluded test files
override_dh_auto_configure:
	dh_auto_configure -- \
		-DBUILD_SHARED_LIBS=ON \
		-DZEEM_BUILD_DOCUMENTATION=ON \
		-DZEEM_BUILD_EXAMPLES=ON \
		-DBUILD_TESTING=OFF

execute_after_dh_auto_install:
	rm debian/tmp/usr/share/doc/zeem/_static/jquery.js

execute_after_dh_clean:
	rm -rf doc/html doc/mxml/.buildinfo docs/api