Your message dated Thu, 01 Aug 2024 07:37:00 +0000
with message-id <[email protected]>
and subject line Bug#1076450: fixed in w1retap 1.5.5-1
has caused the Debian Bug report #1076450,
regarding w1retap: Add Appstream metainfo announcing HW support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1076450: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076450
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: w1retap
Version: 1.4.6-1
Tags: patch
User: [email protected]
Usertags: appstream-modalias
Here is a patch 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.
diff --git a/debian/patches/1000-appstream-metainfo.patch
b/debian/patches/1000-appstream-metainfo.patch
new file mode 100644
index 0000000..de7b18d
--- /dev/null
+++ b/debian/patches/1000-appstream-metainfo.patch
@@ -0,0 +1,46 @@
+Description: Added AppStream metainfo XML with hardware provide info.
+ This allow isenkram to propose this package when the USB dongle is
+ present.
+Author: Petter Reinholdtsen
+Forwarded: no
+Last-Update: 2024-07-16
+---
+Index: w1retap-salsa/uk.co.zen.zen35309.wx.w1retap.metainfo.xml
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ w1retap-salsa/uk.co.zen.zen35309.wx.w1retap.metainfo.xml 2024-07-16
17:03:51.107503991 +0200
+@@ -0,0 +1,19 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<component type="desktop">
++ <id>uk.co.zen.zen35309.wx.w1retap</id>
++ <metadata_license>MIT</metadata_license>
++ <name>w1retap</name>
++ <summary>Data logger for 1-Wire weather sensors</summary>
++ <description>
++ <p>The w1retap package reads weather sensors on a 1-Wire bus and
++ logs the retrieved data to the configured databases or files. It
++ supports a number of different 1-Wire host bus adapters and 1-Wire
++ sensors designed by Dallas Semiconductor Corp (now Maxim
++ Integrated) and compatible sensors including those from AAG
++ Electrónica and other hobby sensors.</p>
++ </description>
++ <url type="homepage">http://www.zen35309.zen.co.uk/wx/tech.html</url>
++ <provides>
++ <modalias>usb:v04FAp2490d*</modalias>
++ </provides>
++</component>
+Index: w1retap-salsa/Makefile.am
+===================================================================
+--- w1retap-salsa.orig/Makefile.am 2024-07-16 17:03:11.000000000 +0200
++++ w1retap-salsa/Makefile.am 2024-07-16 17:05:06.156407411 +0200
+@@ -1,5 +1,9 @@
+ SUBDIRS = src
+-EXTRA_DIST = docs autogen.sh contrib
++EXTRA_DIST = docs autogen.sh contrib \
++ uk.co.zen.zen35309.wx.w1retap.metainfo.xml
++
++dist_metainfo_DATA = uk.co.zen.zen35309.wx.w1retap.metainfo.xml
++metainfodir = $(datarootdir)/metainfo
+
+ dist-hook:
+ rm -rf `find $(distdir) -name .svn`
diff --git a/debian/patches/series b/debian/patches/series
index b55661e..b983def 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ fix-timet.patch
fix-autotools-pkg-config.patch
fix-autotools-libxml2.patch
fix-owerr-spelling.patch
+1000-appstream-metainfo.patch
diff --git a/debian/w1retap.install b/debian/w1retap.install
index 138b827..443a8e4 100644
--- a/debian/w1retap.install
+++ b/debian/w1retap.install
@@ -10,3 +10,4 @@ usr/lib/*/w1retap/libw1file.so*
usr/lib/*/w1retap/libw1serial.so*
usr/lib/*/w1retap/libw1usb.so*
usr/lib/*/w1retap/libw1xml.so*
+usr/share/metainfo/uk.co.zen.zen35309.wx.w1retap.metainfo.xml
--
Happy hacking
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: w1retap
Source-Version: 1.5.5-1
Done: Thomas Stewart <[email protected]>
We believe that the bug you reported is fixed in the latest version of
w1retap, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Stewart <[email protected]> (supplier of updated w1retap package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 01 Aug 2024 00:03:07 +0100
Source: w1retap
Architecture: source
Version: 1.5.5-1
Distribution: unstable
Urgency: medium
Maintainer: Thomas Stewart <[email protected]>
Changed-By: Thomas Stewart <[email protected]>
Closes: 1076450
Changes:
w1retap (1.5.5-1) unstable; urgency=medium
.
* New upstream version 1.5.5
* Remove autotools patches as project switched to meson
* Refresh dquilt patches
* Drop support for mongodb
* Update standards from 4.6.0 to 4.7.0
* Update watch to use new repo location
* Update copyright year for debian directory
* Set pristine-tar to true in gbp.conf
* Remove lsb-base and change pkg-config to pkgconf from depends
* Remove non-needed hs_err_pid18100.log from clean
* Remove TODO from docs as upstream dropped it
* Remove lintian-overrides for contrib
* Add add-appstream-metainfo.patch (Closes: #1076450)
* Run wrap-and-sort
* Add fix-rpath.patch
* Switch from libusb-0.1 to libusb-1.0
* Update salsa-ci.yml
.
* Upload sponsored by Petter Reinholdtsen.
Checksums-Sha1:
86a86721e5e46d755b7a00b3ac31eee85d349488 2441 w1retap_1.5.5-1.dsc
d20ac568548486d774f78d1ae01a3e1543e96e0a 366101 w1retap_1.5.5.orig.tar.gz
fe1913621b23b5f4c84fdb281c9db600c4f0f416 14472 w1retap_1.5.5-1.debian.tar.xz
d6761656d7389a8bfee88b1c95bc342115e7861c 8892 w1retap_1.5.5-1_source.buildinfo
Checksums-Sha256:
f26f7d1653ef72f4ed5f911df64b623ff5972771b18ce557e6dde0f0f60f39db 2441
w1retap_1.5.5-1.dsc
a6685a62d8e73800aa9e267d4ab27490928cea196a2f1f4910dc27f6f104ecb2 366101
w1retap_1.5.5.orig.tar.gz
3cb78b81f8bdc27cc924d037dcecb81fdccbdaef21823ac0ec4c8f9ab00a0cf1 14472
w1retap_1.5.5-1.debian.tar.xz
15e5a56e7cedb09310490ec6d77c1d47f5bb5eff7383f0047226256201e1f75f 8892
w1retap_1.5.5-1_source.buildinfo
Files:
fa95dba545b2015768c7b4b3f6baa45a 2441 electronics optional w1retap_1.5.5-1.dsc
86262bfc21ce5716d3a233fca2ac45a1 366101 electronics optional
w1retap_1.5.5.orig.tar.gz
00126c5ab3239eb9ff7543556c5dba23 14472 electronics optional
w1retap_1.5.5-1.debian.tar.xz
6f28c6bd049bf6daa2bf8daebd2155e9 8892 electronics optional
w1retap_1.5.5-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmarNw8ACgkQgSgKoIe6
+w6NZhAAlYTP6TsYOfmw55GCLDarN5Ih4VZQq7SyOpjW9bmwJzDQprp40W0OiRo5
x0socebOYuiJBwQ3TvYiahNFv12JMeMFD6oJsNV1y5H4aztWbzDPM4a3H461QBNp
bgunOXl3Mmvgfjj+V2KGooaCIefCO6AVxxbi21RCbd8uSbi9Uyfq5PjZ2ZTiqB2k
FO5F7BCBI6i0ilKjyXwsXxVmX3NemPBxm2dV0+ORJoPMPaXDyXvlX9gxJ5kuBHzn
zapZF6t/QlZ+CYClbQnD3dVKRgQxJwar88SSUwuF4PJeJuV+xxQGqzBAxYHLPDIW
66CYU4HD3xAeiKFOyQtpodJZpUF3bj7U4YQqB1wE6ozfG5837zMHrye9nTSK5mXZ
Pe+BmrQdzqxwK7k5vVpagaE4sVQDxQD2WvPtX21j4W8MD6faBmFkwysPsy0OYwxW
jbgU6lCLjnV58cg4R0MruT2bOy/1efs4PkOc4eMlPYP9M31R2B9gc8p3ZhfTzxNb
Lh6ZbZfyWwz24W0pQMMeKWLp9IHZbl63kd2TukEUc35c5ad9A60NHv2leJCAvUk7
52iJyev0QOVkISNge17Joi+m4coY00unaCWx1DzqmH68O7AzWDUkhfN+Qv98wygP
hVuEGhNXHaiSWfECmSuNDDXebCWhZ18n13En/F0PW7pvj3IfqhM=
=jiNF
-----END PGP SIGNATURE-----
pgppPMSBbl5hk.pgp
Description: PGP signature
--- End Message ---