diff --git a/debian/patches/03_disable_securityallow_test.patch b/debian/patches/03_disable_securityallow_test.patch deleted file mode 100644 index 80b74ac..0000000 --- a/debian/patches/03_disable_securityallow_test.patch +++ /dev/null @@ -1,23 +0,0 @@ -Description: This patch has been added to disable the SecurityAllowedTestCase - altogether, as it fails to complete successfully on GCJ. The issue - seems to be with GCJ, so till the time that GCJ is fixed, we don't run - this test. -Author: Kumar Appaiah -Forwarded: not-needed ---- a/src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java -+++ b/src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java -@@ -98,6 +98,7 @@ - mySecurityManager.addPermission(new AllPermission()); - System.setSecurityManager(mySecurityManager); - -+ /* - try { - // Use reflection so that we can control exactly when the static - // initializer for the LogFactory class is executed. -@@ -142,5 +143,6 @@ - t.printStackTrace(pw); - fail("Unexpected exception:" + t.getMessage() + ":" + sw.toString()); - } -+ */ - } - } diff --git a/debian/patches/07_disable_log4j2_tests.patch b/debian/patches/07_disable_log4j2_tests.patch deleted file mode 100644 index 7e2303b..0000000 --- a/debian/patches/07_disable_log4j2_tests.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Skips the compilation of the log4j2 tests -Author: Emmanuel Bourg -Forwarded: not-needed ---- a/pom.xml -+++ b/pom.xml -@@ -198,6 +198,15 @@ - - clean verify apache-rat:check japicmp:cmp javadoc:javadoc checkstyle:check pmd:check - -+ -+ org.apache.maven.plugins -+ maven-compiler-plugin -+ -+ -+ **/log4j2/** -+ -+ -+ - -