File: rules

package info (click to toggle)
libemf 1.0.9%2Bgit.10.3231442-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,260 kB
  • sloc: ansic: 14,297; cpp: 5,705; makefile: 45; sh: 3
file content (19 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-editing \
	 --enable-doxygen-pdf --enable-doxygen-man --enable-doxygen-html

override_dh_auto_build:
	dh_auto_build -- all doxygen-doc doxygen-pdf

override_dh_auto_test:
	dh_auto_test -- -j1

override_dh_compress:
	dh_compress --exclude=.pdf