Skip to content

Use a glob on libraries to avoid being tied to a specific version

Emanuele Aina requested to merge wip/em/update-to-buster into apertis/v2019dev0

The update to Debian Buster in v2019dev0 brought in libgettextlib-0.19.8.1.so and libgettextsrc-0.19.8.1.so, but rather than hardcoding the new version number let's add a glob to match whatever internal ABI the gettext libraries are using.

Merge request reports