kludge around #106607[01]
This is a temporary fix to enable builds of D-I while we await the bug fixes.
It uses equivs
to create a couple of dummy udebs:
equivs udeb | depends upon |
---|---|
libpng16-16t64-udeb | libpng16-16-udeb |
libmtdev1t64 | libmtdev1-udeb |
which it drops into ./build/localudebs
during the build.
This is enough to allow one to build mini-ISOs during a salsa-CI run. It may well also be enough to build things for debian-cd, but I've not tried to check that.
I'd hope that when the fixes land, they will be preferred on the basis that they are a higher version than the equivs created udebs, but anyway, this commit should be reverted once the bugs are fixed.