tags 1122316 patch thanks Hi. My script "check-nocheck" tells me that the attached patch would be enough to fix the bug.
(But no claim that this is the only possible fix, maybe there is another way which does not involve dropping <!nocheck> annotations). Thanks.
commit 509d019041da411cf1266fabd966eb4f73b8ec14 Author: Santiago Vila <[email protected]> Date: Wed Dec 10 21:29:00 2025 +0100 d/control: Drop <!nocheck> from several BD. Closes: #1122316. diff --git a/debian/control b/debian/control index ada3585..84ab9b2 100644 --- a/debian/control +++ b/debian/control @@ -18,21 +18,21 @@ Build-Depends: libjs-jquery-ui-touch-punch, libjs-select2.js, libjs-textarea-caret, - php-christianriesen-otp <!nocheck>, - php-eluceo-ical <!nocheck>, + php-christianriesen-otp, + php-eluceo-ical, php-gd, - php-gregwar-captcha <!nocheck>, + php-gregwar-captcha, php-json, php-ldap <!nocheck>, - php-matthiasmullie-minify <!nocheck>, + php-matthiasmullie-minify, php-mbstring, - php-parsedown <!nocheck>, - php-pimple <!nocheck>, + php-parsedown, + php-pimple, php-psr-log <!nocheck>, php-sqlite3, - php-swiftmailer <!nocheck>, + php-swiftmailer, php-symfony-console <!nocheck>, - php-symfony-event-dispatcher <!nocheck>, + php-symfony-event-dispatcher, php-symfony-finder <!nocheck>, php-symfony-stopwatch <!nocheck>, php-xml <!nocheck>,

