File: rules

package info (click to toggle)
chromhmm 1.24%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 45,556 kB
  • sloc: java: 18,945; sh: 10; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/java/htsjdk.jar:/usr/share/java/batik.jar:/usr/share/java/jheatchart.jar

%:
	dh $@ --with javahelper

override_jh_build:
	jh_build --main="edu.mit.compbio.ChromHMM.ChromHMM" chromhmm.jar edu/

override_dh_installchangelogs:
	dh_installchangelogs debian/versionlog.txt