tags 791487 patch
thanks
Hi
I have attached a debdiff which should hopefully resolve this issue.
It simply replaces the dependency for two binary packages as
suggested in the original report. This built successfully for me
locally, but I haven't done much testing beyond this.
Btw, I don't know if they have been forwarded earlier, but I see that
https://tracker.debian.org/pkg/antlr3 has a couple of patches
in Ubuntu. Someone might want to check if these might be
relevant for Debian as well.
--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
diff -Nru antlr3-3.2/debian/changelog antlr3-3.2/debian/changelog
--- antlr3-3.2/debian/changelog 2014-04-07 14:22:31.000000000 +0200
+++ antlr3-3.2/debian/changelog 2015-07-11 13:43:25.000000000 +0200
@@ -1,3 +1,11 @@
+antlr3 (3.2-10.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Replace dependency on dummy package libplexus-compiler-api-java
+ with libplexus-compiler-java (Closes: #791487)
+
+ -- Hans Joachim Desserud <deb...@desserud.org> Sat, 11 Jul 2015 13:40:58 +0200
+
antlr3 (3.2-10) unstable; urgency=medium
* Fixed a NullPointerException in CompositeGrammar.getIndirectDelegates()
diff -Nru antlr3-3.2/debian/control antlr3-3.2/debian/control
--- antlr3-3.2/debian/control 2014-03-12 10:28:06.000000000 +0100
+++ antlr3-3.2/debian/control 2015-07-11 13:39:46.000000000 +0200
@@ -61,7 +61,7 @@
Architecture: all
Depends: antlr3 (>= ${source:Version}),
libmaven2-core-java,
- libplexus-compiler-api-java,
+ libplexus-compiler-java,
${misc:Depends}
Description: Maven plugin for ANTLR 3
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
@@ -115,7 +115,7 @@
Architecture: all
Depends: libantlr3-gunit-java (>= ${source:Version}),
libmaven2-core-java,
- libplexus-compiler-api-java,
+ libplexus-compiler-java,
${misc:Depends}
Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars
gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple