Skip to content

d/rules: Drop sanity check that breaks with git

Emanuele Aina requested to merge wip/em/v2021-updates into apertis/v2021-updates

The packaging for some reason checks that the README file is newer than the help2man.PL file. This assumption is broken on git checkout since they get the time of the checkout operation and no ordering is guaranteed. Drop the check.

Merge request reports