Source: commons-configuration2 Version: 2.11.0-2 Severity: important Tags: ftbfs patch User: [email protected] Usertags: ftbfs-snakeyaml2
Dear Maintainer,commons-configuration2 2.11.0-2 FTBFS against snakeyaml/2.5+ds-1 currently in experimental. I solved this with the enclosed patch.
I am planning to upload snakeyaml/2.5+ds-2 to unstable on the 27th of October or a bit later. Then I will team-upload openhft-chronicle-wire to unstable with the attached patch.
Best regards, -- Pierre
diff -Nru commons-configuration2-2.11.0/debian/changelog commons-configuration2-2.11.0/debian/changelog --- commons-configuration2-2.11.0/debian/changelog 2024-10-30 08:44:17.000000000 +0100 +++ commons-configuration2-2.11.0/debian/changelog 2025-10-08 23:13:38.000000000 +0200 @@ -1,3 +1,9 @@ +commons-configuration2 (2.11.0-3) UNRELEASED; urgency=medium + + * Building against snakeyaml 2.x + + -- Pierre Gruet <[email protected]> Wed, 08 Oct 2025 23:13:38 +0200 + commons-configuration2 (2.11.0-2) unstable; urgency=medium * Added the missing dependency on libxml-commons-resolver1.1-java diff -Nru commons-configuration2-2.11.0/debian/control commons-configuration2-2.11.0/debian/control --- commons-configuration2-2.11.0/debian/control 2024-10-30 08:42:10.000000000 +0100 +++ commons-configuration2-2.11.0/debian/control 2025-10-08 23:13:38.000000000 +0200 @@ -30,7 +30,7 @@ libservlet-api-java, libspring-context-java, libxml-commons-resolver1.1-java, - libyaml-snake-java, + libyaml-snake-java (>= 2.5+ds), maven-debian-helper Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/java-team/commons-configuration2.git diff -Nru commons-configuration2-2.11.0/debian/maven.rules commons-configuration2-2.11.0/debian/maven.rules --- commons-configuration2-2.11.0/debian/maven.rules 2024-10-23 17:31:28.000000000 +0200 +++ commons-configuration2-2.11.0/debian/maven.rules 2025-10-08 23:13:36.000000000 +0200 @@ -2,4 +2,4 @@ junit junit jar s/4\..*/4.x/ * * javax.mail s/mail/javax.mail-api/ jar s/.*/debian/ * * org.hamcrest s/hamcrest/hamcrest-core/ * s/.*/debian/ * * -org.yaml snakeyaml * s/.*/1.x/ * * +org.yaml snakeyaml * s/.*/2.x/ * *
OpenPGP_signature.asc
Description: OpenPGP digital signature
__ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
