File: rules

package info (click to toggle)
kate 4%3A25.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,100 kB
  • sloc: cpp: 108,293; xml: 88,821; javascript: 1,835; ansic: 1,752; python: 141; sh: 123; lisp: 82; perl: 39; php: 28; makefile: 23; f90: 19; ruby: 15; tcl: 10
file content (14 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

testsuite_failing_archs := armel armhf hurd-amd64 hurd-i386 i386
ifneq (,$(filter $(DEB_HOST_ARCH),$(testsuite_failing_archs)))
  fail_param := || true
endif

%:
	dh $@

override_dh_auto_test:
	-xvfb-run -a dh_auto_test --buildsystem=kf6 $(fail_param)