File: rules

package info (click to toggle)
golang-github-protonmail-go-crypto 0.0~git20230124.0acdc8a-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 1,304 kB
  • sloc: makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export DH_GOLANG_INSTALL_EXTRA := openpgp/test_data

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el))
override_dh_auto_test:
	# Ignore test on ppc64el until https://github.com/ProtonMail/go-crypto/issues/97 is fixed
	-dh_auto_test
endif