File: rules

package info (click to toggle)
golang-github-humanlogio-humanlog 0.7.6%2Breally0.7.5%2Bgit20231011.deb0543%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: sh: 74; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

execute_after_dh_auto_configure:
	# Connect-go lib has a new import path.
	# Forwarded: https://github.com/humanlogio/humanlog/issues/73
	mkdir -p $(CURDIR)/_build/src/github.com/bufbuild/
	ln -s $(CURDIR)/_build/src/connectrpc.com/connect $(CURDIR)/_build/src/github.com/bufbuild/connect-go