On Thu, 23 Jan 2025 at 11:13, Cyril Brulebois <k...@debian.org> wrote: > > Hi, > > Luca Boccassi <bl...@debian.org> (2025-01-15): > > I plan to split out udev-udeb and libudev1-udeb from the current > > src:systemd source package/repo into a new src:systemd-udeb (forked > > from the old one, so generated udebs will be the same). > > The current set of packages doesn't work as the shlibs now only > references the libudev1 deb (without the extra udeb line), and > mdadm-udeb just picked up a dependency on libudev1. > > (I'll file the mdadm bug report later on, I'm on my way out.)
Thanks for the report, this looks like to be the problem, in DEBIAN/shlibs: libudev 1 libudev1 (>= 257.2) udeb: libudev 1 libudev1-udeb (>= 257.2) became libudev 1 libudev1 (>= 257.2) I'll do a few experiments and upload a fix as soon as I have it