File: rules

package info (click to toggle)
golang-github-rakyll-statik 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
# -*- makefile -*-

TMP     = $(CURDIR)/debian/$(PACKAGE)

export DH_GOLANG_EXCLUDES := github.com/rakyll/statik/example

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