File: rules

package info (click to toggle)
golang-gocapability-dev 0.0~git20140516-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 100 kB
  • ctags: 131
  • sloc: makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/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