summaryrefslogtreecommitdiff
path: root/debian/patches/02-ignore-modules.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/02-ignore-modules.patch')
-rw-r--r--debian/patches/02-ignore-modules.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/02-ignore-modules.patch b/debian/patches/02-ignore-modules.patch
new file mode 100644
index 0000000..d1e6a00
--- /dev/null
+++ b/debian/patches/02-ignore-modules.patch
@@ -0,0 +1,15 @@
+Description: Ignore the runtime-testsuite/annotations and runtime-testsuite/processors modules
+ (the --ignore option in debian/antlr4.poms doesn't work due to #839738)
+Author: Emmanuel Bourg <ebourg@apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -81,8 +81,6 @@
+ <module>tool</module>
+ <module>antlr4-maven-plugin</module>
+ <module>tool-testsuite</module>
+- <module>runtime-testsuite/annotations</module>
+- <module>runtime-testsuite/processors</module>
+ <module>runtime-testsuite</module>
+ </modules>
+