File: rules

package info (click to toggle)
golang-github-shirou-gopsutil 2.19.11-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,144 kB
  • sloc: ansic: 159; sh: 158; makefile: 32
file content (12 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export DH_GOLANG_GO_GENERATE := 1

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

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