File: rules

package info (click to toggle)
typesafe-config 1.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,056 kB
  • sloc: java: 12,136; xml: 82; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

include /usr/share/javahelper/java-vars.mk
export JAVA_HOME=/usr/lib/jvm/default-java

PRODUCED_JAR=typesafe-config.jar

%:
	dh $@ --with javahelper,jh_maven_repo_helper

override_jh_build:
	jh_build $(PRODUCED_JAR) $(CURDIR)/config/src/main/java

override_jh_clean:
	jh_clean
	rm -f $(CURDIR)/$(PRODUCED_JAR)