Control: tags -1 patch Le Fri, Sep 20, 2024 at 11:16:06PM -0300, Athos Ribeiro a écrit : > Source: php-league-csv > Version: 9.9.0-2 […] > > The following packages have unmet dependencies: > > sbuild-build-depends-main-dummy : Depends: php-xdebug > > E: Unable to correct problems, you have held broken packages. > > apt-get failed.
The error message provided is not really relevant, but I notice a failing test with PHP 8.4 while debugging #1070561. Please find attached a patch to drop the failing test. Regards, taffit
From 76ea80fe9fefb3ed60eeda3592a8ab5ed3c0735d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taf...@debian.org> Date: Sun, 13 Oct 2024 14:26:54 +0100 Subject: [PATCH 2/2] Drop broken test with PHP 8.4 Bug-Debian: https://bugs.debian.org/1082451 --- src/ReaderTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ReaderTest.php b/src/ReaderTest.php index f006cb3..8340d79 100644 --- a/src/ReaderTest.php +++ b/src/ReaderTest.php @@ -212,11 +212,6 @@ EOF; Reader::BOM_UTF16_LE, 'john', ], - 'withDoubleBOM' => [ - [Reader::BOM_UTF16_LE.Reader::BOM_UTF16_LE.'john', 'doe', 'john....@example.com'], - Reader::BOM_UTF16_LE, - Reader::BOM_UTF16_LE.'john', - ], 'withoutBOM' => [ ['john', 'doe', 'john....@example.com'], '', -- 2.45.2
signature.asc
Description: PGP signature