File: rules

package info (click to toggle)
golang-bazil-fuse 0.0~git20160811.0.371fbbd-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 728 kB
  • sloc: sh: 26; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOPKG := bazil.org/fuse
export DH_GOLANG_EXCLUDES := bazil.org/fuse/examples

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

override_dh_auto_test:
	# The tests require a working FUSE setup, which is not necessarily
	# present on the buildds and/or in pbuilder.