Open vanfanel opened 2 years ago
I guess you can build libudev-zero as deb package providing libeudev. This is how i made it work in Artix
@phkrl: That's a GREAT idea! Hadn't though about that possibility... I will take a look.
Do you have instructions for that? ie: building a package that provides another package...
Do you have instructions for that? ie: building a package that provides another package...
It entirely depends on package building mechanism. I never built deb packages, for Artix (which uses Arch format) supplying provides=(...) in PKGBUILD is enough
@vanfanel you may even want to add a conflicts
to your provides
, see:
https://www.debian.org/doc/manuals/debian-faq/pkg-basics.en.html#depends
Since this is a drop-in replacement for libudev/libeudev, should I purge libudev/libeudev before installing this on the system?
The problem is that Devuan seems to heavily depend on libeudev, and purging it will purge fudamental parts of the system too:
So, any notes on how to proceed in this case?