File: rules

package info (click to toggle)
golang-github-hugelgupf-p9 0.3.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 608 kB
  • sloc: makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
export DH_VERBOSE = 1

#export DH_GOLANG_EXCLUDES := test
export DH_GOLANG_BUILDPKG := \
	github.com/hugelgupf/p9/cmd/p9ufs \
	github.com/hugelgupf/p9/p9

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

override_dh_auto_test:
    DH_GOLANG_EXCLUDES="p9\/p9 test" \
    dh_auto_test -v