Open
Description
The current implementation in Utils. convert a "java" version into a "debian" version. Trying to handle alhpa, beta, release. But It doesn't cover all the scenario and we should have an option to completely skip the version mangling an keep the version of the package.
e.g.: I'm using this version 3.7.1~dev24+g1b4b40e
and it get transformed into 3.7.1~dev24+g1b4~b40e
.
A simple option to skip the version mangling should be added to let the users manage it own version semantic.