Bug#1095365: pdfsam: FTBFS
Sebastiaan Couwenberg
sebastic at xs4all.nl
Mon Feb 17 10:43:12 GMT 2025
On Sat, 08 Feb 2025 12:28:23 +0100 Markus Koschany <apo at debian.org> wrote:
> Control: reassign -1 src:libgettext-commons-java
> Control: affects -1 src:pdfsam
>
> The FTBS is apparently caused by the recent update of libgettext-commons-java.
> I presume it is related to the new ignore-gettext-maven-plugin.patch. I'm not
> sure why it was necessary because we ship the gettext maven plugin in Debian.
> I'll try to have a look at it soon.
The groupId changed from org.xnap.commons to com.googlecode.gettext-commons between 0.9.6-6 and 0.9.8-1.
Shouldn't pdfsam just update its maven.rules?
This change fixes the pdfsam build on my system:
diff --git a/debian/maven.rules b/debian/maven.rules
index 87cc0cc..a0cc80f 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -21,7 +21,7 @@ org.sejda sejda-model jar s/.*/debian/ * *
org.sejda sejda-sambox jar s/.*/debian/ * *
org.bouncycastle s/bcmail-jdk18on/bcmail/ * s/.*/debian/ * *
org.bouncycastle s/bcprov-jdk18on/bcprov/ * s/.*/debian/ * *
-s/com.googlecode.gettext-commons/org.xnap.commons/ gettext-commons * s/.*/debian/ * *
+com.googlecode.gettext-commons gettext-commons * s/.*/debian/ * *
junit junit jar s/4\..*/4.x/ * *
s/com.googlecode.gettext-commons/com.github.rlf/ gettext-maven-plugin * s/.*/1.2.9/ * *
de.jensd s/fontawesomefx/fontawesomefx-fontawesome/ * s/.*/debian/ * *
Kind Regards,
Bas
--
GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
More information about the pkg-java-maintainers
mailing list