File: rules

package info (click to toggle)
rsyntaxtextarea 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 6,752 kB
  • ctags: 5,608
  • sloc: java: 98,178; xml: 523; sh: 10; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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-source:
	uscan --download-version $(VERSION) --force-download

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