File: rules

package info (click to toggle)
golang-github-shirou-gopsutil 2.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 728 kB
  • ctags: 1,513
  • sloc: sh: 158; makefile: 20
file content (13 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (2)
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/shirou/gopsutil

# Avoid running tests that require root.
export CI := true
export CIRCLECI := true

TMP     = $(CURDIR)/debian/$(PACKAGE)

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