File: rules

package info (click to toggle)
golang-github-kjk-lzma 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 235
  • sloc: makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := lzma_go

PKG = github.com/kjk/lzma

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

override_dh_auto_configure:
	dh_auto_configure
	cp -r -v $(CURDIR)/data _build/src/$(PKG)