File: rules

package info (click to toggle)
netlib-java 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,484 kB
  • ctags: 4,521
  • sloc: ansic: 21,058; java: 6,798; xml: 989; sh: 93; makefile: 41
file content (22 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/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