[pkg-bacula-devel] bacula_7.4.0a+dfsg-1_source.changes REJECTED
Geert Stappers
stappers at stappers.nl
Mon May 30 14:04:51 UTC 2016
Summary: s/7.4.0a/7.4.0.a/
On Mon, May 30, 2016 at 01:33:38PM +0000, Debian FTP Masters wrote:
>
>
> Version check failed:
> Your upload included the source package bacula, version 7.4.0a+dfsg-1,
> however unstable already has version 7.4.0+dfsg-3.
> Uploads to unstable must have a higher version than present in unstable.
Is 1 Greater Then 2
| $ dpkg --compare-versions 1 gt 2 ; echo $?
| 1
Nope
Is 3 > 2 ?
| $ dpkg --compare-versions 3 gt 2 ; echo $?
| 0
Yes
$ dpkg --compare-versions 7.4.0a+dfsg-1 gt 7.4.0+dfsg-3 ; echo $?
1
$ dpkg --compare-versions 7.4.0+dfsg-1 gt 7.4.0+dfsg-3 ; echo $?
1
$ dpkg --compare-versions 7.4.0.a+dfsg-1 gt 7.4.0+dfsg-3 ; echo $?
0
Groeten
Geert Stappers
--
Leven en laten leven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-bacula-devel/attachments/20160530/ed6cc03c/attachment.sig>
More information about the pkg-bacula-devel
mailing list