File: rules

package info (click to toggle)
golang-github-xi2-xz 0.0~git20171230.48954b6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,548 kB
  • sloc: makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DH_GOLANG_INSTALL_ALL := 1

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

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_install:
	dh_install -Xtestdata -XLICENSE