File: rules

package info (click to toggle)
netlib-java 0.9.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 9,552 kB
  • sloc: ansic: 21,058; java: 6,809; xml: 989; sh: 93; makefile: 41
file content (21 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@ --with javahelper

override_dh_auto_build:
	ant clean generate compile package

get-orig-source:
	debian/get-orig-source

override_jh_installjavadoc:
	jh_installjavadoc dist/javadoc

override_dh_clean:
	rm -f netlib-java.jar
	dh_clean