File: rules

package info (click to toggle)
golang-github-shirou-gopsutil 3.22.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,588 kB
  • sloc: ansic: 315; sh: 151; makefile: 69
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