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

mans0954 pushed a commit to branch master
in repository batik.

commit b601b7bb1f3952e3f36947d594826a62e4c5044c
Author: Christopher Hoskin <[email protected]>
Date:   Wed Sep 13 07:56:56 2017 +0100

    Fix "batik-1.9 causes FTBFS for freeplane due to changed artifacts/poms" 
Upstream poms assume maven build. Ant build bundles contents of batik-i18n.jar 
and batik-constants.jar into batik-util.jar. Use  debian/maven.rules to adjust 
for this. (Closes: #875322)
---
 debian/changelog   | 9 +++++++++
 debian/maven.rules | 2 ++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ed15e81..c65609c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+batik (1.9-2) UNRELEASED; urgency=medium
+
+  * Fix "batik-1.9 causes FTBFS for freeplane due to changed
+    artifacts/poms" Upstream poms assume maven build. Ant build bundles 
contents
+    of batik-i18n.jar and batik-constants.jar into batik-util.jar. Use 
+    debian/maven.rules to adjust for this. (Closes: #875322)
+
+ -- Christopher Hoskin <[email protected]>  Wed, 13 Sep 2017 07:39:41 +0100
+
 batik (1.9-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..9125439
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,2 @@
+org.apache.xmlgraphics s/batik-constants/batik-util/ jar * * *
+org.apache.xmlgraphics s/batik-i18n/batik-util/ jar * * *

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

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

Reply via email to