New comment by sogaiu on void-packages repository https://github.com/void-linux/void-packages/pull/46271#issuecomment-1740214054 Comment: I think I've addressed the issues made apparent by `xlint` and have added a summary of changes to the original / first comment of this PR. --- This was my first PR to void-packages and I found the documentation (README, Manual, and Contributing docs) and existing package files to be very helpful. Some factors that contributed to repeated force-pushing included: * I wasn't diligent enough in running `xlint` * I didn't learn quickly enough to use `-Q` to get checking to work locally * The update was more complicated than expected, perhaps partly because the most recent version and related information had changed in various not-so-common ways. Among other things, it involved: * Changes in archive format * Repository URL change * An additional dependency * Disabling of interactive testing In any case, it was a helpful learning experience. Thanks to @sgn for reviewing and patience.