[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gtherm][debian/sid] 2 commits: New upstream version 0.0.3
Henry-Nicolas Tourneur (@hntourne)
gitlab at salsa.debian.org
Sun Nov 7 13:56:22 GMT 2021
Henry-Nicolas Tourneur pushed to branch debian/sid at Debian On Mobile / gtherm
Commits:
b1032408 by Henry-Nicolas Tourneur at 2021-11-07T13:23:59+00:00
New upstream version 0.0.3
- - - - -
2555bb97 by Henry-Nicolas Tourneur at 2021-11-07T13:24:00+00:00
Update upstream source from tag 'upstream/0.0.3'
Update to upstream version '0.0.3'
with Debian dir ce78ea14cb29a7ce6e0b4459452b37a4a1419c3a
- - - - -
1 changed file:
- cli/gthcli.c
Changes:
=====================================
cli/gthcli.c
=====================================
@@ -51,10 +51,11 @@ print_tzone (GthThermalZone *tzone)
g_print (" dbus path: %s\n", gth_thermal_zone_get_path (tzone));
g_print (" type: %s\n", gth_thermal_zone_get_type_ (tzone));
g_print (" temperature: %.2f°C\n", gth_thermal_zone_get_temperature (tzone) / 1000.0);
- if (cdevs && cdevs[0])
+ if (cdevs && cdevs[0]) {
g_print ("cooling devices: %s\n", cdevs[0]);
- for (int i = 1; cdevs[i]; i++)
- g_print (" %s\n", cdevs[i]);
+ for (int i = 1; cdevs[i]; i++)
+ g_print (" %s\n", cdevs[i]);
+ }
g_print ("\n");
}
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gtherm/-/compare/338fc8f4f97fd99d43185a6a9e80c0ab59d50c38...2555bb979ce3d61d7f8843efacbad143c2515e3c
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gtherm/-/compare/338fc8f4f97fd99d43185a6a9e80c0ab59d50c38...2555bb979ce3d61d7f8843efacbad143c2515e3c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20211107/8d47b538/attachment.htm>
More information about the Debian-on-mobile-maintainers
mailing list