File: rules

package info (click to toggle)
imagej 1.52j-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,604 kB
  • sloc: java: 120,017; sh: 279; xml: 161; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 476 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# debian/rules for imagej

%:
	dh $@ --buildsystem=ant --with maven-repo-helper --with javahelper

## The default target for ImageJ build is 'run' which causes the build
## to hang since it is an interactive application (also needs X11).
## Because of that, we need to override dh_auto_build to only call the
## build and javadocs targets.
override_dh_auto_build:
	ant build javadocs

override_dh_installchangelogs:
	dh_installchangelogs release-notes.html