File: rules

package info (click to toggle)
libinputsynth 0.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 168 kB
  • sloc: ansic: 767; xml: 32; makefile: 14
file content (20 lines) | stat: -rwxr-xr-x 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@

test_env = LIBINPUTSYNTH_PLUGINDIR=$(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)/src/ \
	   LC_ALL=C.UTF-8 \
	   MESON_TESTTHREADS=1 \
	   LC_ALL=C.UTF-8 \
	   MESON_TESTTHREADS=1

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	env $(test_env) ninja -C obj-$(DEB_HOST_GNU_TYPE) test
endif

override_dh_missing:
	dh_missing --list-missing