File: rules

package info (click to toggle)
golang-github-weaveworks-mesh 0.1%2Bgit20180323.0c91e69-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 420 kB
  • sloc: sh: 60; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

BUILDDIR := $(CURDIR)/build

%:
	dh $@ --buildsystem=golang --with=golang --builddirectory=$(BUILDDIR)

override_dh_auto_configure:
	dh_auto_configure
	# Remove cruft.
	rm -vrf $(BUILDDIR)/src/github.com/weaveworks/mesh/examples
	rm -vrf $(BUILDDIR)/src/github.com/weaveworks/mesh/_metcd