fdpowermon (1.20)
[PTS] [DDPO]
COMMITS: VCS has seen 7 commits since the fdpowermon-1.18 tag
- Git: https://salsa.debian.org/wouter/fdpowermon.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 217088
- Browser: https://salsa.debian.org/wouter/fdpowermon
- Last scan: 2023-01-28 03:40:18+00
- Next scan: 2023-02-05 16:00:00+00
- Merge requests: 1
- Debian changelog in Git:
fdpowermon (1.20) unstable; urgency=medium
* Handle a "Not charging" state. Closes: #1007702.
-- Wouter Verhelst <wouter@debian.org> Wed, 23 Mar 2022 14:19:12 +0200
- This branch is 7 commits ahead of tag fdpowermon-1.18
- Git log:
commit 10beab3c6a9227b4ba9f5eb3ac3596f3a325ac00
Author: Wouter Verhelst <w@uter.be>
Date: Wed Mar 23 14:18:53 2022 +0200
Changelog entry for 1.20
commit 6f0bb349bebf4db218056140335f3fde29463cdf
Author: Wouter Verhelst <w@uter.be>
Date: Wed Mar 23 14:17:23 2022 +0200
Commit uncommitted changelog entry
commit 647a9bff452ee56dde8f81e9e3800068bfd7d670
Author: Wouter Verhelst <w@uter.be>
Date: Wed Mar 23 14:10:17 2022 +0200
Handle a "Not charging" state.
In two-battery laptops, sometimes one of the two batteries may now
apparently show up as "Not charging". This can happen both in the case
of the other battery providing power (i.e., showing as "Discharging",
as well as the case of the other battery being charged (i.e., there not
being enough power, or the battery being close enough to fully loaded,
so that the one shows as "Charging" and the other as "Discharging".
We however still need to consider a case of "Not charging" for a
single-battery system (which likely means the system is plugged in and
not fully loaded, but no power being routed to the battery by the
firmware to prevent damage to the battery).
As such, always assign any value of "Charging" or "Discharging" to the
$state variable, but assign any other values only if the state variable
is othewise undefined.
Closes: gh-3
commit b4e62f4b79fe5e7f6f167111862803460364a03a
Merge: baaae80 26ac848
Author: Wouter Verhelst <wouter@debian.org>
Date: Fri Oct 25 06:15:14 2019 +0000
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request wouter/fdpowermon!1
commit 26ac848b1d72d4812687de27bcaa5f8b7ee3991a
Author: Debian Janitor <janitor@jelmer.uk>
Date: Thu Oct 10 23:08:21 2019 +0000
Change priority extra to priority optional.
Fixes lintian: priority-extra-is-replaced-by-priority-optional
See https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html for more details.
commit 341e7a50a9510b036d391526ff9a26ae8f88b92b
Author: Debian Janitor <janitor@jelmer.uk>
Date: Thu Oct 10 23:08:06 2019 +0000
Bump debhelper from deprecated 7 to 12.
Fixes lintian: package-uses-deprecated-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html for more details.
commit baaae803659e55cc3f5c7960f77bd5b80f5807cf
Author: Wouter Verhelst <w@uter.be>
Date: Thu Jul 26 13:03:25 2018 +0200
debian/control: update git URL to point to salsa, not alioth