[mysql-connector-java] 03/04: Forced the build file to accept any JDK

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 21 22:45:59 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository mysql-connector-java.

commit 30f1724e2c16a56910bc831631ad0cbc8eb91d14
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Aug 22 00:37:22 2014 +0200

    Forced the build file to accept any JDK
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4f410e1..296265a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mysql-connector-java (5.1.32-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Refreshed the patches
+  * Forced the build file to accept any JDK
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 22 Aug 2014 00:03:51 +0200
 
diff --git a/debian/rules b/debian/rules
index eb98371..4383ed7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ DEB_ANT_ARGS := -Dcom.mysql.jdbc.java6.javac=$(JAVA_HOME)/bin/javac \
     -Dcom.mysql.jdbc.java6.rtjar=$(JAVA_HOME)/jre/lib/rt.jar \
     -Dsnapshot.version= \
     -Dcom.mysql.jdbc.extra.libs=lib \
+    -Dant.java.version=1.5 \
     -Dant.build.javac.source=1.6 \
     -Dant.build.javac.target=1.6
 

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



More information about the pkg-java-commits mailing list