[jnr-unixsocket] 02/02: Use maven-debian-helper in d/rules

Tim Potter tpot-guest at moszumanska.debian.org
Mon Dec 1 05:18:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to branch master
in repository jnr-unixsocket.

commit fd1ce6612d8449a1d389dda46123c42385730af9
Author: Tim Potter <tpot at hp.com>
Date:   Mon Dec 1 16:17:37 2014 +1100

    Use maven-debian-helper in d/rules
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..027d7eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
+
 %:
-	dh $@
+	dh $@ --buildsystem=maven --with javahelper

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-unixsocket.git



More information about the pkg-java-commits mailing list