File: rules

package info (click to toggle)
golang-toml 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: makefile: 21
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export DH_OPTIONS
export DH_GOPKG := github.com/BurntSushi/toml

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

override_dh_auto_install:
	dh_auto_install
	# Don't install test binaries
	rm -rf debian/golang-toml-dev/usr/bin