File: rules

package info (click to toggle)
golang-github-jroimartin-gocui 0.3.0%2Bgit20170212.45.ed41d1b-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 236 kB
  • ctags: 329
  • sloc: makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_OPTIONS
export DH_GOPKG := github.com/jroimartin/gocui
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

override_dh_auto_build:
	dh_auto_build
	rm -r obj-*/src/$(DH_GOPKG)/_examples/