File: rules

package info (click to toggle)
sbbi-upnplib 1.0.4%2Btriplea-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 312 kB
  • sloc: java: 3,363; xml: 46; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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

# Put depended upon jars in here
# export CLASSPATH=

%:
	dh $@ --with javahelper

override_dh_auto_clean:
	-rm build.xml #don't use any build since it depends on GenJar.jar
	dh_auto_clean