Your message dated Thu, 29 Feb 2024 04:07:09 +0000
with message-id <e1rfxhn-009wny...@fasolo.debian.org>
and subject line Bug#1062360: fixed in libgweather4 4.4.0-2
has caused the Debian Bug report #1062360,
regarding libgweather4: NMU diff for 64-bit time_t transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1062360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgweather4
Version: 4.4.0-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libgweather4 as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libgweather4
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libgweather4-4.4.0/debian/changelog 
libgweather4-4.4.0/debian/changelog
--- libgweather4-4.4.0/debian/changelog 2023-09-18 13:59:25.000000000 +0000
+++ libgweather4-4.4.0/debian/changelog 2024-02-01 07:14:46.000000000 +0000
@@ -1,3 +1,10 @@
+libgweather4 (4.4.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 01 Feb 2024 07:14:46 +0000
+
 libgweather4 (4.4.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru libgweather4-4.4.0/debian/control libgweather4-4.4.0/debian/control
--- libgweather4-4.4.0/debian/control   2023-09-18 13:59:25.000000000 +0000
+++ libgweather4-4.4.0/debian/control   2024-02-01 07:14:46.000000000 +0000
@@ -6,7 +6,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
-Uploaders: Dmitry Shachnev <mity...@debian.org>, Iain Lane <la...@debian.org>, 
Jeremy Bícha <jbi...@ubuntu.com>, Laurent Bigonville <bi...@debian.org>, Marco 
Trevisan (Treviño) <ma...@ubuntu.com>, Michael Biebl <bi...@debian.org>, Tim 
Lunn <t...@feathertop.org>
+Uploaders: Dmitry Shachnev <mity...@debian.org>, Iain Lane <la...@debian.org>, 
Jeremy Bícha <jbi...@ubuntu.com>, Laurent Bigonville <bi...@debian.org>, Marco 
Trevisan (Treviño) <ma...@ubuntu.com>, Tim Lunn <t...@feathertop.org>
 Build-Depends: debhelper-compat (= 13),
                ca-certificates <!nocheck>,
                dh-sequence-gir,
@@ -33,13 +33,15 @@
 Vcs-Git: https://salsa.debian.org/gnome-team/libgweather.git
 Homepage: https://wiki.gnome.org/Projects/LibGWeather
 
-Package: libgweather-4-0
+Package: libgweather-4-0t64
+Provides: ${t64:Provides}
+Replaces: libgweather-4-0
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libgweather-4-common (>= 3.5.0)
-Breaks: evolution-data-server (<< 3.45),
+Breaks: libgweather-4-0 (<< ${source:Version}), evolution-data-server (<< 
3.45),
         gnome-applets (<< 3.40.0-1ubuntu1~),
         gnome-calendar (<< 43~),
         gnome-panel (<< 3.40.0-3~),
@@ -56,7 +58,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libgweather-4-0 (= ${binary:Version}),
+Depends: libgweather-4-0t64 (= ${binary:Version}),
          gir1.2-gweather-4.0 (= ${binary:Version}),
          libgeocode-glib-dev (>= 3.26.3),
          libglib2.0-dev (>= 2.35.1),
diff -Nru libgweather4-4.4.0/debian/control.in 
libgweather4-4.4.0/debian/control.in
--- libgweather4-4.4.0/debian/control.in        2023-09-18 13:59:25.000000000 
+0000
+++ libgweather4-4.4.0/debian/control.in        2024-02-01 07:14:46.000000000 
+0000
@@ -29,13 +29,15 @@
 Vcs-Git: https://salsa.debian.org/gnome-team/libgweather.git
 Homepage: https://wiki.gnome.org/Projects/LibGWeather
 
-Package: libgweather-4-0
+Package: libgweather-4-0t64
+Provides: ${t64:Provides}
+Replaces: libgweather-4-0
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libgweather-4-common (>= 3.5.0)
-Breaks: evolution-data-server (<< 3.45),
+Breaks: libgweather-4-0 (<< ${source:Version}), evolution-data-server (<< 
3.45),
         gnome-applets (<< 3.40.0-1ubuntu1~),
         gnome-calendar (<< 43~),
         gnome-panel (<< 3.40.0-3~),
@@ -52,7 +54,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libgweather-4-0 (= ${binary:Version}),
+Depends: libgweather-4-0t64 (= ${binary:Version}),
          gir1.2-gweather-4.0 (= ${binary:Version}),
          libgeocode-glib-dev (>= 3.26.3),
          libglib2.0-dev (>= 2.35.1),
diff -Nru libgweather4-4.4.0/debian/libgweather-4-0.install 
libgweather4-4.4.0/debian/libgweather-4-0.install
--- libgweather4-4.4.0/debian/libgweather-4-0.install   2023-09-18 
13:59:25.000000000 +0000
+++ libgweather4-4.4.0/debian/libgweather-4-0.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libgweather-4.so.*
-usr/lib/*/libgweather-4/*
diff -Nru libgweather4-4.4.0/debian/libgweather-4-0.symbols 
libgweather4-4.4.0/debian/libgweather-4-0.symbols
--- libgweather4-4.4.0/debian/libgweather-4-0.symbols   2023-09-18 
13:59:25.000000000 +0000
+++ libgweather4-4.4.0/debian/libgweather-4-0.symbols   1970-01-01 
00:00:00.000000000 +0000
@@ -1,154 +0,0 @@
-libgweather-4.so.0 libgweather-4-0 #MINVER#
-* Build-Depends-Package: libgweather-4-dev
- _gweather_find_nearest_city_index@Base 4.3.2
- _gweather_gettext_init@Base 3.91.0
- _gweather_info_begin_request@Base 3.91.0
- _gweather_info_ensure_moon@Base 3.91.0
- _gweather_info_ensure_sun@Base 3.91.0
- _gweather_info_new_clone@Base 3.91.0
- _gweather_info_queue_request@Base 3.91.0
- _gweather_info_request_done@Base 3.91.0
- _gweather_location_reset_world@Base 3.32.0
- _gweather_location_update_weather_location@Base 3.91.0
- _radians_to_degrees_str@Base 3.36.1-2~
- ecl2equ@Base 3.91.0
- free_forecast_list@Base 3.91.0
- gweather_conditions_to_string@Base 3.7.91
- gweather_conditions_to_string_full@Base 3.25.91
- gweather_distance_unit_get_type@Base 3.7.91
- gweather_format_options_get_type@Base 3.25.91
- gweather_get_db@Base 3.91.0
- gweather_info_abort@Base 3.7.91
- gweather_info_get_apparent@Base 3.7.91
- gweather_info_get_application_id@Base 3.91.0
- gweather_info_get_attribution@Base 3.7.91
- gweather_info_get_conditions@Base 3.7.91
- gweather_info_get_contact_info@Base 3.91.0
- gweather_info_get_dew@Base 3.7.91
- gweather_info_get_enabled_providers@Base 3.7.91
- gweather_info_get_forecast_list@Base 3.7.91
- gweather_info_get_humidity@Base 3.7.91
- gweather_info_get_icon_name@Base 3.7.91
- gweather_info_get_location@Base 3.7.91
- gweather_info_get_location_name@Base 3.7.91
- gweather_info_get_pressure@Base 3.7.91
- gweather_info_get_sky@Base 3.7.91
- gweather_info_get_sunrise@Base 3.7.91
- gweather_info_get_sunset@Base 3.7.91
- gweather_info_get_symbolic_icon_name@Base 3.10.0
- gweather_info_get_temp@Base 3.7.91
- gweather_info_get_temp_max@Base 3.7.91
- gweather_info_get_temp_min@Base 3.7.91
- gweather_info_get_temp_summary@Base 3.7.91
- gweather_info_get_type@Base 3.7.91
- gweather_info_get_upcoming_moonphases@Base 3.7.91
- gweather_info_get_update@Base 3.7.91
- gweather_info_get_value_apparent@Base 3.7.91
- gweather_info_get_value_conditions@Base 3.7.91
- gweather_info_get_value_dew@Base 3.7.91
- gweather_info_get_value_moonphase@Base 3.7.91
- gweather_info_get_value_pressure@Base 3.7.91
- gweather_info_get_value_sky@Base 3.7.91
- gweather_info_get_value_sunrise@Base 3.7.91
- gweather_info_get_value_sunset@Base 3.7.91
- gweather_info_get_value_temp@Base 3.7.91
- gweather_info_get_value_temp_max@Base 3.7.91
- gweather_info_get_value_temp_min@Base 3.7.91
- gweather_info_get_value_update@Base 3.7.91
- gweather_info_get_value_visibility@Base 3.7.91
- gweather_info_get_value_wind@Base 3.7.91
- gweather_info_get_visibility@Base 3.7.91
- gweather_info_get_weather_summary@Base 3.7.91
- gweather_info_get_wind@Base 3.7.91
- gweather_info_is_daytime@Base 3.7.91
- gweather_info_is_valid@Base 3.7.91
- gweather_info_network_error@Base 3.7.91
- gweather_info_new@Base 3.7.91
- gweather_info_next_sun_event@Base 3.7.91
- gweather_info_set_application_id@Base 3.91.0
- gweather_info_set_contact_info@Base 3.91.0
- gweather_info_set_enabled_providers@Base 3.7.91
- gweather_info_set_location@Base 3.7.91
- gweather_info_store_cache@Base 3.10.0
- gweather_info_update@Base 3.7.91
- gweather_location_deserialize@Base 3.7.91
- gweather_location_detect_nearest_city@Base 3.13.91
- gweather_location_detect_nearest_city_finish@Base 3.13.91
- gweather_location_ensure_world@Base 3.91.0
- gweather_location_equal@Base 3.7.91
- gweather_location_find_by_country_code@Base 3.24.0
- gweather_location_find_by_station_code@Base 3.7.91
- gweather_location_find_nearest_city@Base 3.11.91
- gweather_location_find_nearest_city_full@Base 3.13.91
- gweather_location_free_timezones@Base 3.7.91
- gweather_location_get_city_name@Base 3.7.91
- gweather_location_get_code@Base 3.7.91
- gweather_location_get_coords@Base 3.7.91
- gweather_location_get_country@Base 3.7.91
- gweather_location_get_country_name@Base 3.13.91
- gweather_location_get_distance@Base 3.7.91
- gweather_location_get_english_name@Base 3.36.0
- gweather_location_get_english_sort_name@Base 3.91.0
- gweather_location_get_level@Base 3.7.91
- gweather_location_get_name@Base 3.7.91
- gweather_location_get_parent@Base 3.7.91
- gweather_location_get_sort_name@Base 3.7.91
- gweather_location_get_timezone@Base 3.7.91
- gweather_location_get_timezone_str@Base 3.27.4
- gweather_location_get_timezones@Base 3.7.91
- gweather_location_get_type@Base 3.7.91
- gweather_location_get_world@Base 3.10.0
- gweather_location_has_coords@Base 3.7.91
- gweather_location_has_timezone@Base 3.91.0
- gweather_location_level_get_type@Base 3.7.91
- gweather_location_level_to_string@Base 3.32.0
- gweather_location_new_detached@Base 3.16.1
- gweather_location_next_child@Base 3.91.0
- gweather_location_serialize@Base 3.7.91
- gweather_phenomenon_get_type@Base 3.7.91
- gweather_pressure_unit_get_type@Base 3.7.91
- gweather_provider_get_type@Base 3.7.91
- gweather_qualifier_get_type@Base 3.7.91
- gweather_sky_get_type@Base 3.7.91
- gweather_sky_to_string@Base 3.7.91
- gweather_sky_to_string_full@Base 3.25.91
- gweather_speed_unit_get_type@Base 3.7.91
- gweather_speed_unit_to_string@Base 3.91.0
- gweather_temperature_unit_get_type@Base 3.7.91
- gweather_temperature_unit_to_real@Base 3.18.0
- gweather_wind_direction_get_type@Base 3.7.91
- gweather_wind_direction_to_string@Base 3.7.91
- gweather_wind_direction_to_string_full@Base 3.25.91
- iwin_start_open@Base 3.91.0
- kd_clear@Base 4.3.2
- kd_create@Base 4.3.2
- kd_data_destructor@Base 4.3.2
- kd_free@Base 4.3.2
- kd_insert3@Base 4.3.2
- kd_insert3f@Base 4.3.2
- kd_insert@Base 4.3.2
- kd_insertf@Base 4.3.2
- kd_nearest3@Base 4.3.2
- kd_nearest3f@Base 4.3.2
- kd_nearest@Base 4.3.2
- kd_nearest_range3@Base 4.3.2
- kd_nearest_range3f@Base 4.3.2
- kd_nearest_range@Base 4.3.2
- kd_nearest_rangef@Base 4.3.2
- kd_nearestf@Base 4.3.2
- kd_res_end@Base 4.3.2
- kd_res_free@Base 4.3.2
- kd_res_item3@Base 4.3.2
- kd_res_item3f@Base 4.3.2
- kd_res_item@Base 4.3.2
- kd_res_item_data@Base 4.3.2
- kd_res_itemf@Base 4.3.2
- kd_res_next@Base 4.3.2
- kd_res_rewind@Base 4.3.2
- kd_res_size@Base 4.3.2
- metar_parse@Base 3.91.0
- metar_start_open@Base 3.91.0
- metno_start_open@Base 3.91.0
- nws_start_open@Base 4.1.1
- owm_start_open@Base 3.91.0
- sunEclipLongitude@Base 3.91.0
diff -Nru libgweather4-4.4.0/debian/libgweather-4-0t64.install 
libgweather4-4.4.0/debian/libgweather-4-0t64.install
--- libgweather4-4.4.0/debian/libgweather-4-0t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ libgweather4-4.4.0/debian/libgweather-4-0t64.install        2023-09-18 
13:59:25.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libgweather-4.so.*
+usr/lib/*/libgweather-4/*
diff -Nru libgweather4-4.4.0/debian/libgweather-4-0t64.lintian-overrides 
libgweather4-4.4.0/debian/libgweather-4-0t64.lintian-overrides
--- libgweather4-4.4.0/debian/libgweather-4-0t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ libgweather4-4.4.0/debian/libgweather-4-0t64.lintian-overrides      
2024-02-01 07:14:46.000000000 +0000
@@ -0,0 +1 @@
+libgweather-4-0t64: package-name-doesnt-match-sonames libgweather-4-0
diff -Nru libgweather4-4.4.0/debian/libgweather-4-0t64.symbols 
libgweather4-4.4.0/debian/libgweather-4-0t64.symbols
--- libgweather4-4.4.0/debian/libgweather-4-0t64.symbols        1970-01-01 
00:00:00.000000000 +0000
+++ libgweather4-4.4.0/debian/libgweather-4-0t64.symbols        2024-02-01 
07:14:46.000000000 +0000
@@ -0,0 +1,154 @@
+libgweather-4.so.0 libgweather-4-0t64 #MINVER#
+* Build-Depends-Package: libgweather-4-dev
+ _gweather_find_nearest_city_index@Base 4.3.2
+ _gweather_gettext_init@Base 3.91.0
+ _gweather_info_begin_request@Base 3.91.0
+ _gweather_info_ensure_moon@Base 3.91.0
+ _gweather_info_ensure_sun@Base 3.91.0
+ _gweather_info_new_clone@Base 3.91.0
+ _gweather_info_queue_request@Base 3.91.0
+ _gweather_info_request_done@Base 3.91.0
+ _gweather_location_reset_world@Base 3.32.0
+ _gweather_location_update_weather_location@Base 3.91.0
+ _radians_to_degrees_str@Base 3.36.1-2~
+ ecl2equ@Base 3.91.0
+ free_forecast_list@Base 3.91.0
+ gweather_conditions_to_string@Base 3.7.91
+ gweather_conditions_to_string_full@Base 3.25.91
+ gweather_distance_unit_get_type@Base 3.7.91
+ gweather_format_options_get_type@Base 3.25.91
+ gweather_get_db@Base 3.91.0
+ gweather_info_abort@Base 3.7.91
+ gweather_info_get_apparent@Base 3.7.91
+ gweather_info_get_application_id@Base 3.91.0
+ gweather_info_get_attribution@Base 3.7.91
+ gweather_info_get_conditions@Base 3.7.91
+ gweather_info_get_contact_info@Base 3.91.0
+ gweather_info_get_dew@Base 3.7.91
+ gweather_info_get_enabled_providers@Base 3.7.91
+ gweather_info_get_forecast_list@Base 3.7.91
+ gweather_info_get_humidity@Base 3.7.91
+ gweather_info_get_icon_name@Base 3.7.91
+ gweather_info_get_location@Base 3.7.91
+ gweather_info_get_location_name@Base 3.7.91
+ gweather_info_get_pressure@Base 3.7.91
+ gweather_info_get_sky@Base 3.7.91
+ gweather_info_get_sunrise@Base 3.7.91
+ gweather_info_get_sunset@Base 3.7.91
+ gweather_info_get_symbolic_icon_name@Base 3.10.0
+ gweather_info_get_temp@Base 3.7.91
+ gweather_info_get_temp_max@Base 3.7.91
+ gweather_info_get_temp_min@Base 3.7.91
+ gweather_info_get_temp_summary@Base 3.7.91
+ gweather_info_get_type@Base 3.7.91
+ gweather_info_get_upcoming_moonphases@Base 3.7.91
+ gweather_info_get_update@Base 3.7.91
+ gweather_info_get_value_apparent@Base 3.7.91
+ gweather_info_get_value_conditions@Base 3.7.91
+ gweather_info_get_value_dew@Base 3.7.91
+ gweather_info_get_value_moonphase@Base 3.7.91
+ gweather_info_get_value_pressure@Base 3.7.91
+ gweather_info_get_value_sky@Base 3.7.91
+ gweather_info_get_value_sunrise@Base 3.7.91
+ gweather_info_get_value_sunset@Base 3.7.91
+ gweather_info_get_value_temp@Base 3.7.91
+ gweather_info_get_value_temp_max@Base 3.7.91
+ gweather_info_get_value_temp_min@Base 3.7.91
+ gweather_info_get_value_update@Base 3.7.91
+ gweather_info_get_value_visibility@Base 3.7.91
+ gweather_info_get_value_wind@Base 3.7.91
+ gweather_info_get_visibility@Base 3.7.91
+ gweather_info_get_weather_summary@Base 3.7.91
+ gweather_info_get_wind@Base 3.7.91
+ gweather_info_is_daytime@Base 3.7.91
+ gweather_info_is_valid@Base 3.7.91
+ gweather_info_network_error@Base 3.7.91
+ gweather_info_new@Base 3.7.91
+ gweather_info_next_sun_event@Base 3.7.91
+ gweather_info_set_application_id@Base 3.91.0
+ gweather_info_set_contact_info@Base 3.91.0
+ gweather_info_set_enabled_providers@Base 3.7.91
+ gweather_info_set_location@Base 3.7.91
+ gweather_info_store_cache@Base 3.10.0
+ gweather_info_update@Base 3.7.91
+ gweather_location_deserialize@Base 3.7.91
+ gweather_location_detect_nearest_city@Base 3.13.91
+ gweather_location_detect_nearest_city_finish@Base 3.13.91
+ gweather_location_ensure_world@Base 3.91.0
+ gweather_location_equal@Base 3.7.91
+ gweather_location_find_by_country_code@Base 3.24.0
+ gweather_location_find_by_station_code@Base 3.7.91
+ gweather_location_find_nearest_city@Base 3.11.91
+ gweather_location_find_nearest_city_full@Base 3.13.91
+ gweather_location_free_timezones@Base 3.7.91
+ gweather_location_get_city_name@Base 3.7.91
+ gweather_location_get_code@Base 3.7.91
+ gweather_location_get_coords@Base 3.7.91
+ gweather_location_get_country@Base 3.7.91
+ gweather_location_get_country_name@Base 3.13.91
+ gweather_location_get_distance@Base 3.7.91
+ gweather_location_get_english_name@Base 3.36.0
+ gweather_location_get_english_sort_name@Base 3.91.0
+ gweather_location_get_level@Base 3.7.91
+ gweather_location_get_name@Base 3.7.91
+ gweather_location_get_parent@Base 3.7.91
+ gweather_location_get_sort_name@Base 3.7.91
+ gweather_location_get_timezone@Base 3.7.91
+ gweather_location_get_timezone_str@Base 3.27.4
+ gweather_location_get_timezones@Base 3.7.91
+ gweather_location_get_type@Base 3.7.91
+ gweather_location_get_world@Base 3.10.0
+ gweather_location_has_coords@Base 3.7.91
+ gweather_location_has_timezone@Base 3.91.0
+ gweather_location_level_get_type@Base 3.7.91
+ gweather_location_level_to_string@Base 3.32.0
+ gweather_location_new_detached@Base 3.16.1
+ gweather_location_next_child@Base 3.91.0
+ gweather_location_serialize@Base 3.7.91
+ gweather_phenomenon_get_type@Base 3.7.91
+ gweather_pressure_unit_get_type@Base 3.7.91
+ gweather_provider_get_type@Base 3.7.91
+ gweather_qualifier_get_type@Base 3.7.91
+ gweather_sky_get_type@Base 3.7.91
+ gweather_sky_to_string@Base 3.7.91
+ gweather_sky_to_string_full@Base 3.25.91
+ gweather_speed_unit_get_type@Base 3.7.91
+ gweather_speed_unit_to_string@Base 3.91.0
+ gweather_temperature_unit_get_type@Base 3.7.91
+ gweather_temperature_unit_to_real@Base 3.18.0
+ gweather_wind_direction_get_type@Base 3.7.91
+ gweather_wind_direction_to_string@Base 3.7.91
+ gweather_wind_direction_to_string_full@Base 3.25.91
+ iwin_start_open@Base 3.91.0
+ kd_clear@Base 4.3.2
+ kd_create@Base 4.3.2
+ kd_data_destructor@Base 4.3.2
+ kd_free@Base 4.3.2
+ kd_insert3@Base 4.3.2
+ kd_insert3f@Base 4.3.2
+ kd_insert@Base 4.3.2
+ kd_insertf@Base 4.3.2
+ kd_nearest3@Base 4.3.2
+ kd_nearest3f@Base 4.3.2
+ kd_nearest@Base 4.3.2
+ kd_nearest_range3@Base 4.3.2
+ kd_nearest_range3f@Base 4.3.2
+ kd_nearest_range@Base 4.3.2
+ kd_nearest_rangef@Base 4.3.2
+ kd_nearestf@Base 4.3.2
+ kd_res_end@Base 4.3.2
+ kd_res_free@Base 4.3.2
+ kd_res_item3@Base 4.3.2
+ kd_res_item3f@Base 4.3.2
+ kd_res_item@Base 4.3.2
+ kd_res_item_data@Base 4.3.2
+ kd_res_itemf@Base 4.3.2
+ kd_res_next@Base 4.3.2
+ kd_res_rewind@Base 4.3.2
+ kd_res_size@Base 4.3.2
+ metar_parse@Base 3.91.0
+ metar_start_open@Base 3.91.0
+ metno_start_open@Base 3.91.0
+ nws_start_open@Base 4.1.1
+ owm_start_open@Base 3.91.0
+ sunEclipLongitude@Base 3.91.0

--- End Message ---
--- Begin Message ---
Source: libgweather4
Source-Version: 4.4.0-2
Done: Jeremy Bícha <jbi...@ubuntu.com>

We believe that the bug you reported is fixed in the latest version of
libgweather4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bícha <jbi...@ubuntu.com> (supplier of updated libgweather4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 20:58:47 -0500
Source: libgweather4
Built-For-Profiles: noudeb
Architecture: source
Version: 4.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Jeremy Bícha <jbi...@ubuntu.com>
Closes: 1062360
Changes:
 libgweather4 (4.4.0-2) unstable; urgency=medium
 .
   * Stop using debian/control.in and dh-sequence-gnome
   * Release to unstable (Closes: #1062360)
 .
 libgweather4 (4.4.0-1.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 63158d36927c0244c1dcb1e4132316fdbed74ed4 2724 libgweather4_4.4.0-2.dsc
 303524142a6f9a90b77cbe5b7dd63596782c76ec 12480 
libgweather4_4.4.0-2.debian.tar.xz
 b04d47cff306c1402bc2acf9667a0adaea3983d6 13444 
libgweather4_4.4.0-2_source.buildinfo
Checksums-Sha256:
 74fac758b0435868033cbd0fa29b689136a225d6df7b4363fb06c520ead24efe 2724 
libgweather4_4.4.0-2.dsc
 f5dc239a61fb11b75ccd16077cb247fd4f9e63a57a150f18720e0a0de405442f 12480 
libgweather4_4.4.0-2.debian.tar.xz
 d0624a3b42d828e3ae275bf4dc1b7c9d35fc27c1d33db67fbecfda3bd9af29e3 13444 
libgweather4_4.4.0-2_source.buildinfo
Files:
 b4f21e4018ca9f5c5df71e01311fa981 2724 libs optional libgweather4_4.4.0-2.dsc
 32a19e52e03f2c885759d9ac6cd9b201 12480 libs optional 
libgweather4_4.4.0-2.debian.tar.xz
 b81ee0a261c69768c5b79b15a1b9f805 13444 libs optional 
libgweather4_4.4.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmXf5RsACgkQ5mx3Wuv+
bH1Q1g/+IU46Bc9PzLh/+0X0Z7iOzAOnVaUpD8GmS525qqQYk3V+OyJpGMl4NOS3
Kg38qhi1O7hz00cPEK7wF7cdmIWAC+6XOQGP0+P0RbeQwD+K23sfdPQ0ZpGW/ppb
Zb6fM7/OE7jgl17/ytJqz4a0tQfuy1Bf2LRP+sqkjw3bSV2d7VKd7QFgTFY3Zrc/
hXk2qUyfy1gV+GbEODmJ3ASicERFoHM3evBzxtAq2sW1Uj4k7tNNpZ+K29W78k1j
RqRW0gbRLJiURDRi2g3EXztHRNJBTztBjgoZFJf2pbkmVvnIdrn29uAQLwrJJf1R
cBLvv9srYUnB5R5ubb+HfxQcJkFKoEwxfaK1TdNmCLEQl7PyQT2QXgBzlSH2GaWB
ShzkcJI08b+ZXSTMZ65Ccth3yAuoCGen9UsK3v7wRZtwmdXnXlyuSHznVul1ZDQ9
G4xv5ZKLXhAs04pbMt0dnFYPMuzCMUSsXKGciJ1u4vYasLNjbbi3/6KrxGCIWZvU
op+nwr2mXnB5AUGHrAGCYRj10lviMZNoBS0Uy9X14T7nu6hPbsQNtUmXGcsUWc3X
laxKqkfoS2Sjww1gEpGrqawmJT3/075E8cHv7cgQsMxMR9gMlArenTDeP2tQvZoe
/Od0zNv2X1wILneJlX6gTnYU98NhPZBeawZpOiK7HBKmenGjlhc=
=kh4S
-----END PGP SIGNATURE-----

Attachment: pgpfCkFe0iPVM.pgp
Description: PGP signature


--- End Message ---

Reply via email to