Your message dated Sun, 9 Apr 2023 10:06:26 +0200
with message-id <[email protected]>
and subject line Re: Bug#1034099: unblock: zstd-jni-java/1.5.2-5+ds-3
has caused the Debian Bug report #1034099,
regarding unblock: zstd-jni-java/1.5.2-5+ds-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1034099: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034099
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]

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 <[email protected]>  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>

--- End Message ---
--- Begin Message ---
On 2023-04-08 23:17:06 +0200, Markus Koschany wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> X-Debbugs-Cc: [email protected]
> 
> Please unblock package zstd-jni-java

not blocked: has successful autopkgtest

… hence closing as there is no action required

Cheers

> 
> [ 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 <[email protected]>  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>


-- 
Sebastian Ramacher

--- End Message ---

Reply via email to