Package: src:findutils Tags: patch Dear findutils maintainers,
the VCS repo at https://salsa.debian.org/debian/findutils/ contains two issues that make it incompatible as-is with dpkg-souce and with gbp-buildpackage (used, among others, by Salsa-CI), making it impossible to buuild without manual (undocumented) interventions:
1. dpkg-source blindly copies the top-level README.md file and the detects it as a local change, aborting the build process
2. The fact that this a non-standard, non-DEP-14 repository is not documented in gbp.conf.
These issues are fixed by the following MR: https://salsa.debian.org/debian/findutils/-/merge_requests/1 Regards, -- Gioele Barabucci