On 2022-01-19 16:54 -0500, Thomas Dickey wrote: > The last change does a "chmod -x" (which is odd, since the tarball uses > 644 for README).
The dh_fixperms command makes all files under /usr/libexec executable, and the chmod call just undoes that. Cheers, Sven