Your message dated Tue, 08 Apr 2025 06:20:31 +0000 with message-id <E1u22Jz-004SlK-64@fasolo.debian.org> and subject line Bug#1076629: fixed in ethtool 1:6.14-1 has caused the Debian Bug report #1076629, regarding ethtool: 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 owner@bugs.debian.org immediately.) -- 1076629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076629 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: ethtool: Add Appstream metainfo announcing HW support
- From: Petter Reinholdtsen <pere@hungry.com>
- Date: Sat, 20 Jul 2024 10:56:10 +0200
- Message-id: <sa6ikx0igr9.fsf@hjemme.reinholdtsen.name>
Package: ethtool Version: 1:6.1-1 Tags: patch User: pere@hungry.com 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 hardware ID is discovered. diff --git a/debian/patches/1000-appstream-metainfo.patch b/debian/patches/1000-appstream-metainfo.patch new file mode 100644 index 0000000..62cbaad --- /dev/null +++ b/debian/patches/1000-appstream-metainfo.patch @@ -0,0 +1,45 @@ +Description: Added AppStream metainfo XML with hardware provide info. + This allow isenkram to propose this package when a ethernet card is + present. +Author: Petter Reinholdtsen +Forwarded: no +Last-Update: 2024-07-20 +--- +Index: ethtool-salsa/Makefile.am +=================================================================== +--- ethtool-salsa.orig/Makefile.am 2024-07-20 10:50:34.903244828 +0200 ++++ ethtool-salsa/Makefile.am 2024-07-20 10:50:34.895244733 +0200 +@@ -3,7 +3,11 @@ + LDADD = -lm + + man_MANS = ethtool.8 +-EXTRA_DIST = LICENSE ethtool.8 ethtool.spec.in aclocal.m4 ChangeLog autogen.sh ++EXTRA_DIST = LICENSE ethtool.8 ethtool.spec.in aclocal.m4 ChangeLog autogen.sh \ ++ org.kernel.software.network.ethtool.metainfo.xml ++ ++dist_metainfo_DATA = org.kernel.software.network.ethtool.metainfo.xml ++metainfodir = $(datarootdir)/metainfo + + sbin_PROGRAMS = ethtool + ethtool_SOURCES = ethtool.c uapi/linux/const.h uapi/linux/ethtool.h internal.h \ +Index: ethtool-salsa/org.kernel.software.network.ethtool.metainfo.xml +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ ethtool-salsa/org.kernel.software.network.ethtool.metainfo.xml 2024-07-20 10:51:29.651893714 +0200 +@@ -0,0 +1,16 @@ ++<?xml version="1.0" encoding="UTF-8"?> ++<component type="desktop"> ++ <id>org.kernel.software.network.ethtool</id> ++ <metadata_license>MIT</metadata_license> ++ <name>ethtool</name> ++ <summary>display or change Ethernet device settings</summary> ++ <description> ++ <p>ethtool can be used to query and change settings such as speed, ++ auto- negotiation and checksum offload on many network devices, ++ especially Ethernet devices.</p> ++ </description> ++ <url type="homepage">https://www.kernel.org/pub/software/network/ethtool/</url> ++ <provides> ++ <modalias>pci:v*d*sv*sd*bc02sc80i*</modalias> ++ </provides> ++</component> diff --git a/debian/patches/series b/debian/patches/series index e69de29..42e8b1a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +1000-appstream-metainfo.patch -- Happy hacking Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
- To: 1076629-close@bugs.debian.org
- Subject: Bug#1076629: fixed in ethtool 1:6.14-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 08 Apr 2025 06:20:31 +0000
- Message-id: <E1u22Jz-004SlK-64@fasolo.debian.org>
- Reply-to: Salvatore Bonaccorso <carnil@debian.org>
Source: ethtool Source-Version: 1:6.14-1 Done: Salvatore Bonaccorso <carnil@debian.org> We believe that the bug you reported is fixed in the latest version of ethtool, 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 1076629@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Salvatore Bonaccorso <carnil@debian.org> (supplier of updated ethtool 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 08 Apr 2025 06:35:16 +0200 Source: ethtool Architecture: source Version: 1:6.14-1 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org> Changed-By: Salvatore Bonaccorso <carnil@debian.org> Closes: 1076629 Changes: ethtool (1:6.14-1) unstable; urgency=medium . * New upstream release: 6.14 - Add AppStream metainfo XML with modalias documented supported hardware (Closes: #1076629) * debian/copyright: Add stanza for netlink/ts.h * Update copyright years for debian/* packaging files * Declare compliance with Debian policy 4.7.2 Checksums-Sha1: 2b5cea32774136a7b30b7d58ce833b36cadb4094 2146 ethtool_6.14-1.dsc 681d5ebcfedb30ed86765cb5fc66d04a154efb2f 289016 ethtool_6.14.orig.tar.xz 0effade588b6c28dee9a1aa540d2093ded608567 15608 ethtool_6.14-1.debian.tar.xz Checksums-Sha256: ff802d18c09eb9a3c9fa485edfda540e1dd4529d159ac1d6179347564eacb356 2146 ethtool_6.14-1.dsc 8654aed98890dc9e25a5853f4535965a596b4791ab63802a7f225d2ffa372f63 289016 ethtool_6.14.orig.tar.xz 3808ceafdf003875421cd9eeecd1444d64b93e0247b2237f1e5739dfaa5547d2 15608 ethtool_6.14-1.debian.tar.xz Files: 58f04b487773cfd12055763932717594 2146 net optional ethtool_6.14-1.dsc 833a42adf7755288fee6c9173e75eb67 289016 net optional ethtool_6.14.orig.tar.xz 92ba980898aefd825bf402d7b701ba26 15608 net optional ethtool_6.14-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmf0qJtfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2 NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk ZWJpYW4ub3JnAAoJEAVMuPMTQ89E+ZMQAIoqT7AO77W/YOYT4Qsera/DOKAXUI/x AVPDuN1DTmaaufPR0SHxlWk8/dwXsBUXyY96gVewiS/1SFbrzxpSlWizK9mDBJrr Z01aH5DbDJWe0eOE6zTon82jt8u/VQw1ILEs1cmj8v2TvVgTFMXSKghDPcgpvGQh /5rV6fmaqzLq+w2FSpMBqbB+pGbOrQhWuMGbvVeAp1fW8MpUNB8cgsfzHB/3TsYw 3GTS11o2fM4msoquED/D5koT0gsdo1HiW25BWj7yfYqdr4zSMa4+76MfvDX1KUrY yujQKkYdxuXSIGZSXAn+vzfpfXBJGsrykNtFuw+zE4rTJvbl10qnyWHyD6XtqAQs 0w1yfT0s4qE0g21zYxVyYlDl/0z2d6rG+FXnfpDE6fzXfsBshgJgH0YIaKp3Lhvk Btq7roU10/w5KQc7q6rF63odN9nwXfptx4a338roNb3fp2/RgDuoRjwM4eZ0ThIA V3lhhCNV3t2SpelEE+GrayijCc74cIkhxeTO8znsBoMNmVR0X5v5Q9+Z7i4sUqy3 WWdniLZ1ESxE6+mskZ5KPGjfnZFtXGcT/HDRBFnRkQdg/bnokChlX3hC4q0h3yfg zjc5Sjtv9ZOGTVEiii46xPrYmd1YHVEh1rKoio+Se7BG9EyGeCGMD/mN5rf5OvjY q+sNpHAiDRPa =maou -----END PGP SIGNATURE-----Attachment: pgpXr00uFRmXZ.pgp
Description: PGP signature
--- End Message ---