diff -Nru gtherm-0.0.2/cli/gthcli.c gtherm-0.0.3/cli/gthcli.c --- gtherm-0.0.2/cli/gthcli.c 2020-02-20 15:49:26.000000000 +0000 +++ gtherm-0.0.3/cli/gthcli.c 2021-11-06 17:15:29.000000000 +0000 @@ -51,10 +51,11 @@ 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"); } diff -Nru gtherm-0.0.2/debian/changelog gtherm-0.0.3/debian/changelog --- gtherm-0.0.2/debian/changelog 2020-07-14 15:33:40.000000000 +0000 +++ gtherm-0.0.3/debian/changelog 2021-11-07 16:12:25.000000000 +0000 @@ -1,3 +1,18 @@ +gtherm (0.0.3-1) unstable; urgency=medium + + [ Debian Janitor ] + * Set upstream metadata fields: Repository. + + [ Henry-Nicolas Tourneur ] + * New upstream version 0.0.3 + * d/gbp.conf: enable pristine-tar and upstream-tag + * d/control: Set Standards-Version to 4.6.0 (no changes needed) + * d/watch: fix filemangle option + * d/tests/control: do not mark tests as superficial + we are really testing gtherm using examples/example.py + + -- Henry-Nicolas Tourneur Sun, 07 Nov 2021 16:12:25 +0000 + gtherm (0.0.2-1) unstable; urgency=medium * Initial release (Closes: #965024) diff -Nru gtherm-0.0.2/debian/control gtherm-0.0.3/debian/control --- gtherm-0.0.2/debian/control 2020-07-14 15:33:40.000000000 +0000 +++ gtherm-0.0.3/debian/control 2021-11-07 16:12:25.000000000 +0000 @@ -13,7 +13,7 @@ meson, pkg-config, valac, -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Homepage: https://source.puri.sm/Librem5/gtherm Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/gtherm.git diff -Nru gtherm-0.0.2/debian/gbp.conf gtherm-0.0.3/debian/gbp.conf --- gtherm-0.0.2/debian/gbp.conf 2020-07-14 15:33:40.000000000 +0000 +++ gtherm-0.0.3/debian/gbp.conf 2021-11-07 16:12:25.000000000 +0000 @@ -1,2 +1,4 @@ [DEFAULT] debian-branch = debian/sid +pristine-tar = True +upstream-tag = upstream/%(version)s diff -Nru gtherm-0.0.2/debian/tests/control gtherm-0.0.3/debian/tests/control --- gtherm-0.0.2/debian/tests/control 2020-07-14 15:33:40.000000000 +0000 +++ gtherm-0.0.3/debian/tests/control 2021-11-07 16:12:25.000000000 +0000 @@ -3,7 +3,7 @@ build-essential, libgtherm-dev, pkg-config, -Restrictions: allow-stderr, superficial +Restrictions: allow-stderr Test-Command: dbus-run-session examples/example.py Depends: @@ -11,4 +11,4 @@ gir1.2-gtherm-0.0, python3, python3-gi, -Restrictions: allow-stderr, superficial +Restrictions: allow-stderr diff -Nru gtherm-0.0.2/debian/upstream/metadata gtherm-0.0.3/debian/upstream/metadata --- gtherm-0.0.2/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ gtherm-0.0.3/debian/upstream/metadata 2021-11-07 16:10:20.000000000 +0000 @@ -0,0 +1,2 @@ +--- +Repository: https://source.puri.sm/Librem5/gtherm diff -Nru gtherm-0.0.2/debian/watch gtherm-0.0.3/debian/watch --- gtherm-0.0.2/debian/watch 2020-07-14 15:33:40.000000000 +0000 +++ gtherm-0.0.3/debian/watch 2021-11-07 16:12:25.000000000 +0000 @@ -1,3 +1,3 @@ version=4 -opts=filenamemangle=s/.*\/archive\/(\d\S+)\/gtherm.*\.tar\.gz/gtherm-$1\.tar\.gz/g \ +opts=filenamemangle=s/.*\/archive\/v(\d\S+)\/gtherm.*\.tar\.gz/gtherm-$1\.tar\.gz/g \ https://source.puri.sm/Librem5/gtherm/tags?sort=updated_desc .*/archive/v(\d\S+)/.*\.tar\.gz.*