This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jexcelapi.
commit e3ff1182839e98611e6dd4d4e7c065c417fc18ba Author: Thierry Carrez <[email protected]> Date: Wed Nov 11 10:41:20 2009 +0000 * debian/control: Minimal dependency on java2-runtime-headless * debian/ant.properties: Build java2 code to match minimal dependency --- debian/ant.properties | 2 ++ debian/changelog | 7 +++++++ debian/control | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/ant.properties b/debian/ant.properties new file mode 100644 index 0000000..82b239a --- /dev/null +++ b/debian/ant.properties @@ -0,0 +1,2 @@ +ant.build.javac.target=1.4 +ant.build.javac.source=1.4 diff --git a/debian/changelog b/debian/changelog index af96b9b..de37612 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jexcelapi (2.6.10-3) UNRELEASED; urgency=low + + * debian/control: Minimal dependency on java2-runtime-headless + * debian/ant.properties: Build java2 code to match minimal dependency + + -- Thierry Carrez <[email protected]> Wed, 11 Nov 2009 11:29:47 +0100 + jexcelapi (2.6.10-2) unstable; urgency=low * Switch to default-java. diff --git a/debian/control b/debian/control index 99d3d60..7c38b44 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jexcelapi Package: libjexcelapi-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime +Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime-headless Suggests: java-virtual-machine Description: Java API to read, write and modify Excel spreadsheets The Java Excel API is an open source Java API which allows Java developers to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jexcelapi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

