Skip to content

v2021 ← v2022dev2: gen_debhelper_files.pl: fix build on apertis

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

Apertis scripts build the package in a subfolder of the source tree, leading gen_debhelper_files.pl to find debian directories in the upper levels. As it uses only the first entry, but fails if more than one are found, this leads to a build failure.

This patch uses a less strict test to avoid this.

Merge request reports