File: rules

package info (click to toggle)
golang-github-glycerine-go-unsnap-stream 0.0~git20241229.5e8a08e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (3)
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