This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjson-java.
commit 9ee68226307a39327b33d0bb0932e7b4e05ca5b0 Author: Thierry Carrez <[email protected]> Date: Fri Nov 13 12:27:20 2009 +0000 debian/build.xml: Build Java2 code to match runtime dependency --- debian/build.xml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/build.xml b/debian/build.xml index d773413..75e6e5d 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -9,7 +9,7 @@ <target name="compile" description="o Compile the source files"> <mkdir dir="${class.dir}"/> <javac srcdir="${source.dir}" destdir="${class.dir}" - debug="true" source="1.5" nowarn="true"/> + debug="true" source="1.4" target="1.4" nowarn="true"/> </target> <target name="jar" description="o Create the jar" depends="compile"> diff --git a/debian/changelog b/debian/changelog index 5f540db..5fd12dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libjson-java (2.3-2) UNRELEASED; urgency=low + + * debian/build.xml: Build Java2 code to match runtime dependency + + -- Thierry Carrez <[email protected]> Fri, 13 Nov 2009 13:16:31 +0100 + libjson-java (2.3-1) unstable; urgency=low * New upstream release. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjson-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

