File: rules

package info (click to toggle)
saxonb 9.1.0.8%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,308 kB
  • sloc: java: 128,210; xml: 1,250; makefile: 20; sh: 13
file content (17 lines) | stat: -rwxr-xr-x 457 bytes parent folder | download | duplicates (2)
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

export VERSION = $(DEB_VERSION_UPSTREAM)

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

override_dh_auto_build:
	dh_auto_build -- -f ../debian/build.xml jar javadoc -Dupstream-version=$(VERSION)

override_dh_auto_clean:

get-orig-pom:
	wget -O debian/saxonb.pom -U NoAgent-1.0 \
		http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/$(VERSION)/saxon-$(VERSION).pom