[Debian-astro-maintainers] Bug#1070778: indi-armadillo-platypus: Add Appstream metainfo announcing HW support

Petter Reinholdtsen pere at hungry.com
Wed May 8 23:34:07 BST 2024


Package: indi-armadillo-platypus
Version: 1.0+20221226082641-2
Tags: patch

Here is a patch for indi-armadillo-platypus to add Appstream metainfo
XML announcing the hardware handled by this package.

Including this information in the package will ensure programs mapping
hardware to packages using Appstream information, like the isenkram
package, will know that this package is useful on machines where the USB
IDs are discovered.  It will also solve the
appstream-metadata-missing-modalias-provide lintian issue.

diff --git a/debian/com.github.indilib.indi-3rdparty.metainfo.xml b/debian/com.github.indilib.indi-3rdparty.metainfo.xml
new file mode 100644
index 0000000..48bfdf6
--- /dev/null
+++ b/debian/com.github.indilib.indi-3rdparty.metainfo.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+  <id>com.github.indilib.indi-3rdparty</id>
+  <metadata_license>MIT</metadata_license>
+  <name>indi-armadillo-platypus</name>
+  <summary>INDI driver for Lunatico Astronomia Armadillo and Platypus</summary>
+  <description>
+    <p>This package contains the INDI driver for Armadillo and
+    Playtypus from Lunatico Astronomia.</p>
+    <p>This driver is compatible with any INDI client such as KStars
+    or Xephem.</p>
+  </description>
+  <provides>
+    <modalias>usb:v16C0p09B1d*</modalias>
+  </provides>
+</component>
diff --git a/debian/indi-armadillo-platypus.install b/debian/indi-armadillo-platypus.install
new file mode 100644
index 0000000..ee3cc69
--- /dev/null
+++ b/debian/indi-armadillo-platypus.install
@@ -0,0 +1 @@
+debian/com.github.indilib.indi-3rdparty.metainfo.xml usr/share/metainfo



More information about the Debian-astro-maintainers mailing list