[Scummvm-devel] ScummVM 1.0.0: Release status 2009-08-20. Tagging is tomorrow

Frantisek Dufka dufkaf at gmail.com
Fri Aug 21 11:05:23 CEST 2009


Frantisek Dufka wrote:
  > Any Debian expert here? How should I properly name rc1 package so final
> 1.0.0 is greater and will be offered as upgrade?

Problem solved. It is '~'. Found some real world examples via google and 
it works.

$ dpkg --compare-versions 1.0.0 '>' 1.0.0rc1 && echo true || echo false
false
$ dpkg --compare-versions 1.0.0 '>' 1.0.0~rc1 && echo true || echo false
true




More information about the Scummvm-devel mailing list