File: rules

package info (click to toggle)
kf6-knewstuff 6.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,972 kB
  • sloc: cpp: 10,681; xml: 132; sh: 19; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Disable fixfilepath, as it triggers build failures.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath optimize=+lto

export EXCLUDED_TESTS = knewstuff-atticaprovidertest

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_DESIGNERPLUGIN=ON

override_dh_auto_test:
	xvfb-run -a dh_auto_test -- ARGS+="-E \"^(${EXCLUDED_TESTS})\""