File: rules

package info (click to toggle)
png-sixlegs 2.0-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 3,504 kB
  • sloc: java: 6,933; xml: 276; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

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

%:
	dh $@ --sourcedirectory=javapng-2.0 --with javahelper

override_jh_build:
	jh_build -J png.jar javapng-2.0/src/main
	cd javapng-2.0; ant javadoc