File: rules

package info (click to toggle)
jama 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 220 kB
  • sloc: java: 2,858; xml: 129; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

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

override_dh_auto_build:
	dh_auto_build -- -f debian/build.xml all

override_dh_auto_clean:
	dh_auto_build -- -f debian/build.xml clean

get-orig-pom:
	wget http://central.maven.org/maven2/gov/nist/math/jama/$(DEB_VERSION_UPSTREAM)/jama-$(DEB_VERSION_UPSTREAM).pom -O debian/pom.xml