File: rules

package info (click to toggle)
libcommons-jexl-java 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,092 kB
  • sloc: java: 9,479; xml: 1,341; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export CLASSPATH=/usr/share/java/commons-logging.jar:/usr/share/java/junit.jar

%:
	dh $@ --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- jar -Dant.build.javac.source=8 -Dant.build.javac.target=8

override_dh_auto_test:
	dh_auto_build -- test