File: rules

package info (click to toggle)
autocomplete 2.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 604 kB
  • sloc: java: 5,390; xml: 120; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export JAVA_HOME=/usr/lib/jvm/default-java
VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')


%:
	dh $@ --with javahelper --with jh_maven_repo_helper

get-orig-pom:
	wget -O debian/pom.xml    http://repo1.maven.org/maven2/com/fifesoft/autocomplete/$(VERSION)/autocomplete-$(VERSION).pom