This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxerces2-java.
commit 4776e15125dd39270ff063ab5a98b8e48e50304f Author: Tony Mancill <[email protected]> Date: Thu Feb 2 06:11:15 2012 +0000 fix classpath manifest; update Uploaders --- debian/changelog | 9 +++++++++ debian/control | 6 ++++-- debian/patches/04_manifest_classpath.patch | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23206fc..d5cbae8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index c892a97..192e299 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,10 @@ Source: libxerces2-java 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) diff --git a/debian/patches/04_manifest_classpath.patch b/debian/patches/04_manifest_classpath.patch index 2deb7d1..81d0965 100644 --- a/debian/patches/04_manifest_classpath.patch +++ b/debian/patches/04_manifest_classpath.patch @@ -5,7 +5,7 @@ Index: b/src/manifest.xerces @@ -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@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

