File: rules

package info (click to toggle)
golang-github-hashicorp-go-msgpack 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, bullseye, experimental, sid, trixie
  • size: 288 kB
  • sloc: python: 91; makefile: 3
file content (12 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_test:
	# msgpack_test.py fails with “msgpackrpc.error.TransportError: Retry
	# connection over the limit”. Since issues are disabled on
	# https://github.com/hashicorp/go-msgpack, Alexandre Viau directly
	# emailed https://github.com/ryanuber who is the main committer.
	# Once the issue is fixed upstream, the tests should be re-enabled.