File: rules

package info (click to toggle)
neatvnc 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 804 kB
  • sloc: ansic: 11,804; cpp: 572; makefile: 14
file content (22 lines) | stat: -rwxr-xr-x 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	        -Dtests=true \
		$(NULL)

# https://github.com/any1/neatvnc/issues/85
ifneq (,$(filter $(DEB_HOST_ARCH),s390x hppa powerpc ppc64))
override_dh_auto_test:
	-dh_auto_test
endif

execute_after_dh_auto_test:
	-cat obj-*/meson-logs/testlog.txt