File: rules

package info (click to toggle)
golang-github-astroprofundis-sysinfo 0.0~git20240112.ed54df1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: asm: 21; makefile: 3
file content (9 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# As there is no easy way to exclude the binaries from being placed by dh-golang
# into the resulting -dev package, simply prevent them from building in the
# first place
export DH_GOLANG_EXCLUDES=cmd

%:
	dh $@ --builddirectory=debian/.build/upstream --buildsystem=golang