File: rules

package info (click to toggle)
golang-github-brentp-bix 0.0~git20190718.00aa7a7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 536 kB
  • sloc: python: 42; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := tests

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

override_dh_auto_configure:
	# The DH_GOLANG_INSTALL_EXTRA is configured during dh_auto_configure, hence generating the needed generated files at this step
	tabix tests/csitest.bed.gz -C
	tabix main/test.query.vcf.gz
	tabix main/NA12878.wham.del.vcf.gz
	dh_auto_configure

override_dh_auto_install:
	dh_auto_install -- --no-binaries