File: rules

package info (click to toggle)
golang-github-glycerine-go-unsnap-stream 0.0~git20210130.47dfef3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 164 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := cmd

override_dh_auto_test:
	echo skipping tests, missing dependencies

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