[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] New binary snapshots
From: |
Josue Abarca |
Subject: |
Re: [Denemo-devel] New binary snapshots |
Date: |
Tue, 20 Nov 2012 15:38:59 -0600 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Nov 20, 2012 at 09:00:47AM -0600, Jeremiah Benham wrote:
> For some reason I found an email on the archive that did not make it
> to my inbox. It was about compiling portmidi without different
> CFLAGS. I have done that. I am not sure what we want to call the
> next release candidate. denemo-1.0-rc1 or something like that?
...
> Jeremiah
Adding a tilde "~": denemo-1.0.0~rc1.tar.gz, could be a good idea :).
Because in debian tools (and others) "a tilde sorts before anything
even the end of a part".
"For example, 1.0~beta1~svn1245 sorts earlier than 1.0~beta1, which
sorts earlier than 1.0."
$ dpkg --compare-versions 0.9.6 gt 0.9.6rc1 && echo true || echo false
false
$ dpkg --compare-versions 0.9.6 gt 0.9.6~rc1 && echo true || echo false
true
Cheers o/,
--
Josué M. Abarca S.