File: rules

package info (click to toggle)
golang-github-hashicorp-raft 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 920 kB
  • sloc: makefile: 41; sh: 9
file content (17 lines) | stat: -rwxr-xr-x 348 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
# -*- makefile -*-

# The test framework requires raft-boltdb, and thus creates a circular
# dependency.
export DH_GOLANG_EXCLUDES := fuzzy

# We will ignore the many intermittent test failures on s390x
ifeq ($(DEB_BUILD_ARCH),s390x)
  MINUS:=-
endif

%:
	dh $@ --buildsystem=golang

override_dh_auto_test:
	$(MINUS)dh_auto_test