File: rules

package info (click to toggle)
golang-github-digitalocean-go-smbios 0.0~git20180907.390a4f4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 188 kB
  • sloc: sh: 11; makefile: 3
file content (10 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Only build the libraries, and not the included simple utilities.
# A more actively maintained package "smbios-utils" is already available
# in the archive, which would better serve an end-user than the two
# simple utilities included in this package.
export DH_GOLANG_EXCLUDES := cmd/

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