File: rules

package info (click to toggle)
libthrift-java 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: java: 13,229; xml: 66; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export CLASSPATH := /usr/share/java/httpclient5.jar:/usr/share/java/httpcore5.jar:/usr/share/java/jakarta-annotation-api.jar:/usr/share/java/slf4j-api.jar:/usr/share/java/jakarta-servlet-api.jar:/usr/share/java/commons-lang3.jar

%:
	dh $@ --with javahelper --with maven_repo_helper

override_jh_build:
	jh_build --javacopts='--release 8' --no-javadoc thrift.jar org