File: rules

package info (click to toggle)
golang-gocapability-dev 0.0~git20150716.0.2c00dae-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 144
  • sloc: sh: 94; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE := 1
export DEB_BUILD_OPTIONS := nocheck
export DH_GOPKG := github.com/syndtr/gocapability

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

override_dh_auto_install:
	dh_auto_install
	# the "enumgen" binary is useless outside of gocapability upstream development
	rm -r debian/golang-gocapability-dev/usr/bin