Package: mtkbabel Version: 0.8.4-0.1 Severity: important Tags: patch
Due to an oversight on my end, there is a typo (type="desktop") in the XML I provided in #1076430, causing the information to not propagate into the collected AppStream information in Debian. Here is a patch to fix it, alongside updates to other issues reported by 'appstreamcli validate-tree debian/mtkbabel' after build. --- a/debian/patches/1000-appstream-metainfo.patch +++ b/debian/patches/1000-appstream-metainfo.patch @@ -6,7 +6,7 @@ This allow isenkram to propose this package when the USB dongle is present. Forwarded: no -Last-Update: 2024-07-16 +Last-Update: 2025-01-06 --- Index: mtkbabel-0.8.3.1/org.rigacci.appunti.gps_logger_i_blue_747.metainfo.xml =================================================================== @@ -14,11 +14,11 @@ Index: mtkbabel-0.8.3.1/org.rigacci.appunti.gps_logger_i_blue_747.metainfo.xml +++ mtkbabel-0.8.3.1/org.rigacci.appunti.gps_logger_i_blue_747.metainfo.xml 2024-07-16 11:31:25.778928238 +0200 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> -+<component type="desktop"> ++<component> + <id>org.rigacci.appunti.gps_logger_i_blue_747</id> + <metadata_license>MIT</metadata_license> + <name>mtkbabel</name> -+ <summary>manage i-Blue 747 and compatible GPS data loggers</summary> ++ <summary>Manage i-Blue 747 and compatible GPS data loggers</summary> + <description> + <p>MTKBabel is a command line program to operate the i-Blue 747 + GPS data logger. It should work also with other GPS devices based @@ -38,7 +38,7 @@ Index: mtkbabel-0.8.3.1/org.rigacci.appunti.gps_logger_i_blue_747.metainfo.xml + <li>Erase the internal memory</li> + </ul> + </description> -+ <url type="homepage">http://www.rigacci.org/wiki/doku.php/doc/appunti/hardware/gps_logger_i_blue_747</url> ++ <url type="homepage">https://www.rigacci.org/wiki/doku.php/doc/appunti/hardware/gps_logger_i_blue_747</url> + <provides> + <modalias>usb:v0E8Dp3329d*</modalias> + </provides> -- Happy hacking Petter Reinholdtsen