[pkg-java] r11036 - in trunk/commons-httpclient/debian: . patches

Onkar Shinde onkarshinde-guest at alioth.debian.org
Sun Nov 8 18:46:08 UTC 2009


Author: onkarshinde-guest
Date: 2009-11-08 18:46:08 +0000 (Sun, 08 Nov 2009)
New Revision: 11036

Added:
   trunk/commons-httpclient/debian/patches/04_fix_classpath.patch
Modified:
   trunk/commons-httpclient/debian/ant.properties
   trunk/commons-httpclient/debian/changelog
Log:
Add classpath in MANIFEST.MF file

Modified: trunk/commons-httpclient/debian/ant.properties
===================================================================
--- trunk/commons-httpclient/debian/ant.properties	2009-11-08 12:29:25 UTC (rev 11035)
+++ trunk/commons-httpclient/debian/ant.properties	2009-11-08 18:46:08 UTC (rev 11036)
@@ -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

Modified: trunk/commons-httpclient/debian/changelog
===================================================================
--- trunk/commons-httpclient/debian/changelog	2009-11-08 12:29:25 UTC (rev 11035)
+++ trunk/commons-httpclient/debian/changelog	2009-11-08 18:46:08 UTC (rev 11036)
@@ -1,9 +1,17 @@
-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 <drazzib at debian.org>  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 <onkarshinde at ubuntu.com>  Thu, 05 Nov 2009 09:50:19 +0530
+
 commons-httpclient (3.1-7) unstable; urgency=low
 
   * Add myself to Uploaders.

Added: trunk/commons-httpclient/debian/patches/04_fix_classpath.patch
===================================================================
--- trunk/commons-httpclient/debian/patches/04_fix_classpath.patch	                        (rev 0)
+++ trunk/commons-httpclient/debian/patches/04_fix_classpath.patch	2009-11-08 18:46:08 UTC (rev 11036)
@@ -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




More information about the pkg-java-commits mailing list