File: rules

package info (click to toggle)
libsimple-validation-java 0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 640 kB
  • sloc: java: 3,858; xml: 53; sh: 14; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

JAVA_HOME := /usr/lib/jvm/default-java


# Include the .resource files etc in the jar:
export JH_JAR_EXTRA=$(shell find org -type f -not -name "*.java")
export CLASSPATH := /usr/share/java/org-openide-util-lookup.jar:/usr/share/java/org-openide-util.jar:/usr/share/java/org-openide-util-ui.jar


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

get-orig-source:
	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)