Skip to content

debian/control: add Breaks, Replaces after moving file between package

In commit 27076218 ("debian/*: fix foreign-arch install of us and native lomiri-app-launch"), I moved the session migration file from the QML module package to the common package. However, I forgot to add the Breaks & Replaces required [1]. As a result, upgrading package fails the first time (apt -f install again fixes it).

To avoid the annoyance, add the proper Breaks and Replaces. And to give a version bump reqiured to differentiate the version, bump the version in debian/changelog too.

[1] https://wiki.debian.org/PackageTransition

Fixes: 27076218 ("debian/*: fix foreign-arch install of us and native lomiri-app-launch")
Fixes: !58 (merged)

Merge request reports