Package: libxerces2-java Version: 2.11.0-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 In Ubuntu, the attached patch was applied to achieve the following: * d/pom.xml: Refreshed to ensure that Maven artifacts are installed with the correct version number (based on 2.10.0 as 2.11.0 is missing from the repository). * d/maven.rules: Map xml-apis->xml-apis-1.4 to line up with artifacts in libxml-commons-external-java. Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric-proposed'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOqohjAAoJEL/srsug59jDcUQQALy9WPHzeHktJYVo0Cv+W734 p3fLLEggRPxeam6FL/K/Nw8pPmUorhppXW4O1DCPe7dkGsoB0JhA/vXN5YvxjCsH u3jq+hYrzTwc+98WuXSZRw+0vKBfbPjBQ5XxaPkxOhhGN2Jael/FtzK1m2VaoKjV FaZfDb9IMHY3LnYh0pEDsalU08s6cU1zrv23hq2BCajymhYOcBuDeix0dc9FFgLy 2PytsH6SzbfNuljLfGpR85wSdomRazkVlrUQ+BE5SBN4RAokwTITJDoIQ1CMPtlx yJmbIkmU5ufnBLCTsTMzutH93p/6QBLbq9A0KzB7Mb5Dt2lnr6MIFUiZBN81WFLW 4h29kq9JSZ1nYsdcQl9h4jkw9fo9VSssohLj2wryCwZrg6VU06O9DbrX8THPqdPu PRSC/O7jzCUlJaPDk3h8ec+ztjRzwnirFnlRIeOeVD57MsXOgDDwDUJlD3JVqHtU aTGc4sP0ycaET0p9X/jP+UmQGGoIV2g/QuKOGR8URN9HXgcqjmbbK6xAGe1DuvX5 C8XfCok2JBJMOKP8QWX1RU8JoKZLYe9o0a72j5pQvXWKdOFV0in8JlfMX0czoTyc ZS4X2/hZoyHM9frhI2utLefsYv8KjeAubIpvVnPGhQgm5iESJx4w0olyxGS1nDxN c84VgS3RtzsYI5DCqi0S =U0N7 -----END PGP SIGNATURE-----
diff -Nru libxerces2-java-2.11.0/debian/maven.rules libxerces2-java-2.11.0/debian/maven.rules --- libxerces2-java-2.11.0/debian/maven.rules 1970-01-01 01:00:00.000000000 +0100 +++ libxerces2-java-2.11.0/debian/maven.rules 2011-10-28 10:47:23.000000000 +0100 @@ -0,0 +1 @@ +xml-apis s/xml-apis/xml-apis-1.4/ * s/.*/debian/ * * diff -Nru libxerces2-java-2.11.0/debian/pom.xml libxerces2-java-2.11.0/debian/pom.xml --- libxerces2-java-2.11.0/debian/pom.xml 2009-07-02 18:00:42.000000000 +0100 +++ libxerces2-java-2.11.0/debian/pom.xml 2011-10-28 10:46:44.000000000 +0100 @@ -1,44 +1,53 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>4</version> - </parent> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.9.1</version> - <name>Xerces2 Java Parser</name> - <description> - Xerces2 is the next generation of high performance, fully compliant XML parsers in the - Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), - a complete framework for building parser components and configurations that is extremely - modular and easy to program. - </description> - <url>http://xerces.apache.org/xerces2-j</url> - - <dependencies> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.3.04</version> - </dependency> - <dependency> - <groupId>xml-resolver</groupId> - <artifactId>xml-resolver</artifactId> - <version>1.2</version> - <optional>true</optional> - </dependency> - </dependencies> - - - <build> - <sourceDirectory>src</sourceDirectory> - </build> - -</project> \ No newline at end of file +<project> + <name>Xerces2-j</name> + <modelVersion>4.0.0</modelVersion> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.11.0</version> + <description> + Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program. + + The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. For complete design and implementation documents, refer to the XNI Manual. + + Xerces2 is a fully conforming XML Schema 1.0 processor. A partial experimental implementation of the XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009) and an experimental implementation of the XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010) are provided for evaluation. For more information, refer to the XML Schema page. + + Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs v1.1. + + Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It also handles namespaces according to the XML Namespaces 1.1 Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save APIs are in use. + </description> + <url>https://xerces.apache.org/xerces2-j/</url> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> + <url>https://svn.apache.org/repos/asf/xerces/java/</url> + <connection>https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_11_0/</connection> + </scm> + <dependencies> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.4.01</version> + </dependency> + <dependency> + <groupId>xml-resolver</groupId> + <artifactId>xml-resolver</artifactId> + <version>1.2</version> + <optional>true</optional> + </dependency> + </dependencies> + <developers> + <developer> + <id>xerces</id> + <name>Apache Software Foundation</name> + <email>j-...@xerces.apache.org</email> + <url>http://www.apache.org</url> + <organization>Apache Software Foundation</organization> + <organizationUrl>http://www.apache.org</organizationUrl> + </developer> + </developers> +</project>