#1007770 Consider adding more key words as pre releases

Package:
gem2deb
Source:
gem2deb
Description:
Debian Ruby packaging suite
Submitter:
Pirate Praveen
Date:
2022-03-16 15:21:03 UTC
Severity:
wishlist
#1007770#5
Date:
2022-03-16 12:18:09 UTC
From:
To:
ruby-gollum-lib has
gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1'

in gemspec and 0.4.4.4.gitlab.1 is taken as 0.4.4.4~gitlab.1 for debian
package version. But ruby:Depends does not convert .gitlab to ~gitlab.

#1007770#10
Date:
2022-03-16 15:12:35 UTC
From:
To:
Please be more specific. Where exactly is 0.4.4.4.gitlab.1 being
converted to 0.4.4.4~gitlab.1? AFAICT gem2deb converts dependency
operators (i.e. ~> to >= ), but does not touches version numbers.

#1007770#15
Date:
2022-03-16 15:16:28 UTC
From:
To:
On ബു, മാർ 16 2022 at 12:12:35 വൈകു -0300 -0300, Antonio Terceiro <terceiro@debian.org> wrote:

gem2deb _does not_ convert 0.4.4.4.gitlab.1 in gemspec to
0.4.4.4~gitlab.1 where as the debian package already has
0.4.4.4~gitlab.1 which does not satisfy >= 0.4.4.4.gitlab.1

So I'm wondering if we should convert all alphabets to ~ or at least
keept a list of key word that should trigger a substitution of ~.