File: rules

package info (click to toggle)
golang-github-jacobsa-fuse 0.0~git20150806.0.9a7512a-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 584 kB
  • sloc: asm: 11; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := github.com/jacobsa/fuse/samples

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

override_dh_auto_test:
	# Tests don’t pass currently.