File: rules

package info (click to toggle)
pilon 1.23%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: sh: 40; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

%:
	dh $@ --with javahelper

override_dh_auto_build:
	scalac -classpath /usr/share/java/htsjdk.jar -d pilon.jar src/main/scala/org/broadinstitute/pilon/*

override_jh_depends:
	# do nothing here