<html><body><div>Package: pidgin-otr<br>Version: 4.0.2-4</div><div><br></div><div>Even though the AppStream metainfo file was added, the AppStream metadata are still missing (incorrect):</div><br>https://appstream.debian.org/sid/main/metainfo/pidgin-otr.html<br>https://appstream.debian.org/sid/main/issues/pidgin-otr.html<br><br>And the OTR Add-on is not available on the Pidgin page in GNOME Software / KDE Discover.<br><br>The file looks correct and validates fine using appstreamcli, except for the broken bugtracker url (but that should not be a problem):<br><br>$ appstreamcli validate ca.cypherpunks.otr.pidgin_otr.metainfo.xml<br>W: ca.cypherpunks.otr.pidgin_otr:31: url-not-reachable<br>     https://bugs.otr.im/projects/pidgin-otr - Failed to download file: Failed to connect to<br>     bugs.otr.im port 443 after 3143 ms: Could not connect to server<br><br>✘ Validation failed: warnings: 1<br><br>However, the second validator gives a more clear clue:<br><br>$ appstream-util validate ca.cypherpunks.otr.pidgin_otr.metainfo.xml<br>ca.cypherpunks.otr.pidgin_otr.metainfo.xml: FAILED:<br>• tag-missing           : <extends> is not present<br>Validation of files failed<br><br>And when looking at the official spec, the problem can be seen:<br><br>https://freedesktop.org/software/appstream/docs/sect-Metadata-Addon.html<br><br>The "<extends>" tag should directly contain the original app id instead of it being nested in the "<id>" tags as it is with the pidgin-otr metadata.<br><br>In other words, the extends tag section should be changed to:<br><br><extends>im.pidgin.Pidgin</extends></body></html>