Bug#1001943: mate-sensors-applet: diff for NMU version 1.26.0-1.2
Control: tags 1001943 + patch
Control: tags 1001943 + pending
Dear maintainer,
I've prepared an NMU for mate-sensors-applet (versioned as 1.26.0-1.2)
and uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
diffstat for mate-sensors-applet-1.26.0 mate-sensors-applet-1.26.0
changelog | 8 ++++++++
control | 2 --
mate-sensors-applet.install | 1 -
patches/no-hddtemp.patch | 14 ++++++++++++++
patches/series | 1 +
rules | 2 +-
6 files changed, 24 insertions(+), 4 deletions(-)
diff -Nru mate-sensors-applet-1.26.0/debian/changelog mate-sensors-applet-1.26.0/debian/changelog
--- mate-sensors-applet-1.26.0/debian/changelog 2025-08-03 19:31:23.000000000 +0300
+++ mate-sensors-applet-1.26.0/debian/changelog 2025-10-07 12:28:44.000000000 +0300
@@ -1,3 +1,11 @@
+mate-sensors-applet (1.26.0-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Enable autoreconf.
+ * Drop the hddtemp plugin. (Closes: #1001943)
+
+ -- Adrian Bunk <bunk@debian.org> Tue, 07 Oct 2025 12:28:44 +0300
+
mate-sensors-applet (1.26.0-1.1) unstable; urgency=medium
* NMU to fix: "Crashes on Trixie", thanks to Gleb Golubitsky
diff -Nru mate-sensors-applet-1.26.0/debian/control mate-sensors-applet-1.26.0/debian/control
--- mate-sensors-applet-1.26.0/debian/control 2021-08-21 13:28:08.000000000 +0300
+++ mate-sensors-applet-1.26.0/debian/control 2025-10-07 12:28:44.000000000 +0300
@@ -35,7 +35,6 @@
mate-sensors-applet-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
-Recommends: hddtemp,
Suggests: mate-sensors-applet-nvidia,
Description: Display readings from hardware sensors in your MATE panel
MATE Sensors Applet is an applet for the MATE panel that displays
@@ -50,7 +49,6 @@
* Linux kernel ibm-acpi module
* Linux kernel PowerPC modules therm_adt746x and therm_windtunnel
* Linux kernel iMac G5 Windfarm module
- * hddtemp daemon for reading temperatures from S.M.A.R.T. equipped hard disks
* Linux kernel Omnibook module
* NVIDIA graphics cards (supplied with mate-sensors-applet-nvidia package)
* Linux kernel sonypi module (for Sony Vaio laptops)
diff -Nru mate-sensors-applet-1.26.0/debian/mate-sensors-applet.install mate-sensors-applet-1.26.0/debian/mate-sensors-applet.install
--- mate-sensors-applet-1.26.0/debian/mate-sensors-applet.install 2018-07-23 11:23:52.000000000 +0300
+++ mate-sensors-applet-1.26.0/debian/mate-sensors-applet.install 2025-10-07 12:28:44.000000000 +0300
@@ -1,7 +1,6 @@
#! /usr/bin/dh-exec
usr/lib/*/mate-sensors-applet/plugins/libacpi.so
-usr/lib/*/mate-sensors-applet/plugins/libhddtemp.so
usr/lib/*/mate-sensors-applet/plugins/libi8k.so
usr/lib/*/mate-sensors-applet/plugins/libibm-acpi.so
usr/lib/*/mate-sensors-applet/plugins/libmbmon.so
diff -Nru mate-sensors-applet-1.26.0/debian/patches/no-hddtemp.patch mate-sensors-applet-1.26.0/debian/patches/no-hddtemp.patch
--- mate-sensors-applet-1.26.0/debian/patches/no-hddtemp.patch 1970-01-01 02:00:00.000000000 +0200
+++ mate-sensors-applet-1.26.0/debian/patches/no-hddtemp.patch 2025-10-07 12:28:44.000000000 +0300
@@ -0,0 +1,14 @@
+Description: Drop the hddtemp plugin
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1001943
+
+--- mate-sensors-applet-1.26.0.orig/plugins/Makefile.am
++++ mate-sensors-applet-1.26.0/plugins/Makefile.am
+@@ -21,7 +21,6 @@ DIST_SUBDIRS = \
+
+ SUBDIRS = \
+ acpi \
+- hddtemp \
+ i8k \
+ ibm-acpi \
+ mbmon \
diff -Nru mate-sensors-applet-1.26.0/debian/patches/series mate-sensors-applet-1.26.0/debian/patches/series
--- mate-sensors-applet-1.26.0/debian/patches/series 2025-08-03 19:31:23.000000000 +0300
+++ mate-sensors-applet-1.26.0/debian/patches/series 2025-10-07 12:28:44.000000000 +0300
@@ -1 +1,2 @@
Fix-an-invalid-pointer-crash-with-glib-2.83.2.patch
+no-hddtemp.patch
diff -Nru mate-sensors-applet-1.26.0/debian/rules mate-sensors-applet-1.26.0/debian/rules
--- mate-sensors-applet-1.26.0/debian/rules 2019-08-11 14:31:51.000000000 +0300
+++ mate-sensors-applet-1.26.0/debian/rules 2025-10-07 12:28:44.000000000 +0300
@@ -7,7 +7,7 @@
include /usr/share/dpkg/buildflags.mk
%:
- dh $@ $(DHFLAGS) --without autoreconf
+ dh $@ $(DHFLAGS)
override_dh_missing:
dh_missing --fail-missing
Reply to: