File: rules

package info (click to toggle)
pkcs11-provider 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,532 kB
  • sloc: ansic: 21,640; sh: 2,742; python: 104; makefile: 54
file content (16 lines) | stat: -rwxr-xr-x 465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/default.mk
include /usr/share/debhelper/dh_package_notes/package-notes.mk

%:
	dh $@ --buildsystem=meson

# Tests are unreliable and cause build failures on buildds
override_dh_auto_test:

execute_before_dh_auto_build:
	# meson test does not compile with verbosity, but doesn't matter as it's test binaries
	@echo 'blhc: ignore-line-regexp: .* Compiling C object tests.*'