[libmetadata-extractor-java] 04/07: debian/rules: Set the lib-xmp and lib-junit parameters to configure the classpath

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Mar 10 17:14:34 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository libmetadata-extractor-java.

commit 1d1a67966265cc7b197d4a659ff1b0b3f5bdd761
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Mar 10 16:40:34 2015 +0100

    debian/rules: Set the lib-xmp and lib-junit parameters to configure the classpath
---
 debian/changelog | 2 ++
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 76f0c3d..857b0a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libmetadata-extractor-java (2.7.2-1) UNRELEASED; urgency=medium
   * New upstream release
     - Refreshed 01_build.patch
     - Removed 02-fix-exifreader-regression.patch (fixed upstream)
+  * debian/rules:
+    - Set the lib-xmp and lib-junit parameters to configure the classpath
   * Moved the package to Git
   * debian/watch: Watch the release tags on Github
   * debian/orig-tar.sh: Download the sources from Github
diff --git a/debian/rules b/debian/rules
index afcbdfe..c708054 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ include /usr/share/cdbs/1/class/ant.mk
 JAVA_HOME := /usr/lib/jvm/default-java
 
 DEB_ANT_BUILD_TARGET       := dist-binaries javadoc
-DEB_JARS                   := xmpcore ant-junit ant-junit4 junit4
+DEB_ANT_ARGS               := -Dlib-xmp=/usr/share/java/xmpcore.jar -Dlib-junit=/usr/share/java/junit4.jar
+DEB_JARS                   := ant-junit ant-junit4
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog.txt
 PACKAGE                    := libmetadata-extractor-java
 

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



More information about the pkg-java-commits mailing list