File: rules

package info (click to toggle)
golang-github-jacobsa-bazilfuse 0.0~git20150622-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 736 kB
  • sloc: sh: 26; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f


export DH_GOLANG_BUILDPKG := github.com/jacobsa/bazilfuse

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

override_dh_auto_test:
	# Tests don’t pass currently.