New comment by loreb on void-packages repository https://github.com/void-linux/void-packages/issues/30546#issuecomment-828798182 Comment: Basically if I were in your shoes (assuming you'll be reviewing it) I would grab the gnulib files mentioned in the patch, check that the patch creates those EXACTLY, and then look at the rest which is thankfully small enough that you can look at it and either trust it or criticize it in a reasonable amount of time. Touching the manpage is a trick because they are automatically generated, and it will have to go away; `xbps-query -Rvs help2man` showed nothing, that's why I did it. Now that I think about it I should have added in the template something like ``` if test x"$version.$revision" != 1.8.2 echo remove that automake crap and do not touch the manpages exit 1 fi ```