--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: mtkbabel@packages.debian.org
Control: affects -1 + src:mtkbabel
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package mtkbabel
[ Reason ]
Due to an oversight by a contributor, there is a typo (type="desktop") in the
XML provided in #1076430, causing the information to not propagate
into the collected AppStream information in Debian.
[ Impact ]
AppStream information for this package would be absent from Debian.
[ Tests ]
appstreamcli validate-tree debian/mtkbabel
[ Risks ]
Trivial change (drop type="desktop", capitalise the first word of the
description, http -> https).
[ 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 ]
unblock mtkbabel/0.8.4-0.3
diff --git a/debian/changelog b/debian/changelog
index 5afa5d4ac393..0369dd781f5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mtkbabel (0.8.4-0.3) unstable; urgency=medium
+
+ [ Petter Reinholdtsen ]
+ * mtkbabel: Fix problems with AppStream metadata XML (Closes: #1092254).
+
+ -- Andrej Shadura <andrewsh@debian.org> Thu, 17 Jul 2025 13:46:06 +0200
+
mtkbabel (0.8.4-0.2) unstable; urgency=medium
* Non-maintainer upload.
diff --git a/debian/patches/1000-appstream-metainfo.patch b/debian/patches/1000-appstream-metainfo.patch
index b2f6bd6ea4c5..72ced5e5ca3f 100644
--- 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>
--- End Message ---