summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2018-07-19 09:55:57 +0200
committerEmmanuel Bourg <ebourg@apache.org>2018-07-19 09:55:57 +0200
commit1781c15a732a0f3d2efbacf88f9a1486f0bd1582 (patch)
tree1c5a3e447035a0707684c7bc2353ab6390ebafd0
parenta03cbaefb3dead5424ab215f272c2f3a73eb5797 (diff)
Removed the Maven 2 compatibility patch
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/01-maven2-compatibility.patch36
-rw-r--r--debian/patches/series1
3 files changed, 1 insertions, 37 deletions
diff --git a/debian/changelog b/debian/changelog
index 9619e08..09b69b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
antlr4 (4.5.3-3) UNRELEASED; urgency=medium
+ * Removed the Maven 2 compatibility patch
* Standards-Version updated to 4.1.5
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
diff --git a/debian/patches/01-maven2-compatibility.patch b/debian/patches/01-maven2-compatibility.patch
deleted file mode 100644
index 34b35ea..0000000
--- a/debian/patches/01-maven2-compatibility.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: Remove the prerequisite on Maven 3
-Author: Emmanuel Bourg <ebourg@apache.org>
-Forwarded: not-needed
---- a/antlr4-maven-plugin/pom.xml
-+++ b/antlr4-maven-plugin/pom.xml
-@@ -42,7 +42,7 @@
- <description>Maven plugin for ANTLR 4 grammars</description>
-
- <prerequisites>
-- <maven>3.0</maven>
-+ <maven>2.2.1</maven>
- </prerequisites>
-
- <!-- Ancilliary information for completeness -->
---- a/runtime-testsuite/pom.xml
-+++ b/runtime-testsuite/pom.xml
-@@ -11,7 +11,7 @@
- <description>A collection of tests for ANTLR 4 Runtime libraries.</description>
-
- <prerequisites>
-- <maven>3.0</maven>
-+ <maven>2.2.1</maven>
- </prerequisites>
-
- <inceptionYear>2009</inceptionYear>
---- a/tool-testsuite/pom.xml
-+++ b/tool-testsuite/pom.xml
-@@ -11,7 +11,7 @@
- <description>A collection of tests for ANTLR 4 Runtime libraries.</description>
-
- <prerequisites>
-- <maven>3.0</maven>
-+ <maven>2.2.1</maven>
- </prerequisites>
-
- <inceptionYear>2009</inceptionYear>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 72613f3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-maven2-compatibility.patch