File: rules

package info (click to toggle)
emptty 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: makefile: 102; sh: 6
file content (12 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install -- --no-source

execute_before_dh_auto_test:
	# The upstream test suite needs to be able to access its test data.
	mkdir -p _build/src/github.com/tvrzna/emptty
	cp -av res _build/src/github.com/tvrzna/emptty