This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-httpclient.
commit 371af53017f98eb3e3a84af6299d794e5ba15096 Author: Onkar Shinde <[email protected]> Date: Sun Nov 8 18:46:08 2009 +0000 Add classpath in MANIFEST.MF file --- debian/ant.properties | 2 ++ debian/changelog | 12 ++++++++++-- debian/patches/04_fix_classpath.patch | 9 +++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index b968486..83436ca 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -1,3 +1,5 @@ # JSSE stub classes required for build lib.dir=/usr/share/java #jsse.jar=/usr/share/java/jsse.jar +ant.build.javac.source=1.4 +ant.build.javac.target=1.4 diff --git a/debian/changelog b/debian/changelog index 4c08037..436b342 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ -commons-httpclient (3.1-8) UNRELEASED; urgency=low +commons-httpclient (3.1-8) unstable; urgency=low + [Damien Raude-Morvan] * Fix debian/watch: use http://www.apache.org/dist/ - -- Damien Raude-Morvan <[email protected]> Wed, 28 Oct 2009 00:10:16 +0100 + [Onkar Shinde] + * debian/patches/04_fix_classpath.patch + - Add appropriate jar files in classpath using manifest attribute. + (LP: #459251) + * debian/ant.properties + - Add properties to set target JVM version 1.4. + + -- Onkar Shinde <[email protected]> Thu, 05 Nov 2009 09:50:19 +0530 commons-httpclient (3.1-7) unstable; urgency=low diff --git a/debian/patches/04_fix_classpath.patch b/debian/patches/04_fix_classpath.patch new file mode 100644 index 0000000..453a32e --- /dev/null +++ b/debian/patches/04_fix_classpath.patch @@ -0,0 +1,9 @@ +diff -Nur -x '*.orig' -x '*~' commons-httpclient-3.1/src/conf/MANIFEST.MF commons-httpclient-3.1.new/src/conf/MANIFEST.MF +--- commons-httpclient-3.1/src/conf/MANIFEST.MF 2007-08-18 14:32:14.000000000 +0530 ++++ commons-httpclient-3.1.new/src/conf/MANIFEST.MF 2009-11-05 09:52:00.000000000 +0530 +@@ -3,4 +3,4 @@ + Specification-Version: 1.0 + Implementation-Vendor: Apache Software Foundation + Implementation-Version: @version@ +- ++Class-Path: commons-codec.jar commons-logging.jar commons-logging-api.jar commons-logging-adapters.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

