File: rules

package info (click to toggle)
golang-github-masterminds-vcs-dev 1.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 203
  • sloc: makefile: 38
file content (13 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DH_GOPKG := github.com/Masterminds/vcs

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

override_dh_auto_test:
	# The test needs network access, which violate Debian Policy 4.9, so we
	# need to disable it.
	#
	# https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules