File: rules

package info (click to toggle)
kf6-kuserfeedback 6.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,984 kB
  • sloc: cpp: 13,166; php: 2,192; xml: 288; yacc: 90; lex: 82; sh: 17; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# do not run testOpenGLInfoSource during builds
export KUSERFEEBACK_SKIP_TESTOPENGLINFOSOURCE=1

%:
	dh $@

override_dh_auto_configure-arch:
	dh_auto_configure -- -DENABLE_DOCS=OFF

override_dh_auto_configure-indep:
	dh_auto_configure -- -DENABLE_DOCS=ON

override_dh_auto_test:
	xvfb-run dh_auto_test --no-parallel