Version in d/changelog too low. Apt will not upgrade by itself
See the discussion from !22 (comment 171224)
When installing the package from CI:
The following packages will be DOWNGRADED:
pureos-store pureos-store-common pureos-store-plugin-flatpak
The proposed solutions is to alter the version to one of the following: 41.r0-0pureos1
or 41.beta+really41.0-0pureos1
.
Btw you can compare versions with dpkg
like this:
> $ dpkg --compare-versions '41.r0-0pureos1' '>>' '41.beta-0pureos2' && echo true || echo false
true
> $ dpkg --compare-versions '41.beta+really41.0-0pureos1' '>>' '41.beta-0pureos2' && echo true || echo false
true
> $ dpkg --compare-versions '41.0-0pureos1' '>>' '41.beta-0pureos2' && echo true || echo false
false
Sorry for not having pinged again on the MR!
Edited by Evangelos Ribeiro Tzaras