El 4/7/24 a las 13:25, Bo YU escribió:
I think the issue was raised by adding `Rules-Requires-Root: no` in previous upload but checking the root env during build. I am not sure why to check it so please double check it.
Yes, that was the thing that triggered this problem. In this case, this package does not use debhelper at all, so in addition to dropping the root tests in your proposed patch, the trick is to remove also the chown line from debian/rules and use dpkg-deb --root-owner-group. Since the package is orphaned, I've made a QA upload to fix this. (I've also removed the line saying "test -f leave.c" which I consider noise and unnecessary, it would disappear anyway when somebody takes the work of really switching to dh). [ Cc: Manoel Ibere. Please always verify that the package may be built before uploading ]. Thanks.