File: rules

package info (click to toggle)
libbiod 0.2.3%2Bgit20191120.b8eecef-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,416 kB
  • sloc: makefile: 68; sh: 10
file content (17 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# DH_VERBOSE := 1

include /usr/share/dh-dlang/dlang-flags.mk

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- -Doptimize_strong=true

override_dh_missing:
	dh_missing --fail-missing

override_dh_auto_test:
	# we ignore test failures for now, the tests fail to find a few files correctly
	-dh_auto_test