File: rules

package info (click to toggle)
libezmorph-java 1.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 384 kB
  • sloc: java: 4,774; xml: 25; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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

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

get-orig-pom:
	mkdir -p debian/poms
	wget  -U NoSuchBrowser/1.0 -O debian/poms/ezmorph.xml \
		https://repo1.maven.org/maven2/net/sf/ezmorph/ezmorph/$(DEB_VERSION_UPSTREAM)/ezmorph-$(DEB_VERSION_UPSTREAM).pom