View Single Post
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#10
Originally Posted by Halftux View Post
But the original none qt windows application has version 1.7.0.1.
The files that used for the never released QT version came from 1.7.0.0 however this QT version in git has no version number.
That is why I used my fantasy.
I started to upload 1.7.0 (qtcreator supports only 3 numbers) to maemo repository then I found a bug and was not satisfied with the gui so I uploaded 1.7.1.
Yes I understand.
You shouldn't have bumped the number, but now that it's done you can't go backwards. I wouldn't worry too much about trying to get back to version 1.7.0, you didn't know and we all make mistakes. Also as you say the package is unlikely to get upstream fixes.

If you stick to 1.7.1maemo1 then 1.7.1maemo2 etc etc, for any future fixes, you will be fine.

Code:
#exit 0 - true
dpkg --compare-versions 1.7.1 lt 1.7.1maemo1 && echo $?
0
#exit 1 - false
dpkg --compare-versions 1.7.1 lt 1.7.0maemo1 && echo $?
1
dpkg --compare-versions 1.7.1 lt 1.7.0.1maemo1 && echo $?
1
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post: