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

Tim Potter tpot-guest at moszumanska.debian.org
Fri Jan 23 01:47:58 UTC 2015


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

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

commit ea711820185a0ce2ead9ca4b4498877c0da9121f
Author: Tim Potter <tpot at hp.com>
Date:   Mon Dec 1 16:31:20 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-ffi.git



More information about the pkg-java-commits mailing list