--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: apo@debian.org
Please unblock package apache-curator
[ Reason ]
resteasy3.0 is most likely going to be removed from testing in the
near future. (#1033366) This would affect apache-curator as well,
which build-depends on libresteasy3.0-java. However, in fact this
dependency is neither required to build the package or run any tests
because the module curator-x-discovery-server has been disabled in
apache-curator.
[ Impact ]
apache-curator would be autoremoved from testing eventually.
[ Tests ]
The package builds fine. The change had no effect on the package.
Please note that I had to ignore test failures because some tests were
unreliable and they made the package FTBFS randomly. See also #1031055.
[ Risks ]
None.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
Have a nice weekend
Markus
unblock apache-curator/5.4.0-3
diff -Nru apache-curator-5.4.0/debian/changelog apache-curator-5.4.0/debian/changelog
--- apache-curator-5.4.0/debian/changelog 2022-11-19 23:01:18.000000000 +0100
+++ apache-curator-5.4.0/debian/changelog 2023-04-21 15:41:45.000000000 +0200
@@ -1,3 +1,13 @@
+apache-curator (5.4.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * maven.ignoreRules: Ignore resteasy-jaxrs artifact.
+ * Remove build-dependency on resteasy3.0.
+ * Ignore test failures because some tests are not 100 % reliable.
+ (Closes: #1031055)
+
+ -- Markus Koschany <apo@debian.org> Fri, 21 Apr 2023 15:41:45 +0200
+
apache-curator (5.4.0-2) unstable; urgency=medium
* Team upload
diff -Nru apache-curator-5.4.0/debian/control apache-curator-5.4.0/debian/control
--- apache-curator-5.4.0/debian/control 2022-11-19 23:00:40.000000000 +0100
+++ apache-curator-5.4.0/debian/control 2023-04-21 15:41:45.000000000 +0200
@@ -32,7 +32,6 @@
libmaven-bundle-plugin-java,
libmaven-dependency-plugin-java,
libmockito-java,
- libresteasy3.0-java,
libscannotation-java,
libsnappy-java,
libslf4j-java,
diff -Nru apache-curator-5.4.0/debian/maven.ignoreRules apache-curator-5.4.0/debian/maven.ignoreRules
--- apache-curator-5.4.0/debian/maven.ignoreRules 2022-06-27 22:08:50.000000000 +0200
+++ apache-curator-5.4.0/debian/maven.ignoreRules 2023-04-21 15:41:45.000000000 +0200
@@ -21,3 +21,5 @@
org.codehaus.mojo clirr-maven-plugin * * * *
org.commonjava.maven.plugins directory-maven-plugin * * * *
org.mortbay.jetty jetty * * * *
+org.jboss.resteasy resteasy-jaxrs * * * *
+
diff -Nru apache-curator-5.4.0/debian/maven.properties apache-curator-5.4.0/debian/maven.properties
--- apache-curator-5.4.0/debian/maven.properties 1970-01-01 01:00:00.000000000 +0100
+++ apache-curator-5.4.0/debian/maven.properties 2023-04-21 15:41:45.000000000 +0200
@@ -0,0 +1 @@
+maven.test.failure.ignore=true
--- End Message ---