Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu X-Debbugs-Cc: debian-m...@lists.debian.org
After a tzdata buster-pu update, libmateweather started failing to build from source. + * debian/patches: + + Add 1001_adapt-to-timezone-namechange-for-America-Nuuk.patch. (Closes + #959545). [ Reason ] The cause for this FTBFS was a renamed timezone (America/Godthab -> America/Nuuk). [ Impact ] FTBFS of libmateweather in buster. [ Tests ] Successful rebuild with the patch applied. [ Risks ] None. [ Checklist ] [x] *all* changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in (old)stable [x] the issue is verified as fixed in unstable [ Changes ] The timezone has now been adjusted in libmateweather and the packages succeeds to build again. [ Other info ] None
diff -Nru libmateweather-1.20.2/debian/changelog libmateweather-1.20.2/debian/changelog --- libmateweather-1.20.2/debian/changelog 2019-01-05 21:43:21.000000000 +0100 +++ libmateweather-1.20.2/debian/changelog 2021-05-23 22:11:16.000000000 +0200 @@ -1,3 +1,12 @@ +libmateweather (1.20.2-1+deb10u1) buster; urgency=medium + + [ Pablo Barciela ] + * debian/patches: + + Add 1001_adapt-to-timezone-namechange-for-America-Nuuk.patch. (Closes + #959545). + + -- Mike Gabriel <sunwea...@debian.org> Sun, 23 May 2021 22:11:16 +0200 + libmateweather (1.20.2-1) unstable; urgency=medium * New upstream release. diff -Nru libmateweather-1.20.2/debian/patches/1001_adapt-to-timezone-namechange-for-America-Nuuk.patch libmateweather-1.20.2/debian/patches/1001_adapt-to-timezone-namechange-for-America-Nuuk.patch --- libmateweather-1.20.2/debian/patches/1001_adapt-to-timezone-namechange-for-America-Nuuk.patch 1970-01-01 01:00:00.000000000 +0100 +++ libmateweather-1.20.2/debian/patches/1001_adapt-to-timezone-namechange-for-America-Nuuk.patch 2021-05-23 22:11:16.000000000 +0200 @@ -0,0 +1,29 @@ +From 354086a51ea676b6575dbb3ec62d749ec0a7c607 Mon Sep 17 00:00:00 2001 +From: rbuj <robert....@gmail.com> +Date: Fri, 22 May 2020 20:19:57 +0200 +Subject: [PATCH] Locations: America/Godthab was renamed to America/Nuuk + +--- + data/Locations.xml.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- a/data/Locations.xml.in ++++ b/data/Locations.xml.in +@@ -6482,7 +6482,7 @@ + --> + <_name>Danmarkshavn</_name> + </timezone> +- <timezone id="America/Godthab"> ++ <timezone id="America/Nuuk"> + <!-- The primary timezone for Greenland, although sources + seem to point towards calling the area "Western + Greenland" rathern than just "Greenland". +@@ -6502,7 +6502,7 @@ + <_name>Thule AFB</_name> + </timezone> + </timezones> +- <tz-hint>America/Godthab</tz-hint> ++ <tz-hint>America/Nuuk</tz-hint> + <city> + <!-- A city in Greenland. + The local name in Kalaallisut is "Uummannaq". diff -Nru libmateweather-1.20.2/debian/patches/series libmateweather-1.20.2/debian/patches/series --- libmateweather-1.20.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ libmateweather-1.20.2/debian/patches/series 2021-05-23 22:11:02.000000000 +0200 @@ -0,0 +1 @@ +1001_adapt-to-timezone-namechange-for-America-Nuuk.patch