File: rules

package info (click to toggle)
libemf 1.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,628 kB
  • sloc: ansic: 14,361; cpp: 5,857; makefile: 47; 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