File: rules

package info (click to toggle)
golang-github-shenwei356-bio 0.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 852 kB
  • sloc: perl: 114; sh: 58; makefile: 21
file content (25 lines) | stat: -rwxr-xr-x 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := \
	seqio/fai/seq.fa.fai \
	seqio/fai/seq2.fa \
	seqio/fai/seq.fa \
	seqio/fai/seq2.fa.fai \
	seqio/fastx/test4.fa \
	seqio/fastx/empty.fx \
	seqio/fastx/test2.fq \
	seqio/fastx/test.fa \
	seqio/fastx/test3.fq \
	seqio/fastx/blank1.fx \
	seqio/fastx/blank.fx \
	seqio/fastx/test.fq \
	featio/gtf/test3.gtf \
	featio/gtf/test1.gtf \
	featio/gtf/test2.gtf

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

override_dh_install:
	dh_install
	find debian \( -name "*.go" -o -name "*.fa" \) -exec chmod -x \{\} \;