Package: chatty / 0.8.7-3

Metadata

Package Version Patches format
chatty 0.8.7-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable Clock History and pgp tests.patch | (download)

tests/meson.build | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] disable clock, history, and pgp tests

The history test fails Debian CI, and what fails is not critical:
https://salsa.debian.org/DebianOnMobile-team/chatty/-/merge_requests/39#note_450004

The pgp test is flaky and we don't use PGP in chatty yet

0002 data Use APP_ID for metainfo ID.patch | (download)

data/meson.build | 7 3 + 4 - 0 !
data/sm.puri.Chatty.metainfo.xml.in.in | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 6 deletions(-)

 data: use app_id for metainfo id

Fixes the mismatch of app id, desktop/dbus service file.

Rather than having multiple app ids (lowercase and not) replace the
metainfo ID with the APP_ID to fix the appstreamcli validate-tree
warning and keep the application ID everywhere consistent.

This reverts commit 70d1ba4ebaa43937dd304b733ceed9c8c0296900.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1473>
(cherry picked from commit 0922f8a606d30c2feacc983d0945321f058f8a8f)