Control: tags -1 + patch Dear Tormod,
I had a look at upstreaming this change to see if it could help get this fix into unstable, but noticed you are also upstream, so it seemed like it should be already taken care of. Unless you object, I plan to NMU this fix into Debian. Not quite sure when I get around to it, but will wait at least a week before I do anything. I notice there are other fixes waiting in <URL: https://salsa.debian.org/debian/dfu-util > too, which would be nice to get into unstable, like the Vcs links and the simple autopkgtest check. For the record, this is the patch fixing this issue: diff --git a/debian/patches/1010-appstream-metainfo.patch b/debian/patches/1010-appstream-metainfo.patch new file mode 100644 index 0000000..177cb5e --- /dev/null +++ b/debian/patches/1010-appstream-metainfo.patch @@ -0,0 +1,47 @@ +Description: Added Appstream metadata XML with hardware mapping. +Author: Tormod Volden <debian.tor...@gmail.com> +Bug-Debian: https://bugs.debian.org/843214 +Forwarded: no +Last-Update: 2024-12-29 +--- +Index: dfu-util-salsa/Makefile.am +=================================================================== +--- dfu-util-salsa.orig/Makefile.am 2024-12-29 06:58:52.046148614 +0100 ++++ dfu-util-salsa/Makefile.am 2024-12-29 06:58:52.042148573 +0100 +@@ -1,6 +1,10 @@ + SUBDIRS = src doc + +-EXTRA_DIST = autogen.sh TODO DEVICES.txt dfuse-pack.py ++EXTRA_DIST = autogen.sh TODO DEVICES.txt dfuse-pack.py \ ++ net.sourceforge.dfu_util.metainfo.xml ++ ++dist_metainfo_DATA = net.sourceforge.dfu_util.metainfo.xml ++metainfodir = $(datarootdir)/metainfo + + wwwman: www/dfu-util.1.html www/dfu-suffix.1.html www/dfu-prefix.1.html + +Index: dfu-util-salsa/net.sourceforge.dfu_util.metainfo.xml +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ dfu-util-salsa/net.sourceforge.dfu_util.metainfo.xml 2024-12-29 06:59:55.786813054 +0100 +@@ -0,0 +1,20 @@ ++<?xml version="1.0" encoding="UTF-8"?> ++<component> ++ <id>net.sourceforge.dfu_util</id> ++ <metadata_license>FSFAP</metadata_license> ++ <name>dfu-util</name> ++ <summary>Device firmware update (DFU) USB programmer</summary> ++ <description> ++ <p> ++ dfu-util is a program that implements the host (PC) side of the ++ USB DFU 1.0 and 1.1 (Universal Serial Bus Device Firmware Upgrade) ++ protocol. Also the DfuSe protocol 1.1a from ST is supported. ++ </p> ++ </description> ++ <url type="homepage">https://dfu-util.sourceforge.net</url> ++ <provides> ++ <modalias>usb:v0483pDF11d*</modalias> ++ <modalias>usb:v28E9p0189d*</modalias> ++ <modalias>usb:v1D50p607Fd*</modalias> ++ </provides> ++</component> diff --git a/debian/patches/series b/debian/patches/series index cc5da2e..f5b7628 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 10-dfuse-pack-use-python3.patch +1010-appstream-metainfo.patch -- Happy hacking Petter Reinholdtsen