File: rules

package info (click to toggle)
bibletime 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,916 kB
  • sloc: cpp: 30,748; sh: 47; xml: 31; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

# Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ -Scmake

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_HANDBOOK_PDF=OFF -DBUILD_HOWTO_PDF=OFF

override_dh_auto_test:
	QT_QPA_PLATFORM=offscreen dh_auto_test