File: rules

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

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

%:
	dh $@ --with javahelper

override_dh_install:
	dh_install
	mh_installpoms -plibjsr311-api-java debian/pom.xml
	mh_installjar --java-lib -plibjsr311-api-java debian/pom.xml jsr311-api-1.1.1.jar

override_dh_installdocs:
	dh_installdocs --link-doc=libjsr311-api-java