Bug#1034099: unblock: zstd-jni-java/1.5.2-5+ds-3
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: apo@debian.org
Please unblock package zstd-jni-java
[ Reason ]
zstd-jni-java FTBFS on buildd when built as binary-arch only. #1034059
[ Impact ]
FTBFS during binary-arch build
[ Tests ]
Manually tested. Works as expected now.
[ Risks ]
None.
[ Checklist ]
[*] all changes are documented in the d/changelog
[*] I reviewed all changes and I approve them
[*] attach debdiff against the package in testing
unblock zstd-jni-java/1.5.2-5+ds-3
diff -Nru zstd-jni-java-1.5.2-5+ds/debian/changelog zstd-jni-java-1.5.2-5+ds/debian/changelog
--- zstd-jni-java-1.5.2-5+ds/debian/changelog 2022-11-12 21:54:22.000000000 +0100
+++ zstd-jni-java-1.5.2-5+ds/debian/changelog 2023-04-08 22:46:57.000000000 +0200
@@ -1,3 +1,12 @@
+zstd-jni-java (1.5.2-5+ds-3) unstable; urgency=medium
+
+ * Team upload.
+ * Depend on maven-resources-plugin 3.3.0 and maven-compiler-plugin 3.10.1.
+ Fixes FTBFS when building zstd-jni-java for binary-arch only.
+ Thanks to Andreas Beckmann for the report. (Closes: #1034059)
+
+ -- Markus Koschany <apo@debian.org> Sat, 08 Apr 2023 22:46:57 +0200
+
zstd-jni-java (1.5.2-5+ds-2) unstable; urgency=high
* Prevent duplicate Java files install into arch-dependent package
diff -Nru zstd-jni-java-1.5.2-5+ds/debian/patches/modify_pom.patch zstd-jni-java-1.5.2-5+ds/debian/patches/modify_pom.patch
--- zstd-jni-java-1.5.2-5+ds/debian/patches/modify_pom.patch 2022-10-26 03:47:40.000000000 +0200
+++ zstd-jni-java-1.5.2-5+ds/debian/patches/modify_pom.patch 2023-04-08 22:46:57.000000000 +0200
@@ -28,7 +28,7 @@
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
-+ <version>3.8.1</version>
++ <version>3.10.1</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
@@ -46,7 +46,7 @@
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
-+ <version>3.1.0</version>
++ <version>3.3.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
Reply to: