[libhtmlparser-java] 16/25: Generate Java 5 compatible bytecode

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 2 12:48:52 UTC 2017


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

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

commit e37aebd7cb244fbe430634fe38dbfd8d304d0777
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Sep 10 12:02:39 2014 +0000

    Generate Java 5 compatible bytecode
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 334cfcf..6d6c25e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libhtmlparser-java (1.6.20060610.dfsg0-5) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Generate Java 5 compatible bytecode
   * debian/control:
     - Maintenance transferred to the Java Team
     - Removed the dependency on the Java runtime
diff --git a/debian/rules b/debian/rules
index b089b59..09881a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 JAVA_HOME = /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET = jarparser javadoc filterbuilder thumbelina
 DEB_ANT_BUILDFILE = src/build.xml
+DEB_ANT_ARGS      = -Dant.build.javac.target=1.5
 DEB_INSTALL_CHANGELOGS_ALL = docs/changes.txt
 
 install/libhtmlparser-java::

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



More information about the pkg-java-commits mailing list