Code review comment for ~paelzer/+git/diaspora-installer:fix-disco-lp-1828194-non-installable

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

This isn't in git-ubuntu so I pushed my own to LP for a quick second pair of eyes.

This is Debian native it seems, but versioning works the usual way, all these are good:
# old D->E Upgrade
$ dpkg --compare-versions 0.7.6.1build1 lt-nl 0.7.6.1+debian1
# new upgrade D -> D-updated
$ dpkg --compare-versions 0.7.6.1build1 lt-nl 0.7.6.1ubuntu0.1
# new upgrade D-updated -> E
$ dpkg --compare-versions 0.7.6.1ubuntu0.1 lt-nl 0.7.6.1+debian1

Test builds in PPA:
 https://launchpad.net/~paelzer/+archive/ubuntu/lp-1828194-fix-diaspora-installability

« Back to merge proposal