File: rules

package info (click to toggle)
libfprint 1%3A1.94.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,720 kB
  • sloc: ansic: 70,874; python: 2,228; xml: 318; sh: 234; makefile: 16; cpp: 11
file content (25 lines) | stat: -rwxr-xr-x 457 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
20
21
22
23
24
25
#!/usr/bin/make -f

export DPKG_GENSYMBOLS_CHECK_LEVEL = 2

BUILDDIR = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)

# Configuration arguments
CONFIG_ARGS = \
	-Dudev_hwdb=enabled \
	-Dudev_rules=enabled \
	-Ddrivers=all \
	-Dgtk-examples=false

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(CONFIG_ARGS)

override_dh_auto_test:
	dh_auto_test -- -C $(BUILDDIR) --timeout-multiplier 5

override_dh_auto_clean:
	rm -rf tests/__pycache__
	dh_auto_clean