There is an updated pull request by thetredev against master on the void-packages repository https://github.com/thetredev/void-packages add-xdeb-install https://github.com/void-linux/void-packages/pull/46352 New package: xdeb-install-1.0.0 #### Testing the changes - I tested the changes in this PR: **YES** (also using `./xbps-src pkg -Q`) #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, `x86_64-glibc` #### Other notes I doubt the underlying third party script `xdeb` works for `musl`, since most DEB packages are built for `glibc` as far as I'm aware. I could add support for more host architectures in the future, but that wasn't a priority for the first release of `xdeb-install`. See https://github.com/toluschr/xdeb, https://github.com/thetredev/xdeb-install and https://github.com/thetredev/xdeb-install-repositories for more details. A patch file from https://github.com/void-linux/void-packages/pull/46352.patch is attached