Author: tmancill
Date: 2012-02-02 06:11:15 +0000 (Thu, 02 Feb 2012)
New Revision: 15747

Modified:
   trunk/libxerces2-java/debian/changelog
   trunk/libxerces2-java/debian/control
   trunk/libxerces2-java/debian/patches/04_manifest_classpath.patch
Log:
fix classpath manifest; update Uploaders

Modified: trunk/libxerces2-java/debian/changelog
===================================================================
--- trunk/libxerces2-java/debian/changelog      2012-02-02 05:25:57 UTC (rev 
15746)
+++ trunk/libxerces2-java/debian/changelog      2012-02-02 06:11:15 UTC (rev 
15747)
@@ -1,3 +1,12 @@
+libxerces2-java (2.11.0-5) unstable; urgency=low
+
+  * Team upload.
+  * Correct Class-Path in manifest for xercesImpl.jar (Closes: #657903)
+    - Thanks to Andrew Ross.
+  * Remove Michael Koch from Uploaders.  (Closes: #654102)
+
+ -- tony mancill <[email protected]>  Wed, 01 Feb 2012 22:09:35 -0800
+
 libxerces2-java (2.11.0-4) unstable; urgency=low
 
   * Add OSGi metadata to jar manifest

Modified: trunk/libxerces2-java/debian/control
===================================================================
--- trunk/libxerces2-java/debian/control        2012-02-02 05:25:57 UTC (rev 
15746)
+++ trunk/libxerces2-java/debian/control        2012-02-02 06:11:15 UTC (rev 
15747)
@@ -2,8 +2,10 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
-Uploaders: Marcus Better <[email protected]>, Matthias Klose <[email protected]>, 
Michael Koch <[email protected]>,
- Damien Raude-Morvan <[email protected]>, Jakub Adam <[email protected]>
+Uploaders: Marcus Better <[email protected]>,
+ Matthias Klose <[email protected]>,
+ Damien Raude-Morvan <[email protected]>,
+ Jakub Adam <[email protected]>
 Build-Depends: cdbs (>= 0.4.8), debhelper (>= 7), default-jdk, 
gcj-native-helper, ant,
  maven-repo-helper, javahelper, libxml-commons-resolver1.1-java, 
libstylebook-java,
  libxml-commons-external-java (>= 1.4.01-2)

Modified: trunk/libxerces2-java/debian/patches/04_manifest_classpath.patch
===================================================================
--- trunk/libxerces2-java/debian/patches/04_manifest_classpath.patch    
2012-02-02 05:25:57 UTC (rev 15746)
+++ trunk/libxerces2-java/debian/patches/04_manifest_classpath.patch    
2012-02-02 06:11:15 UTC (rev 15747)
@@ -5,7 +5,7 @@
 @@ -1,5 +1,6 @@
  Manifest-Version: 1.0
  Created-By: @java.version@ (@java.vendor@)
-+Class-Path: xml-apis-ext.jar, xml-resolver.jar, jaxp-1.4.jar
++Class-Path: xml-apis-ext.jar xml-resolver.jar jaxp-1.4.jar
  
  Name: org/apache/xerces/impl/Version.class
  Comment: @impl.name@ 


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to