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

praveen pushed a commit to branch master
in repository libjopendocument-java.

commit 21ac9ae840620179a19e27631db330981b0cd603
Author: Praveen Arimbrathodiyil <[email protected]>
Date:   Sat Jun 14 15:08:31 2014 +0530

    add JAVA_HOME, use javahelper
---
 debian/rules | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 79fd842..90cf0a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-${DEB_BUILD_ARCH}
+
 %:
-       dh $@ 
+       dh $@ --with javahelper
+#      jh_build deskapp.jar src
+
+clean:
+       jh_clean
+       rm -rf build dist

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to