Package: release.debian.org Severity: normal X-Debbugs-Cc: pidgin-...@packages.debian.org Control: affects -1 + src:pidgin-otr User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package pidgin-otr [ Reason ] pidgin-otr is an OTR secure messaging plugin for the XMPP client Pidgin. Because of a typo in the AppStream metadata file (that was added before the Trixie freeze), it is not available for installation using GUI in Trixie. This is a problem since users are not able to find and install the pidgin-otr Add-on on the Pidgin package details page in pre-installed GUI package managers such as GNOME Software or KDE Discover. The package version from unstable proposed for the unblock request fixes the typo and makes pidgin-otr installable using GUI. [ Impact ] Regular users (and even some more experienced ones who prefer GUI) won't be able to find and install this package using GUI. [ Tests ] https://appstream.debian.org/sid/main/metainfo/pidgin-otr.html https://appstream.debian.org/sid/main/issues/pidgin-otr.html (Replace "sid" in URL with "trixie".) [ Risks ] Low risk or basically none. The patch is very small and simple. Only one xml tag in one file (/usr/share/metainfo/ca.cypherpunks.otr.pidgin_otr.metainfo.xml) is changed. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] Original ticket: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106145 unblock pidgin-otr/4.0.2-6
diff --git a/debian/appdata/ca.cypherpunks.otr.pidgin_otr.metainfo.xml b/debian/appdata/ca.cypherpunks.otr.pidgin_otr.metainfo.xml index 53ce8f6..d68eded 100644 --- a/debian/appdata/ca.cypherpunks.otr.pidgin_otr.metainfo.xml +++ b/debian/appdata/ca.cypherpunks.otr.pidgin_otr.metainfo.xml @@ -5,9 +5,7 @@ <developer id="ca.cypherpunks"> <name>OTR development team</name> </developer> - <extends> - <id>im.pidgin.Pidgin</id> - </extends> + <extends>pidgin.desktop</extends> <name>Off-the-Record Messaging</name> <summary>A Pidgin plugin which implements Off-the-Record (OTR) Messaging</summary> <description> diff --git a/debian/changelog b/debian/changelog index a5cf85c..c1720dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +pidgin-otr (4.0.2-6) unstable; urgency=medium + + [ AsciiWolf ] + * Fix AppStream id properly. + + -- Sandro Knauß <he...@debian.org> Sun, 01 Jun 2025 00:47:36 +0200 + +pidgin-otr (4.0.2-5) unstable; urgency=medium + + [ AsciiWolf ] + * Fix AppStream metadata (Closes: #1106145) + + -- Sandro Knauß <he...@debian.org> Sun, 01 Jun 2025 00:29:35 +0200 + pidgin-otr (4.0.2-4) unstable; urgency=medium [ Debian Janitor ]