File: rules

package info (click to toggle)
golang-github-mcuadros-go-gin-prometheus 0.1.0%2Bgit20190723.c7374e9-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 80 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_auto_install:
	rm -rf ./*/bin
	rm -rf ./*/src/github.com/mcuadros/go-gin-prometheus/example
	dh_auto_install