Skip to content

Fix version calculation

Walter Lozano requested to merge wip/wlozano/fix_version into apertis/v2022dev2

Since this is a native package and DEB_VERSION is expected to be an integer adding the apertis0 suffix to package version makes the version calculation to fail.

In order to fix the issue, remove everything from the first alphabetic character from package version instead and use the result instead of DEB_VERSION to build the version.

Merge request reports