Hi Zoltán (2012.05.25_17:35:14_+0200) > The version is not older than in the archive.
Yes it is: $ dpkg --compare-versions 5.0-20120524-1ubuntu5 lt 5.0-git20120522-1ubuntu3 && echo yes || echo no yes > The one in the archive is a git snapshot of the Qt5 alpha and the new > one is a tar ball beta release. In future, I suggest you use ~git instead of -git. ~ is magic, and sorts before nothing. so 1.0~git1 < 1.0. For now how about using 5.0-release~beta+20120524-0ubuntu1 Then once it's released, you can go to 5.0-release-0ubuntu1 And after 5.0, you can use a saner 5.1~gitXX-0ubuntu1 -> 5.1-0ubuntu1 scheme. SR -- Stefano Rivera http://tumbleweed.org.za/ H: +27 21 461 1230 C: +27 72 419 8559 _______________________________________________ Mailing list: https://launchpad.net/~launchpad-users Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-users More help : https://help.launchpad.net/ListHelp

