reopen 1122319 thanks On Sun, Mar 08, 2026 at 02:41:19PM +0000, Debian FTP Masters wrote: > * Fix dependencies with nocheck profile (Closes: #1122319)
Hi. This was not enough to fix the bug (or maybe some updated build-dependency made it to fail again). Anyway, this is how it fails now: Skipping glob link Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' tsc src/test/typescript.ts(4,22): error TS2307: Cannot find module 'glob' or its corresponding type declarations. src/test/typescript.ts(32,11): error TS7006: Parameter 'error' implicitly has an 'any' type. src/test/typescript.ts(33,10): error TS7006: Parameter 'files' implicitly has an 'any' type. src/test/typescript.ts(179,11): error TS7006: Parameter 'error' implicitly has an 'any' type. src/test/typescript.ts(180,10): error TS7006: Parameter 'files' implicitly has an 'any' type. make[1]: *** [debian/rules:7: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:4: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 Looks like this is a failure where the fix is not anymore about dropping <!nocheck> annotations. Thanks.

