[fastinfoset] 01/05: Removed the dependency on libstax-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Oct 23 11:23:23 UTC 2017


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

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

commit 4272b66f6d831b8b0c542d3bbc214a5a4786d7d4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Oct 23 13:19:07 2017 +0200

    Removed the dependency on libstax-java
---
 debian/changelog                     | 7 +++++++
 debian/control                       | 2 +-
 debian/libfastinfoset-java.classpath | 2 +-
 debian/maven.ignoreRules             | 1 +
 debian/maven.rules                   | 2 --
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 53d38f3..e47fa9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fastinfoset (1.2.12-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Removed the dependency on libstax-java
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 23 Oct 2017 13:18:49 +0200
+
 fastinfoset (1.2.12-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index e183387..669f081 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  default-jdk,
  javahelper,
  maven-debian-helper (>= 2.0)
-Build-Depends-Indep: junit4, libstax-java, libstreambuffer-java, libxsom-java
+Build-Depends-Indep: junit4, libstreambuffer-java, libxsom-java
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/fastinfoset.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/fastinfoset.git
diff --git a/debian/libfastinfoset-java.classpath b/debian/libfastinfoset-java.classpath
index dec2ceb..3f8031f 100644
--- a/debian/libfastinfoset-java.classpath
+++ b/debian/libfastinfoset-java.classpath
@@ -1 +1 @@
-usr/share/java/FastInfoset.jar	/usr/share/java/stax.jar /usr/share/java/streambuffer.jar /usr/share/java/xsom.jar
+usr/share/java/FastInfoset.jar	/usr/share/java/streambuffer.jar /usr/share/java/xsom.jar
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 4574a6b..01248bd 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,6 +1,7 @@
 
 com.sun.xml.fastinfoset FastInfosetRoundTripTests jar * * *
 com.sun.xml.fastinfoset FastInfosetSamples jar * * *
+javax.xml.bind jsr173_api * * * *
 org.apache.maven.plugins maven-javadoc-plugin * * * *
 org.apache.maven.plugins maven-jxr-plugin * * * *
 org.apache.maven.plugins maven-project-info-reports-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index fe43339..4a0a193 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,5 +1,3 @@
 
 com.sun.xsom xsom jar s/.*/debian/ * *
 junit junit jar s/4\..*/4.x/ * *
-stax stax-api jar s/1.0/1.0.1/ * *
-s/javax.xml.bind/stax/ s/jsr173_api/stax-api/ * s/1.0/1.0.1/ * *

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



More information about the pkg-java-commits mailing list