Control: tags -1 + patch

Here is a complete patch adding a metainfo file to the package.  The
metainfo should most likely be passed upstream for use with all Linux
distributions.

diff --git a/debian/ekeyd.install b/debian/ekeyd.install
index 510cf02..5b8c100 100644
--- a/debian/ekeyd.install
+++ b/debian/ekeyd.install
@@ -5,4 +5,4 @@ host/ekeydctl                   usr/sbin/
 host/ekeyd.conf                        etc/entropykey/
 munin/ekeyd_stat_              usr/share/munin/plugins/
 udev/entropykey.sh             ${env:deb_udevdir}/
-
+debian/ekeyd.metainfo.xml      usr/share/metainfo
diff --git a/debian/ekeyd.metainfo.xml b/debian/ekeyd.metainfo.xml
new file mode 100644
index 0000000..1f98ab3
--- /dev/null
+++ b/debian/ekeyd.metainfo.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+  <id>ukco.simtec.ekeyd</id>
+  <metadata_license>MIT</metadata_license>
+  <name>ekeyd</name>
+  <summary>Simtec Electronics UDEKEY01 Entropy Key Daemon</summary>
+  <description>
+    <p>This is a driver for the Simtec Electronics Entropy Key.  It is
+    only needed if you have such a device (or devices).  It provides a
+    daemon and tools to drive and control it, as well as options for
+    injecting entropy directly into the kernel's pool, or serving it
+    via the EGD protocol.</p>
+  </description>
+  <provides>
+    <modalias>usb:v20DFp0001d*</modalias>
+  </provides>
+</component>

-- 
Happy hacking
Petter Reinholdtsen

Reply via email to