New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/15683#issuecomment-545405051 Comment: Now xbps-src doesn't need to change, and also possible user confusion is reduced because the debug info is contained in a file named as the megadriver (e.g. `libmesa_dri_drivers.so`) instead of one of the hard link names at random. For this I needed to introduce a single-line patch that retains the original megadriver hard link name. An improvement would be to move files to subpackages only if they get created to eliminate the ugly checks for architectures inside the `*_package()`. Last thing, dummy packages must be set up to migrate users from the old `mesa-*-dri` packages.