[jaxb] 18/24: Build libxsom-java and relocate the com.sun.xsom artifact to org.glassfish.jaxb

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Sep 28 21:04:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jaxb.

commit 8ce33473c370c2c3e57b7a599cc1e7525af2e72f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Sep 28 17:11:28 2017 +0200

    Build libxsom-java and relocate the com.sun.xsom artifact to org.glassfish.jaxb
---
 debian/changelog              |  2 ++
 debian/control                | 11 ++++++++++-
 debian/libjaxb-java.poms      |  2 ++
 debian/libxsom-java.classpath |  1 +
 4 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9d9dcef..9358e28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ jaxb (2.3.0-1) UNRELEASED; urgency=medium
       to org.glassfish.jaxb
     - Build libcodemodel-java and relocate the com.sun.codemodel artifacts
       to org.glassfish.jaxb
+    - Build libxsom-java and relocate the com.sun.xsom artifact
+      to org.glassfish.jaxb
     - Refreshed debian/copyright
     - Build with xml-resolver instead of com.sun.org.apache.xml:resolver
   * Track and download the new releases from GitHub
diff --git a/debian/control b/debian/control
index 7b75680..07e0f1a 100644
--- a/debian/control
+++ b/debian/control
@@ -88,7 +88,16 @@ Description: Java library for parsing RELAX NG grammars
 
 Package: libtxw2-java
 Architecture: all
-Depends: ${misc:Depends}, libargs4j-java, libcodemodel-java (>= 2.6+jaxb${source:Version}), librngom-java (>= ${source:Version}), libxsom-java
+Depends: ${misc:Depends}, libargs4j-java, libcodemodel-java (>= 2.6+jaxb${source:Version}), librngom-java (>= ${source:Version}), libxsom-java (>= ${source:Version})
 Description: Typed XML Writer for Java
  A Java library that allows client applications to write arbitrary
  well-formed typed XML documents.
+
+Package: libxsom-java
+Architecture: all
+Depends: ${misc:Depends}, librelaxng-datatype-java
+Description: XML Schema Object Model Java library
+ XML Schema Object Model (XSOM) is a Java library that allows applications
+ to easily parse XML Schema documents and inspect information in them. It
+ is expected to be useful for applications that need to take XML Schema
+ as an input.
diff --git a/debian/libjaxb-java.poms b/debian/libjaxb-java.poms
index 53010e1..e926e5b 100644
--- a/debian/libjaxb-java.poms
+++ b/debian/libjaxb-java.poms
@@ -18,6 +18,8 @@ jaxb-ri/txw/pom.xml --no-parent --package=libtxw2-java
 jaxb-ri/txw/compiler/pom.xml    --package=libtxw2-java --relocate=com.sun.xml.txw2:txwc2
 jaxb-ri/txw/runtime/pom.xml     --package=libtxw2-java --relocate=com.sun.xml.txw2:txw2
 
+jaxb-ri/xsom/pom.xml --no-parent --package=libxsom-java --relocate=com.sun.xsom:xsom
+
 jaxb-ri/bundles/pom.xml --ignore
 jaxb-ri/docs/pom.xml --ignore
 jaxb-ri/samples/pom.xml --ignore
diff --git a/debian/libxsom-java.classpath b/debian/libxsom-java.classpath
new file mode 100644
index 0000000..a31433b
--- /dev/null
+++ b/debian/libxsom-java.classpath
@@ -0,0 +1 @@
+usr/share/java/xsom.jar  relaxngDatatype.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jaxb.git



More information about the pkg-java-commits mailing list