File: rules

package info (click to toggle)
golang-github-bluebreezecf-opentsdb-goclient 0.0~git20190921.0.7961383-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: makefile: 7; sh: 2
file content (11 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_fixperms:
	dh_fixperms
	find debian -name "*.go" -exec chmod -x \{\} \;