File: rules

package info (click to toggle)
tendermint-go-rpc 0.0~git20161021.0.e6e3853-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 128
  • sloc: sh: 38; makefile: 15
file content (12 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/golang-github-tendermint-go-rpc-dev/usr/bin

override_dh_auto_clean:
	dh_auto_clean
	rm -f /tmp/go-rpc.sock