[objenesis] 11/17: Use javahelper to build the jar.

Markus Koschany apo at moszumanska.debian.org
Mon May 16 16:09:49 UTC 2016


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

apo pushed a commit to branch master
in repository objenesis.

commit 825ff49d336613d2b847427e712472f068b0161c
Author: Markus Koschany <apo at debian.org>
Date:   Mon May 16 17:13:24 2016 +0200

    Use javahelper to build the jar.
---
 debian/control | 1 +
 debian/rules   | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0233196..fcb345f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  debhelper (>= 9),
  default-jdk,
  default-jdk-doc,
+ javahelper,
  junit4,
  libmaven-javadoc-plugin-java,
  maven-repo-helper
diff --git a/debian/rules b/debian/rules
index a0f13cb..d1cd82d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,10 @@
 export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
-	dh $@ --parallel --with maven_repo_helper
+	dh $@ --parallel --with javahelper,maven_repo_helper
+
+override_dh_auto_build:
+	jh_build objenesis.jar org
 
 get-orig-source:
 	uscan --force-download --download-current-version --verbose

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



More information about the pkg-java-commits mailing list