File: rules

package info (click to toggle)
golang-github-blevesearch-bleve 0.5.0%2Bgit20170912.278.6eea5b78-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,772 kB
  • sloc: yacc: 311; sh: 51; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := test
export DH_GOLANG_INSTALL_EXTRA := test search/facet/benchmark_data.txt analysis/test_words.txt

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

override_dh_auto_install:
	dh_auto_install
	# Currently no need for produced binary file(s)
	$(RM) -r $(CURDIR)/debian/$(shell dh_listpackages)/usr/bin