vcswatch reports that
this package seems to have a new changelog entry (version
20231206, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 38caf56ea3e380de8c904f21ce48ff6d2043ca3f
Author: Axel Beckert <axel@ethz.ch>
Date: Mon Jul 15 12:34:40 2024 +0200
Drop no more relevant entry about ignoring /sys/**/hwmon*/temp*_min from debian/changelog
commit 56311d6d6596328715fd97a0fbb7ec329fdd3ca6
Author: Axel Beckert <axel@ethz.ch>
Date: Mon Jul 15 12:32:48 2024 +0200
Support monitoring lower temperature thresholds (temp*_min)
commit cdff4e4488fcddf6969b3f40449b4f770d54356e
Author: Axel Beckert <axel@ethz.ch>
Date: Mon Jul 15 11:35:50 2024 +0200
Bump copyright years where appropriate
commit 6b7bee4591ef9871b7cf4f544e6ae3b74ba7fcbd
Author: Axel Beckert <axel@ethz.ch>
Date: Mon Jul 15 11:34:40 2024 +0200
client-ext/temp: Make "nvme" a separate type besides "disk"
commit a695b97b0a4221cae8f0445fa7ab8411aa725f70
Author: Axel Beckert <axel@ethz.ch>
Date: Mon Jul 15 11:00:20 2024 +0200
client-ext/temp: Properly recognize block devices with an unhelpful label file
commit 598424c211c8afcd5901e08696bb674787129df5
Author: Axel Beckert <abe@deuxchevaux.org>
Date: Fri May 24 03:42:55 2024 +0200
client-ext/temp: Ignore /sys/**/hwmon*/temp*_min, we just alert on too hot
This file can have values down to 0K i.e. -273.15℃.
commit 8bd55c95bb2eedcbd2d02cf87677ad594697c577
Author: Axel Beckert <abe@deuxchevaux.org>
Date: Mon Dec 11 22:12:13 2023 +0100
Replace all occurrences of xymon.org with xymon.com
Upstream cancelled the .org domain due to "never been used". Which
this commit proves wrong. *sigh*
commit dd3d02aed48e70667d4e669188d8f0601e6466ad
Author: Axel Beckert <abe@deuxchevaux.org>
Date: Wed Dec 6 10:12:43 2023 +0100
client-ext/misc: hardcode LC_ALL=C to fix Perl warnings in subchecks
Happened with zombies subcheck and emitted this warning:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "",
LC_ALL = "",
LC_TIME = "de_CH.UTF-8",
LC_CTYPE = "",
LC_MONETARY = "de_CH.UTF-8",
LC_COLLATE = "",
LC_ADDRESS = "de_CH.UTF-8",
LC_TELEPHONE = "de_CH.UTF-8",
LC_MESSAGES = "",
LC_NAME = "de_CH.UTF-8",
LC_MEASUREMENT = "de_CH.UTF-8",
LC_IDENTIFICATION = "de_CH.UTF-8",
LC_NUMERIC = "de_CH.UTF-8",
LC_PAPER = "de_CH.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").