Your message dated Thu, 29 Feb 2024 18:46:30 +0000
with message-id <[email protected]>
and subject line Bug#1062966: fixed in taningia 0.2.2-2.1
has caused the Debian Bug report #1062966,
regarding taningia: 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 [email protected]
immediately.)


-- 
1062966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: taningia
Version: 0.2.2-2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

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
taningia 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 taningia
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')
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 taningia-0.2.2/debian/changelog taningia-0.2.2/debian/changelog
--- taningia-0.2.2/debian/changelog     2016-09-18 23:28:51.000000000 +0000
+++ taningia-0.2.2/debian/changelog     2024-02-04 08:10:56.000000000 +0000
@@ -1,3 +1,10 @@
+taningia (0.2.2-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Sun, 04 Feb 2024 08:10:56 +0000
+
 taningia (0.2.2-2) unstable; urgency=low
 
   * Remove unreachable addresses from control and watch file.
diff -Nru taningia-0.2.2/debian/control taningia-0.2.2/debian/control
--- taningia-0.2.2/debian/control       2016-09-18 23:28:51.000000000 +0000
+++ taningia-0.2.2/debian/control       2024-02-04 08:10:55.000000000 +0000
@@ -10,7 +10,7 @@
 Package: libtaningia-dev
 Section: libdevel
 Architecture: any
-Depends: libtaningia0 (= ${binary:Version}), ${misc:Depends},
+Depends: libtaningia0t64 (= ${binary:Version}), ${misc:Depends},
  libiksemel-dev
 Description: Development files for lib taningia
  Taningia is a simple and modern communication library that provides
@@ -24,7 +24,10 @@
  This package provides headers, static linked library and other
  development stuff.
 
-Package: libtaningia0
+Package: libtaningia0t64
+Provides: ${t64:Provides}
+Replaces: libtaningia0
+Breaks: libtaningia0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Taningia is a generic communication library based on XMPP
diff -Nru taningia-0.2.2/debian/libtaningia0.dirs 
taningia-0.2.2/debian/libtaningia0.dirs
--- taningia-0.2.2/debian/libtaningia0.dirs     2016-09-18 22:26:40.000000000 
+0000
+++ taningia-0.2.2/debian/libtaningia0.dirs     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru taningia-0.2.2/debian/libtaningia0.docs 
taningia-0.2.2/debian/libtaningia0.docs
--- taningia-0.2.2/debian/libtaningia0.docs     2016-09-18 22:26:40.000000000 
+0000
+++ taningia-0.2.2/debian/libtaningia0.docs     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-TODO
diff -Nru taningia-0.2.2/debian/libtaningia0.install 
taningia-0.2.2/debian/libtaningia0.install
--- taningia-0.2.2/debian/libtaningia0.install  2016-09-18 22:26:40.000000000 
+0000
+++ taningia-0.2.2/debian/libtaningia0.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru taningia-0.2.2/debian/libtaningia0.symbols 
taningia-0.2.2/debian/libtaningia0.symbols
--- taningia-0.2.2/debian/libtaningia0.symbols  2016-09-18 22:26:40.000000000 
+0000
+++ taningia-0.2.2/debian/libtaningia0.symbols  1970-01-01 00:00:00.000000000 
+0000
@@ -1,259 +0,0 @@
-libtaningia.so.0 libtaningia0 #MINVER#
- hash_string@Base 0.1
- hashtable_close@Base 0.1
- hashtable_create@Base 0.1
- hashtable_del@Base 0.1
- hashtable_destroy@Base 0.1
- hashtable_get@Base 0.1
- hashtable_get_test@Base 0.1
- hashtable_init@Base 0.1
- hashtable_iter@Base 0.1
- hashtable_iter_key@Base 0.1
- hashtable_iter_next@Base 0.1
- hashtable_iter_value@Base 0.1
- hashtable_set@Base 0.1
- string_equal@Base 0.1
- ta_atom_category_get_label@Base 0.1
- ta_atom_category_get_scheme@Base 0.1
- ta_atom_category_get_term@Base 0.1
- ta_atom_category_init@Base 0.1
- ta_atom_category_new@Base 0.1
- ta_atom_category_set_label@Base 0.1
- ta_atom_category_set_scheme@Base 0.1
- ta_atom_category_set_term@Base 0.1
- ta_atom_category_to_iks@Base 0.1
- ta_atom_category_to_string@Base 0.1
- ta_atom_content_get_content@Base 0.1
- ta_atom_content_get_src@Base 0.1
- ta_atom_content_get_type@Base 0.1
- ta_atom_content_init@Base 0.1
- ta_atom_content_new@Base 0.1
- ta_atom_content_set_content@Base 0.1
- ta_atom_content_set_src@Base 0.1
- ta_atom_content_set_type@Base 0.1
- ta_atom_content_to_iks@Base 0.1
- ta_atom_content_to_string@Base 0.1
- ta_atom_entry_add_author@Base 0.1
- ta_atom_entry_add_category@Base 0.1
- ta_atom_entry_add_inreplyto@Base 0.1
- ta_atom_entry_add_link@Base 0.1
- ta_atom_entry_add_see@Base 0.1
- ta_atom_entry_del_authors@Base 0.1
- ta_atom_entry_del_categories@Base 0.1
- ta_atom_entry_del_inreplyto@Base 0.1
- ta_atom_entry_del_links@Base 0.1
- ta_atom_entry_del_see@Base 0.1
- ta_atom_entry_get_authors@Base 0.1
- ta_atom_entry_get_categories@Base 0.1
- ta_atom_entry_get_content@Base 0.1
- ta_atom_entry_get_error@Base 0.1
- ta_atom_entry_get_id@Base 0.1
- ta_atom_entry_get_inreplyto@Base 0.1
- ta_atom_entry_get_links@Base 0.1
- ta_atom_entry_get_published@Base 0.1
- ta_atom_entry_get_rights@Base 0.1
- ta_atom_entry_get_see@Base 0.1
- ta_atom_entry_get_summary@Base 0.1
- ta_atom_entry_get_title@Base 0.1
- ta_atom_entry_get_updated@Base 0.1
- ta_atom_entry_init@Base 0.1
- ta_atom_entry_new@Base 0.1
- ta_atom_entry_set_content@Base 0.1
- ta_atom_entry_set_from_file@Base 0.1
- ta_atom_entry_set_from_iks@Base 0.1
- ta_atom_entry_set_id@Base 0.1
- ta_atom_entry_set_published@Base 0.1
- ta_atom_entry_set_rights@Base 0.1
- ta_atom_entry_set_summary@Base 0.1
- ta_atom_entry_set_title@Base 0.1
- ta_atom_entry_set_updated@Base 0.1
- ta_atom_entry_to_file@Base 0.1
- ta_atom_entry_to_iks@Base 0.1
- ta_atom_entry_to_string@Base 0.1
- ta_atom_feed_add_author@Base 0.1
- ta_atom_feed_add_category@Base 0.1
- ta_atom_feed_add_entry@Base 0.1
- ta_atom_feed_add_link@Base 0.1
- ta_atom_feed_del_authors@Base 0.1
- ta_atom_feed_del_categories@Base 0.1
- ta_atom_feed_del_entries@Base 0.1
- ta_atom_feed_del_links@Base 0.1
- ta_atom_feed_get_authors@Base 0.1
- ta_atom_feed_get_categories@Base 0.1
- ta_atom_feed_get_entries@Base 0.1
- ta_atom_feed_get_error@Base 0.1
- ta_atom_feed_get_id@Base 0.1
- ta_atom_feed_get_links@Base 0.1
- ta_atom_feed_get_title@Base 0.1
- ta_atom_feed_get_updated@Base 0.1
- ta_atom_feed_init@Base 0.1
- ta_atom_feed_new@Base 0.1
- ta_atom_feed_set_from_file@Base 0.1
- ta_atom_feed_set_from_iks@Base 0.1
- ta_atom_feed_set_id@Base 0.1
- ta_atom_feed_set_title@Base 0.1
- ta_atom_feed_set_updated@Base 0.1
- ta_atom_feed_to_file@Base 0.1
- ta_atom_feed_to_iks@Base 0.1
- ta_atom_feed_to_string@Base 0.1
- ta_atom_in_reply_to_get_href@Base 0.1
- ta_atom_in_reply_to_get_ref@Base 0.1
- ta_atom_in_reply_to_get_source@Base 0.1
- ta_atom_in_reply_to_get_type@Base 0.1
- ta_atom_in_reply_to_init@Base 0.1
- ta_atom_in_reply_to_new@Base 0.1
- ta_atom_in_reply_to_set_href@Base 0.1
- ta_atom_in_reply_to_set_ref@Base 0.1
- ta_atom_in_reply_to_set_source@Base 0.1
- ta_atom_in_reply_to_set_type@Base 0.1
- ta_atom_in_reply_to_to_iks@Base 0.1
- ta_atom_in_reply_to_to_string@Base 0.1
- ta_atom_link_get_href@Base 0.1
- ta_atom_link_get_length@Base 0.1
- ta_atom_link_get_rel@Base 0.1
- ta_atom_link_get_title@Base 0.1
- ta_atom_link_get_type@Base 0.1
- ta_atom_link_init@Base 0.1
- ta_atom_link_new@Base 0.1
- ta_atom_link_set_href@Base 0.1
- ta_atom_link_set_length@Base 0.1
- ta_atom_link_set_rel@Base 0.1
- ta_atom_link_set_title@Base 0.1
- ta_atom_link_set_type@Base 0.1
- ta_atom_link_to_iks@Base 0.1
- ta_atom_link_to_string@Base 0.1
- ta_atom_person_add_see@Base 0.1
- ta_atom_person_del_see@Base 0.1
- ta_atom_person_get_email@Base 0.1
- ta_atom_person_get_iri@Base 0.1
- ta_atom_person_get_name@Base 0.1
- ta_atom_person_get_see@Base 0.1
- ta_atom_person_init@Base 0.1
- ta_atom_person_new@Base 0.1
- ta_atom_person_set_email@Base 0.1
- ta_atom_person_set_iri@Base 0.1
- ta_atom_person_set_name@Base 0.1
- ta_atom_person_to_iks@Base 0.1
- ta_atom_person_to_string@Base 0.1
- ta_atom_simple_element_get_name@Base 0.1
- ta_atom_simple_element_get_value@Base 0.1
- ta_atom_simple_element_init@Base 0.1
- ta_atom_simple_element_new@Base 0.1
- ta_atom_simple_element_set_name@Base 0.1
- ta_atom_simple_element_set_value@Base 0.1
- ta_atom_simple_element_to_iks@Base 0.1
- ta_atom_simple_element_to_string@Base 0.1
- ta_error_get_code@Base 0.1
- ta_error_get_message@Base 0.1
- ta_error_get_name@Base 0.1
- ta_error_init@Base 0.1
- ta_error_new@Base 0.1
- ta_error_set_code@Base 0.1
- ta_error_set_full@Base 0.1
- ta_error_set_message@Base 0.1
- ta_error_set_name@Base 0.1
- ta_iri_get_error@Base 0.1
- ta_iri_get_fragment@Base 0.1
- ta_iri_get_host@Base 0.1
- ta_iri_get_path@Base 0.1
- ta_iri_get_port@Base 0.1
- ta_iri_get_query@Base 0.1
- ta_iri_get_scheme@Base 0.1
- ta_iri_get_user@Base 0.1
- ta_iri_init@Base 0.1
- ta_iri_new@Base 0.1
- ta_iri_set_fragment@Base 0.1
- ta_iri_set_from_string@Base 0.1
- ta_iri_set_host@Base 0.1
- ta_iri_set_path@Base 0.1
- ta_iri_set_port@Base 0.1
- ta_iri_set_query@Base 0.1
- ta_iri_set_scheme@Base 0.1
- ta_iri_set_user@Base 0.1
- ta_iri_to_string@Base 0.1
- ta_list_append@Base 0.1
- ta_list_count@Base 0.1
- ta_list_extend@Base 0.1
- ta_list_first@Base 0.1
- ta_list_free@Base 0.1
- ta_list_index@Base 0.1
- ta_list_insert@Base 0.1
- ta_list_item@Base 0.1
- ta_list_last@Base 0.1
- ta_list_len@Base 0.1
- ta_list_new@Base 0.1
- ta_list_remove@Base 0.1
- ta_list_reverse@Base 0.1
- ta_list_sort@Base 0.2.1
- ta_log_critical@Base 0.1
- ta_log_debug@Base 0.1
- ta_log_error@Base 0.1
- ta_log_get_date_format@Base 0.1
- ta_log_get_level@Base 0.1
- ta_log_get_use_colors@Base 0.1
- ta_log_info@Base 0.1
- ta_log_init@Base 0.1
- ta_log_new@Base 0.1
- ta_log_set_date_format@Base 0.1
- ta_log_set_handler@Base 0.1
- ta_log_set_level@Base 0.1
- ta_log_set_use_colors@Base 0.1
- ta_log_warn@Base 0.1
- ta_object_init@Base 0.1
- ta_object_ref@Base 0.1
- ta_object_unref@Base 0.1
- ta_pubsub_node_create@Base 0.1
- ta_pubsub_node_createv@Base 0.1
- ta_pubsub_node_delete@Base 0.1
- ta_pubsub_node_delete_item@Base 0.1
- ta_pubsub_node_items@Base 0.1
- ta_pubsub_node_publish_iks@Base 0.1
- ta_pubsub_node_publish_text@Base 0.1
- ta_pubsub_node_query_affiliations@Base 0.1
- ta_pubsub_node_query_info@Base 0.1
- ta_pubsub_node_query_nodes@Base 0.1
- ta_pubsub_node_query_subscriptions@Base 0.1
- ta_pubsub_node_subscribe@Base 0.1
- ta_pubsub_node_unsubscribe@Base 0.1
- ta_pubsub_query_affiliations@Base 0.1
- ta_pubsub_query_features@Base 0.1
- ta_srv_init@Base 0.2.2
- ta_srv_query_domain@Base 0.2.2
- ta_srv_target_get_class@Base 0.2.2
- ta_srv_target_get_host@Base 0.2.2
- ta_srv_target_get_port@Base 0.2.2
- ta_srv_target_get_priority@Base 0.2.2
- ta_srv_target_get_ttl@Base 0.2.2
- ta_srv_target_get_weight@Base 0.2.2
- ta_srv_target_init@Base 0.2.2
- ta_srv_target_new@Base 0.2.2
- ta_tag_get_authority@Base 0.1
- ta_tag_get_date@Base 0.1
- ta_tag_get_specific@Base 0.1
- ta_tag_init@Base 0.1
- ta_tag_new@Base 0.1
- ta_tag_set_authority@Base 0.1
- ta_tag_set_date@Base 0.1
- ta_tag_set_from_string@Base 0.1
- ta_tag_set_specific@Base 0.1
- ta_xmpp_client_connect@Base 0.1
- ta_xmpp_client_disconnect@Base 0.1
- ta_xmpp_client_event_connect@Base 0.1
- ta_xmpp_client_event_disconnect@Base 0.1
- ta_xmpp_client_get_error@Base 0.1
- ta_xmpp_client_get_filter@Base 0.1
- ta_xmpp_client_get_host@Base 0.1
- ta_xmpp_client_get_jid@Base 0.1
- ta_xmpp_client_get_logger@Base 0.1
- ta_xmpp_client_get_password@Base 0.1
- ta_xmpp_client_get_port@Base 0.1
- ta_xmpp_client_init@Base 0.1
- ta_xmpp_client_is_running@Base 0.1
- ta_xmpp_client_new@Base 0.1
- ta_xmpp_client_run@Base 0.1
- ta_xmpp_client_send@Base 0.1
- ta_xmpp_client_send_and_filter@Base 0.1
- ta_xmpp_client_set_host@Base 0.1
- ta_xmpp_client_set_jid@Base 0.1
- ta_xmpp_client_set_password@Base 0.1
- ta_xmpp_client_set_port@Base 0.1
diff -Nru taningia-0.2.2/debian/libtaningia0t64.dirs 
taningia-0.2.2/debian/libtaningia0t64.dirs
--- taningia-0.2.2/debian/libtaningia0t64.dirs  1970-01-01 00:00:00.000000000 
+0000
+++ taningia-0.2.2/debian/libtaningia0t64.dirs  2016-09-18 22:26:40.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru taningia-0.2.2/debian/libtaningia0t64.docs 
taningia-0.2.2/debian/libtaningia0t64.docs
--- taningia-0.2.2/debian/libtaningia0t64.docs  1970-01-01 00:00:00.000000000 
+0000
+++ taningia-0.2.2/debian/libtaningia0t64.docs  2016-09-18 22:26:40.000000000 
+0000
@@ -0,0 +1 @@
+TODO
diff -Nru taningia-0.2.2/debian/libtaningia0t64.install 
taningia-0.2.2/debian/libtaningia0t64.install
--- taningia-0.2.2/debian/libtaningia0t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ taningia-0.2.2/debian/libtaningia0t64.install       2016-09-18 
22:26:40.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru taningia-0.2.2/debian/libtaningia0t64.lintian-overrides 
taningia-0.2.2/debian/libtaningia0t64.lintian-overrides
--- taningia-0.2.2/debian/libtaningia0t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ taningia-0.2.2/debian/libtaningia0t64.lintian-overrides     2024-02-04 
08:10:55.000000000 +0000
@@ -0,0 +1 @@
+libtaningia0t64: package-name-doesnt-match-sonames libtaningia0
diff -Nru taningia-0.2.2/debian/libtaningia0t64.symbols 
taningia-0.2.2/debian/libtaningia0t64.symbols
--- taningia-0.2.2/debian/libtaningia0t64.symbols       1970-01-01 
00:00:00.000000000 +0000
+++ taningia-0.2.2/debian/libtaningia0t64.symbols       2024-02-04 
08:10:55.000000000 +0000
@@ -0,0 +1,259 @@
+libtaningia.so.0 libtaningia0t64 #MINVER#
+ hash_string@Base 0.1
+ hashtable_close@Base 0.1
+ hashtable_create@Base 0.1
+ hashtable_del@Base 0.1
+ hashtable_destroy@Base 0.1
+ hashtable_get@Base 0.1
+ hashtable_get_test@Base 0.1
+ hashtable_init@Base 0.1
+ hashtable_iter@Base 0.1
+ hashtable_iter_key@Base 0.1
+ hashtable_iter_next@Base 0.1
+ hashtable_iter_value@Base 0.1
+ hashtable_set@Base 0.1
+ string_equal@Base 0.1
+ ta_atom_category_get_label@Base 0.1
+ ta_atom_category_get_scheme@Base 0.1
+ ta_atom_category_get_term@Base 0.1
+ ta_atom_category_init@Base 0.1
+ ta_atom_category_new@Base 0.1
+ ta_atom_category_set_label@Base 0.1
+ ta_atom_category_set_scheme@Base 0.1
+ ta_atom_category_set_term@Base 0.1
+ ta_atom_category_to_iks@Base 0.1
+ ta_atom_category_to_string@Base 0.1
+ ta_atom_content_get_content@Base 0.1
+ ta_atom_content_get_src@Base 0.1
+ ta_atom_content_get_type@Base 0.1
+ ta_atom_content_init@Base 0.1
+ ta_atom_content_new@Base 0.1
+ ta_atom_content_set_content@Base 0.1
+ ta_atom_content_set_src@Base 0.1
+ ta_atom_content_set_type@Base 0.1
+ ta_atom_content_to_iks@Base 0.1
+ ta_atom_content_to_string@Base 0.1
+ ta_atom_entry_add_author@Base 0.1
+ ta_atom_entry_add_category@Base 0.1
+ ta_atom_entry_add_inreplyto@Base 0.1
+ ta_atom_entry_add_link@Base 0.1
+ ta_atom_entry_add_see@Base 0.1
+ ta_atom_entry_del_authors@Base 0.1
+ ta_atom_entry_del_categories@Base 0.1
+ ta_atom_entry_del_inreplyto@Base 0.1
+ ta_atom_entry_del_links@Base 0.1
+ ta_atom_entry_del_see@Base 0.1
+ ta_atom_entry_get_authors@Base 0.1
+ ta_atom_entry_get_categories@Base 0.1
+ ta_atom_entry_get_content@Base 0.1
+ ta_atom_entry_get_error@Base 0.1
+ ta_atom_entry_get_id@Base 0.1
+ ta_atom_entry_get_inreplyto@Base 0.1
+ ta_atom_entry_get_links@Base 0.1
+ ta_atom_entry_get_published@Base 0.1
+ ta_atom_entry_get_rights@Base 0.1
+ ta_atom_entry_get_see@Base 0.1
+ ta_atom_entry_get_summary@Base 0.1
+ ta_atom_entry_get_title@Base 0.1
+ ta_atom_entry_get_updated@Base 0.1
+ ta_atom_entry_init@Base 0.1
+ ta_atom_entry_new@Base 0.1
+ ta_atom_entry_set_content@Base 0.1
+ ta_atom_entry_set_from_file@Base 0.1
+ ta_atom_entry_set_from_iks@Base 0.1
+ ta_atom_entry_set_id@Base 0.1
+ ta_atom_entry_set_published@Base 0.1
+ ta_atom_entry_set_rights@Base 0.1
+ ta_atom_entry_set_summary@Base 0.1
+ ta_atom_entry_set_title@Base 0.1
+ ta_atom_entry_set_updated@Base 0.1
+ ta_atom_entry_to_file@Base 0.1
+ ta_atom_entry_to_iks@Base 0.1
+ ta_atom_entry_to_string@Base 0.1
+ ta_atom_feed_add_author@Base 0.1
+ ta_atom_feed_add_category@Base 0.1
+ ta_atom_feed_add_entry@Base 0.1
+ ta_atom_feed_add_link@Base 0.1
+ ta_atom_feed_del_authors@Base 0.1
+ ta_atom_feed_del_categories@Base 0.1
+ ta_atom_feed_del_entries@Base 0.1
+ ta_atom_feed_del_links@Base 0.1
+ ta_atom_feed_get_authors@Base 0.1
+ ta_atom_feed_get_categories@Base 0.1
+ ta_atom_feed_get_entries@Base 0.1
+ ta_atom_feed_get_error@Base 0.1
+ ta_atom_feed_get_id@Base 0.1
+ ta_atom_feed_get_links@Base 0.1
+ ta_atom_feed_get_title@Base 0.1
+ ta_atom_feed_get_updated@Base 0.1
+ ta_atom_feed_init@Base 0.1
+ ta_atom_feed_new@Base 0.1
+ ta_atom_feed_set_from_file@Base 0.1
+ ta_atom_feed_set_from_iks@Base 0.1
+ ta_atom_feed_set_id@Base 0.1
+ ta_atom_feed_set_title@Base 0.1
+ ta_atom_feed_set_updated@Base 0.1
+ ta_atom_feed_to_file@Base 0.1
+ ta_atom_feed_to_iks@Base 0.1
+ ta_atom_feed_to_string@Base 0.1
+ ta_atom_in_reply_to_get_href@Base 0.1
+ ta_atom_in_reply_to_get_ref@Base 0.1
+ ta_atom_in_reply_to_get_source@Base 0.1
+ ta_atom_in_reply_to_get_type@Base 0.1
+ ta_atom_in_reply_to_init@Base 0.1
+ ta_atom_in_reply_to_new@Base 0.1
+ ta_atom_in_reply_to_set_href@Base 0.1
+ ta_atom_in_reply_to_set_ref@Base 0.1
+ ta_atom_in_reply_to_set_source@Base 0.1
+ ta_atom_in_reply_to_set_type@Base 0.1
+ ta_atom_in_reply_to_to_iks@Base 0.1
+ ta_atom_in_reply_to_to_string@Base 0.1
+ ta_atom_link_get_href@Base 0.1
+ ta_atom_link_get_length@Base 0.1
+ ta_atom_link_get_rel@Base 0.1
+ ta_atom_link_get_title@Base 0.1
+ ta_atom_link_get_type@Base 0.1
+ ta_atom_link_init@Base 0.1
+ ta_atom_link_new@Base 0.1
+ ta_atom_link_set_href@Base 0.1
+ ta_atom_link_set_length@Base 0.1
+ ta_atom_link_set_rel@Base 0.1
+ ta_atom_link_set_title@Base 0.1
+ ta_atom_link_set_type@Base 0.1
+ ta_atom_link_to_iks@Base 0.1
+ ta_atom_link_to_string@Base 0.1
+ ta_atom_person_add_see@Base 0.1
+ ta_atom_person_del_see@Base 0.1
+ ta_atom_person_get_email@Base 0.1
+ ta_atom_person_get_iri@Base 0.1
+ ta_atom_person_get_name@Base 0.1
+ ta_atom_person_get_see@Base 0.1
+ ta_atom_person_init@Base 0.1
+ ta_atom_person_new@Base 0.1
+ ta_atom_person_set_email@Base 0.1
+ ta_atom_person_set_iri@Base 0.1
+ ta_atom_person_set_name@Base 0.1
+ ta_atom_person_to_iks@Base 0.1
+ ta_atom_person_to_string@Base 0.1
+ ta_atom_simple_element_get_name@Base 0.1
+ ta_atom_simple_element_get_value@Base 0.1
+ ta_atom_simple_element_init@Base 0.1
+ ta_atom_simple_element_new@Base 0.1
+ ta_atom_simple_element_set_name@Base 0.1
+ ta_atom_simple_element_set_value@Base 0.1
+ ta_atom_simple_element_to_iks@Base 0.1
+ ta_atom_simple_element_to_string@Base 0.1
+ ta_error_get_code@Base 0.1
+ ta_error_get_message@Base 0.1
+ ta_error_get_name@Base 0.1
+ ta_error_init@Base 0.1
+ ta_error_new@Base 0.1
+ ta_error_set_code@Base 0.1
+ ta_error_set_full@Base 0.1
+ ta_error_set_message@Base 0.1
+ ta_error_set_name@Base 0.1
+ ta_iri_get_error@Base 0.1
+ ta_iri_get_fragment@Base 0.1
+ ta_iri_get_host@Base 0.1
+ ta_iri_get_path@Base 0.1
+ ta_iri_get_port@Base 0.1
+ ta_iri_get_query@Base 0.1
+ ta_iri_get_scheme@Base 0.1
+ ta_iri_get_user@Base 0.1
+ ta_iri_init@Base 0.1
+ ta_iri_new@Base 0.1
+ ta_iri_set_fragment@Base 0.1
+ ta_iri_set_from_string@Base 0.1
+ ta_iri_set_host@Base 0.1
+ ta_iri_set_path@Base 0.1
+ ta_iri_set_port@Base 0.1
+ ta_iri_set_query@Base 0.1
+ ta_iri_set_scheme@Base 0.1
+ ta_iri_set_user@Base 0.1
+ ta_iri_to_string@Base 0.1
+ ta_list_append@Base 0.1
+ ta_list_count@Base 0.1
+ ta_list_extend@Base 0.1
+ ta_list_first@Base 0.1
+ ta_list_free@Base 0.1
+ ta_list_index@Base 0.1
+ ta_list_insert@Base 0.1
+ ta_list_item@Base 0.1
+ ta_list_last@Base 0.1
+ ta_list_len@Base 0.1
+ ta_list_new@Base 0.1
+ ta_list_remove@Base 0.1
+ ta_list_reverse@Base 0.1
+ ta_list_sort@Base 0.2.1
+ ta_log_critical@Base 0.1
+ ta_log_debug@Base 0.1
+ ta_log_error@Base 0.1
+ ta_log_get_date_format@Base 0.1
+ ta_log_get_level@Base 0.1
+ ta_log_get_use_colors@Base 0.1
+ ta_log_info@Base 0.1
+ ta_log_init@Base 0.1
+ ta_log_new@Base 0.1
+ ta_log_set_date_format@Base 0.1
+ ta_log_set_handler@Base 0.1
+ ta_log_set_level@Base 0.1
+ ta_log_set_use_colors@Base 0.1
+ ta_log_warn@Base 0.1
+ ta_object_init@Base 0.1
+ ta_object_ref@Base 0.1
+ ta_object_unref@Base 0.1
+ ta_pubsub_node_create@Base 0.1
+ ta_pubsub_node_createv@Base 0.1
+ ta_pubsub_node_delete@Base 0.1
+ ta_pubsub_node_delete_item@Base 0.1
+ ta_pubsub_node_items@Base 0.1
+ ta_pubsub_node_publish_iks@Base 0.1
+ ta_pubsub_node_publish_text@Base 0.1
+ ta_pubsub_node_query_affiliations@Base 0.1
+ ta_pubsub_node_query_info@Base 0.1
+ ta_pubsub_node_query_nodes@Base 0.1
+ ta_pubsub_node_query_subscriptions@Base 0.1
+ ta_pubsub_node_subscribe@Base 0.1
+ ta_pubsub_node_unsubscribe@Base 0.1
+ ta_pubsub_query_affiliations@Base 0.1
+ ta_pubsub_query_features@Base 0.1
+ ta_srv_init@Base 0.2.2
+ ta_srv_query_domain@Base 0.2.2
+ ta_srv_target_get_class@Base 0.2.2
+ ta_srv_target_get_host@Base 0.2.2
+ ta_srv_target_get_port@Base 0.2.2
+ ta_srv_target_get_priority@Base 0.2.2
+ ta_srv_target_get_ttl@Base 0.2.2
+ ta_srv_target_get_weight@Base 0.2.2
+ ta_srv_target_init@Base 0.2.2
+ ta_srv_target_new@Base 0.2.2
+ ta_tag_get_authority@Base 0.1
+ ta_tag_get_date@Base 0.1
+ ta_tag_get_specific@Base 0.1
+ ta_tag_init@Base 0.1
+ ta_tag_new@Base 0.1
+ ta_tag_set_authority@Base 0.1
+ ta_tag_set_date@Base 0.1
+ ta_tag_set_from_string@Base 0.1
+ ta_tag_set_specific@Base 0.1
+ ta_xmpp_client_connect@Base 0.1
+ ta_xmpp_client_disconnect@Base 0.1
+ ta_xmpp_client_event_connect@Base 0.1
+ ta_xmpp_client_event_disconnect@Base 0.1
+ ta_xmpp_client_get_error@Base 0.1
+ ta_xmpp_client_get_filter@Base 0.1
+ ta_xmpp_client_get_host@Base 0.1
+ ta_xmpp_client_get_jid@Base 0.1
+ ta_xmpp_client_get_logger@Base 0.1
+ ta_xmpp_client_get_password@Base 0.1
+ ta_xmpp_client_get_port@Base 0.1
+ ta_xmpp_client_init@Base 0.1
+ ta_xmpp_client_is_running@Base 0.1
+ ta_xmpp_client_new@Base 0.1
+ ta_xmpp_client_run@Base 0.1
+ ta_xmpp_client_send@Base 0.1
+ ta_xmpp_client_send_and_filter@Base 0.1
+ ta_xmpp_client_set_host@Base 0.1
+ ta_xmpp_client_set_jid@Base 0.1
+ ta_xmpp_client_set_password@Base 0.1
+ ta_xmpp_client_set_port@Base 0.1

--- End Message ---
--- Begin Message ---
Source: taningia
Source-Version: 0.2.2-2.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
taningia, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated taningia 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 [email protected])


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

Format: 1.8
Date: Thu, 29 Feb 2024 18:03:04 +0000
Source: taningia
Architecture: source
Version: 0.2.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062966
Changes:
 taningia (0.2.2-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062966
Checksums-Sha1:
 f59d423e4aefbe0af74a2d257c8402e6bf9c934b 1907 taningia_0.2.2-2.1.dsc
 5e05efccd15a44e9e426210e8893385e3fd4dea0 3608 taningia_0.2.2-2.1.debian.tar.xz
 954ae558c30113cb71d9f3ebe1f7071468e66776 7524 
taningia_0.2.2-2.1_source.buildinfo
Checksums-Sha256:
 625b9a5fd0acb97725bf83204513aac98620501c18728b1b1e139518fa1498f2 1907 
taningia_0.2.2-2.1.dsc
 ab14008599977a2f2ccbb0b35c7785f3aea680a3db00ca6dfedb2a41a3c5bae1 3608 
taningia_0.2.2-2.1.debian.tar.xz
 aa476f30cd61ec214f79602efc90b77f33297c0fe9f52ce3993a84703f042014 7524 
taningia_0.2.2-2.1_source.buildinfo
Files:
 437a53a4b192f1c85d8884b37f287569 1907 libs extra taningia_0.2.2-2.1.dsc
 9d07d5f4ff3098dd25f8fad169ad17e0 3608 libs extra 
taningia_0.2.2-2.1.debian.tar.xz
 e9581dd2c6aa9e77ae640731204b8358 7524 libs extra 
taningia_0.2.2-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgxuYACgkQFZ61xO/I
d0yH0Q/+I1Un0HE+rueq3zHI0jtXwcVYfMhmtbgT4qDGIxpP5dFHrO9K8KHu5cCK
zBX12V70Eklsb9tBH+oC51TwhZsnztnOL3qN9LNFTjy4SKz2OO+x/yAn1racY93V
YJGyXCZuheqTiHfeICDY3xKXkFPs2UCnHT/VLLdyuqMfSH7dGPbjZ15sEjUk36ls
Ev7c9wmXHKuEV866Lc6kvX6mRV5fjdqg9sj78VYCKdtlmZ/X58cYvePaNLxLPIFO
YiD26j8QinNkZOjsjnFZQ7OmUZxA68gtipr8Ws5cpai5JP9t19Jc+1tSMdjW7rsJ
v0P0FA7KBaKCDCEFHTGS1BLDkI88kDsrzomEWjYCVRWnXsva8K4uRygO59QYsi6R
aIXpMpWiiW4mx38bjYf7or/pLP52rLeBZrc4XiyvDGiIcU6NQ4BNuKUsH6e3gS2C
u2iuCtxOyuVWHmAq1cX7cdaskYDA0Ps05opPZr7FWXqX3c2V3VOeSG2fx5PRa32P
wUQNy37EAXnnW9c9Qz/i30EqNqIxr6H2SBoHSHKw5Aisw6gL7xJKFgtsxmTqf7fa
v4f9w2TUXJJMEh/288UNkf6YZb8Yp/voDmjXXT3WfvGOcH9kxNIkqsAKlf9w/KWD
tJilHAsOPo/UTk8sz/PZF0r8AQq8epHg/UPVyuGS+ygypzj/DYc=
=a7fq
-----END PGP SIGNATURE-----

Attachment: pgp4bO4CzxWnu.pgp
Description: PGP signature


--- End Message ---

Reply via email to