Source: ust
Version: 2.13.7-1
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
ust 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 ust
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 ust-2.13.7/debian/changelog ust-2.13.7/debian/changelog
--- ust-2.13.7/debian/changelog 2024-01-11 15:55:32.000000000 +0000
+++ ust-2.13.7/debian/changelog 2024-02-04 17:19:01.000000000 +0000
@@ -1,3 +1,10 @@
+ust (2.13.7-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Sun, 04 Feb 2024 17:19:01 +0000
+
 ust (2.13.7-1) unstable; urgency=medium
 
   * [5f3b9a6] New upstream version 2.13.7
diff -Nru ust-2.13.7/debian/control ust-2.13.7/debian/control
--- ust-2.13.7/debian/control   2023-08-03 18:53:42.000000000 +0000
+++ ust-2.13.7/debian/control   2024-02-04 17:19:01.000000000 +0000
@@ -21,7 +21,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/ust
 Homepage: https://lttng.org/
 
-Package: liblttng-ust-common1
+Package: liblttng-ust-common1t64
+Provides: ${t64:Provides}
+Replaces: liblttng-ust-common1
+Breaks: liblttng-ust-common1 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -35,13 +38,16 @@
  This package contains the common library used by the tracing and control
  libraries.
 
-Package: liblttng-ust1
+Package: liblttng-ust1t64
+Provides: ${t64:Provides}
+Replaces: liblttng-ust1
+Breaks: liblttng-ust1 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
-  liblttng-ust-common1 (= ${binary:Version}),
-  liblttng-ust-ctl5 (= ${binary:Version})
+  liblttng-ust-common1t64 (= ${binary:Version}),
+  liblttng-ust-ctl5t64 (= ${binary:Version})
 Description: LTTng 2.0 Userspace Tracer (tracing libraries)
  The userspace tracer is designed to provide detailed information about
  userspace activity. Like the kernel tracer, performance is the main goal.
@@ -51,12 +57,15 @@
  This package contains the actual userspace tracing library that must be linked
  to the instrumented programs.
 
-Package: liblttng-ust-ctl5
+Package: liblttng-ust-ctl5t64
+Provides: ${t64:Provides}
+Replaces: liblttng-ust-ctl5
+Breaks: liblttng-ust-ctl5 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
-  liblttng-ust-common1 (= ${binary:Version})
+  liblttng-ust-common1t64 (= ${binary:Version})
 Description: LTTng 2.0 Userspace Tracer (trace control library)
  The userspace tracer is designed to provide detailed information about
  userspace activity. Like the kernel tracer, performance is the main goal.
@@ -71,8 +80,8 @@
 Architecture: linux-any
 Multi-Arch: same
 Depends: ${misc:Depends},
-  liblttng-ust1 (= ${binary:Version}), liblttng-ust-ctl5 (= ${binary:Version}),
-  liblttng-ust-python-agent1 (= ${binary:Version}), liburcu-dev (>= 0.12~),
+  liblttng-ust1t64 (= ${binary:Version}), liblttng-ust-ctl5t64 (= 
${binary:Version}),
+  liblttng-ust-python-agent1t64 (= ${binary:Version}), liburcu-dev (>= 0.12~),
   uuid-dev
 Recommends: python3
 Description: LTTng 2.0 Userspace Tracer (development files)
@@ -150,12 +159,15 @@
  .
  This package contains the native side of the Java agent for lttng-ust.
 
-Package: liblttng-ust-python-agent1
+Package: liblttng-ust-python-agent1t64
+Provides: ${t64:Provides}
+Replaces: liblttng-ust-python-agent1
+Breaks: liblttng-ust-python-agent1 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
-  liblttng-ust1 (= ${binary:Version})
+  liblttng-ust1t64 (= ${binary:Version})
 Description: LTTng 2.0 Userspace Tracer (Python agent native library)
  The userspace tracer is designed to provide detailed information about
  userspace activity. Like the kernel tracer, performance is the main goal.
@@ -169,8 +181,8 @@
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}, ${python3:Depends},
-  liblttng-ust-python-agent1 (>= ${source:Version}),
-  liblttng-ust-python-agent1 (<< ${source:Version}.1~)
+  liblttng-ust-python-agent1t64 (>= ${source:Version}),
+  liblttng-ust-python-agent1t64 (<< ${source:Version}.1~)
 Description: LTTng 2.0 Userspace Tracer (Python 3 UST agent)
  The userspace tracer is designed to provide detailed information about
  userspace activity. Like the kernel tracer, performance is the main goal.
diff -Nru ust-2.13.7/debian/liblttng-ust-common1.install 
ust-2.13.7/debian/liblttng-ust-common1.install
--- ust-2.13.7/debian/liblttng-ust-common1.install      2021-11-02 
16:40:11.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-common1.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/liblttng-ust-common.so.1*
diff -Nru ust-2.13.7/debian/liblttng-ust-common1.symbols 
ust-2.13.7/debian/liblttng-ust-common1.symbols
--- ust-2.13.7/debian/liblttng-ust-common1.symbols      2023-08-03 
18:53:42.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-common1.symbols      1970-01-01 
00:00:00.000000000 +0000
@@ -1,44 +0,0 @@
-liblttng-ust-common.so.1 liblttng-ust-common1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- (arch=m68k,riscv64)__tls_access_lttng_ust_urcu_reader@Base 2.13.0
- lttng_ust_add_fd_to_tracker@Base 2.13.0
- lttng_ust_cancelstate_disable_pop@Base 2.13.1
- lttng_ust_cancelstate_disable_push@Base 2.13.1
- lttng_ust_common_alloc_tls@Base 2.13.0
- lttng_ust_common_ctor@Base 2.13.0
- lttng_ust_delete_fd_from_tracker@Base 2.13.0
- lttng_ust_enable_trace_clock_override@Base 2.13.0
- lttng_ust_get_cpu_sym@Base 2.13.0
- lttng_ust_getcpu_override@Base 2.13.0
- lttng_ust_lock_fd_tracker@Base 2.13.0
- lttng_ust_rcu_cmpxchg_pointer_sym@Base 2.13.0
- lttng_ust_rcu_dereference_sym@Base 2.13.0
- lttng_ust_rcu_set_pointer_sym@Base 2.13.0
- lttng_ust_rcu_xchg_pointer_sym@Base 2.13.0
- lttng_ust_safe_close_fd@Base 2.13.0
- lttng_ust_safe_closefrom_fd@Base 2.13.0
- lttng_ust_safe_fclose_stream@Base 2.13.0
- lttng_ust_trace_clock@Base 2.13.0
- lttng_ust_trace_clock_get_description_cb@Base 2.13.0
- lttng_ust_trace_clock_get_freq_cb@Base 2.13.0
- lttng_ust_trace_clock_get_name_cb@Base 2.13.0
- lttng_ust_trace_clock_get_read64_cb@Base 2.13.0
- lttng_ust_trace_clock_get_uuid_cb@Base 2.13.0
- lttng_ust_trace_clock_set_description_cb@Base 2.13.0
- lttng_ust_trace_clock_set_freq_cb@Base 2.13.0
- lttng_ust_trace_clock_set_name_cb@Base 2.13.0
- lttng_ust_trace_clock_set_read64_cb@Base 2.13.0
- lttng_ust_trace_clock_set_uuid_cb@Base 2.13.0
- lttng_ust_unlock_fd_tracker@Base 2.13.0
- lttng_ust_urcu_after_fork_child@Base 2.13.0
- lttng_ust_urcu_after_fork_parent@Base 2.13.0
- lttng_ust_urcu_before_fork@Base 2.13.0
- lttng_ust_urcu_gp@Base 2.13.0
- lttng_ust_urcu_has_sys_membarrier@Base 2.13.0
- lttng_ust_urcu_read_lock@Base 2.13.0
- lttng_ust_urcu_read_ongoing@Base 2.13.0
- lttng_ust_urcu_read_unlock@Base 2.13.0
- (arch=!m68k,!riscv64)lttng_ust_urcu_reader@Base 2.13.0
- lttng_ust_urcu_register@Base 2.13.0
- lttng_ust_urcu_register_thread@Base 2.13.0
- lttng_ust_urcu_synchronize_rcu@Base 2.13.0
diff -Nru ust-2.13.7/debian/liblttng-ust-common1t64.install 
ust-2.13.7/debian/liblttng-ust-common1t64.install
--- ust-2.13.7/debian/liblttng-ust-common1t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-common1t64.install   2021-11-02 
16:40:11.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/liblttng-ust-common.so.1*
diff -Nru ust-2.13.7/debian/liblttng-ust-common1t64.lintian-overrides 
ust-2.13.7/debian/liblttng-ust-common1t64.lintian-overrides
--- ust-2.13.7/debian/liblttng-ust-common1t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-common1t64.lintian-overrides 2024-02-04 
17:19:01.000000000 +0000
@@ -0,0 +1 @@
+liblttng-ust-common1t64: package-name-doesnt-match-sonames liblttng-ust-common1
diff -Nru ust-2.13.7/debian/liblttng-ust-common1t64.symbols 
ust-2.13.7/debian/liblttng-ust-common1t64.symbols
--- ust-2.13.7/debian/liblttng-ust-common1t64.symbols   1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-common1t64.symbols   2024-02-04 
17:19:01.000000000 +0000
@@ -0,0 +1,44 @@
+liblttng-ust-common.so.1 liblttng-ust-common1t64 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ (arch=m68k,riscv64)__tls_access_lttng_ust_urcu_reader@Base 2.13.0
+ lttng_ust_add_fd_to_tracker@Base 2.13.0
+ lttng_ust_cancelstate_disable_pop@Base 2.13.1
+ lttng_ust_cancelstate_disable_push@Base 2.13.1
+ lttng_ust_common_alloc_tls@Base 2.13.0
+ lttng_ust_common_ctor@Base 2.13.0
+ lttng_ust_delete_fd_from_tracker@Base 2.13.0
+ lttng_ust_enable_trace_clock_override@Base 2.13.0
+ lttng_ust_get_cpu_sym@Base 2.13.0
+ lttng_ust_getcpu_override@Base 2.13.0
+ lttng_ust_lock_fd_tracker@Base 2.13.0
+ lttng_ust_rcu_cmpxchg_pointer_sym@Base 2.13.0
+ lttng_ust_rcu_dereference_sym@Base 2.13.0
+ lttng_ust_rcu_set_pointer_sym@Base 2.13.0
+ lttng_ust_rcu_xchg_pointer_sym@Base 2.13.0
+ lttng_ust_safe_close_fd@Base 2.13.0
+ lttng_ust_safe_closefrom_fd@Base 2.13.0
+ lttng_ust_safe_fclose_stream@Base 2.13.0
+ lttng_ust_trace_clock@Base 2.13.0
+ lttng_ust_trace_clock_get_description_cb@Base 2.13.0
+ lttng_ust_trace_clock_get_freq_cb@Base 2.13.0
+ lttng_ust_trace_clock_get_name_cb@Base 2.13.0
+ lttng_ust_trace_clock_get_read64_cb@Base 2.13.0
+ lttng_ust_trace_clock_get_uuid_cb@Base 2.13.0
+ lttng_ust_trace_clock_set_description_cb@Base 2.13.0
+ lttng_ust_trace_clock_set_freq_cb@Base 2.13.0
+ lttng_ust_trace_clock_set_name_cb@Base 2.13.0
+ lttng_ust_trace_clock_set_read64_cb@Base 2.13.0
+ lttng_ust_trace_clock_set_uuid_cb@Base 2.13.0
+ lttng_ust_unlock_fd_tracker@Base 2.13.0
+ lttng_ust_urcu_after_fork_child@Base 2.13.0
+ lttng_ust_urcu_after_fork_parent@Base 2.13.0
+ lttng_ust_urcu_before_fork@Base 2.13.0
+ lttng_ust_urcu_gp@Base 2.13.0
+ lttng_ust_urcu_has_sys_membarrier@Base 2.13.0
+ lttng_ust_urcu_read_lock@Base 2.13.0
+ lttng_ust_urcu_read_ongoing@Base 2.13.0
+ lttng_ust_urcu_read_unlock@Base 2.13.0
+ (arch=!m68k,!riscv64)lttng_ust_urcu_reader@Base 2.13.0
+ lttng_ust_urcu_register@Base 2.13.0
+ lttng_ust_urcu_register_thread@Base 2.13.0
+ lttng_ust_urcu_synchronize_rcu@Base 2.13.0
diff -Nru ust-2.13.7/debian/liblttng-ust-ctl5.install 
ust-2.13.7/debian/liblttng-ust-ctl5.install
--- ust-2.13.7/debian/liblttng-ust-ctl5.install 2021-11-02 16:40:11.000000000 
+0000
+++ ust-2.13.7/debian/liblttng-ust-ctl5.install 1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/liblttng-ust-ctl.so.5*
diff -Nru ust-2.13.7/debian/liblttng-ust-ctl5.symbols 
ust-2.13.7/debian/liblttng-ust-ctl5.symbols
--- ust-2.13.7/debian/liblttng-ust-ctl5.symbols 2021-11-02 16:40:11.000000000 
+0000
+++ ust-2.13.7/debian/liblttng-ust-ctl5.symbols 1970-01-01 00:00:00.000000000 
+0000
@@ -1,95 +0,0 @@
-liblttng-ust-ctl.so.5 liblttng-ust-ctl5 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- lttng_ust_ctl_add_context@Base 2.13.0
- lttng_ust_ctl_calibrate@Base 2.13.0
- lttng_ust_ctl_channel_close_wait_fd@Base 2.13.0
- lttng_ust_ctl_channel_close_wakeup_fd@Base 2.13.0
- lttng_ust_ctl_channel_get_wait_fd@Base 2.13.0
- lttng_ust_ctl_channel_get_wakeup_fd@Base 2.13.0
- lttng_ust_ctl_clear_buffer@Base 2.13.0
- lttng_ust_ctl_counter_aggregate@Base 2.13.0
- lttng_ust_ctl_counter_clear@Base 2.13.0
- lttng_ust_ctl_counter_read@Base 2.13.0
- lttng_ust_ctl_create_channel@Base 2.13.0
- lttng_ust_ctl_create_counter@Base 2.13.0
- lttng_ust_ctl_create_counter_cpu_data@Base 2.13.0
- lttng_ust_ctl_create_counter_data@Base 2.13.0
- lttng_ust_ctl_create_counter_global_data@Base 2.13.0
- lttng_ust_ctl_create_event@Base 2.13.0
- lttng_ust_ctl_create_event_notifier@Base 2.13.0
- lttng_ust_ctl_create_event_notifier_group@Base 2.13.0
- lttng_ust_ctl_create_session@Base 2.13.0
- lttng_ust_ctl_create_stream@Base 2.13.0
- lttng_ust_ctl_destroy_channel@Base 2.13.0
- lttng_ust_ctl_destroy_counter@Base 2.13.0
- lttng_ust_ctl_destroy_stream@Base 2.13.0
- lttng_ust_ctl_disable@Base 2.13.0
- lttng_ust_ctl_duplicate_ust_object_data@Base 2.13.0
- lttng_ust_ctl_enable@Base 2.13.0
- lttng_ust_ctl_flush_buffer@Base 2.13.0
- lttng_ust_ctl_get_content_size@Base 2.13.0
- lttng_ust_ctl_get_current_timestamp@Base 2.13.0
- lttng_ust_ctl_get_events_discarded@Base 2.13.0
- lttng_ust_ctl_get_instance_id@Base 2.13.0
- lttng_ust_ctl_get_max_subbuf_size@Base 2.13.0
- lttng_ust_ctl_get_mmap_base@Base 2.13.0
- lttng_ust_ctl_get_mmap_len@Base 2.13.0
- lttng_ust_ctl_get_mmap_read_offset@Base 2.13.0
- lttng_ust_ctl_get_next_subbuf@Base 2.13.0
- lttng_ust_ctl_get_nr_cpu_per_counter@Base 2.13.0
- lttng_ust_ctl_get_nr_stream_per_channel@Base 2.13.0
- lttng_ust_ctl_get_packet_size@Base 2.13.0
- lttng_ust_ctl_get_padded_subbuf_size@Base 2.13.0
- lttng_ust_ctl_get_sequence_number@Base 2.13.0
- lttng_ust_ctl_get_stream_id@Base 2.13.0
- lttng_ust_ctl_get_subbuf@Base 2.13.0
- lttng_ust_ctl_get_subbuf_size@Base 2.13.0
- lttng_ust_ctl_get_timestamp_begin@Base 2.13.0
- lttng_ust_ctl_get_timestamp_end@Base 2.13.0
- lttng_ust_ctl_has_perf_counters@Base 2.13.0
- lttng_ust_ctl_put_next_subbuf@Base 2.13.0
- lttng_ust_ctl_put_subbuf@Base 2.13.0
- lttng_ust_ctl_recv_channel_from_consumer@Base 2.13.0
- lttng_ust_ctl_recv_notify@Base 2.13.0
- lttng_ust_ctl_recv_reg_msg@Base 2.13.0
- lttng_ust_ctl_recv_register_channel@Base 2.13.0
- lttng_ust_ctl_recv_register_enum@Base 2.13.0
- lttng_ust_ctl_recv_register_event@Base 2.13.0
- lttng_ust_ctl_recv_stream_from_consumer@Base 2.13.0
- lttng_ust_ctl_regenerate_statedump@Base 2.13.0
- lttng_ust_ctl_register_done@Base 2.13.0
- lttng_ust_ctl_release_handle@Base 2.13.0
- lttng_ust_ctl_release_object@Base 2.13.0
- lttng_ust_ctl_reply_register_channel@Base 2.13.0
- lttng_ust_ctl_reply_register_enum@Base 2.13.0
- lttng_ust_ctl_reply_register_event@Base 2.13.0
- lttng_ust_ctl_send_channel_to_sessiond@Base 2.13.0
- lttng_ust_ctl_send_channel_to_ust@Base 2.13.0
- lttng_ust_ctl_send_counter_cpu_data_to_ust@Base 2.13.0
- lttng_ust_ctl_send_counter_data_to_ust@Base 2.13.0
- lttng_ust_ctl_send_counter_global_data_to_ust@Base 2.13.0
- lttng_ust_ctl_send_stream_to_sessiond@Base 2.13.0
- lttng_ust_ctl_send_stream_to_ust@Base 2.13.0
- lttng_ust_ctl_set_capture@Base 2.13.0
- lttng_ust_ctl_set_exclusion@Base 2.13.0
- lttng_ust_ctl_set_filter@Base 2.13.0
- lttng_ust_ctl_sigbus_handle@Base 2.13.0
- lttng_ust_ctl_snapshot@Base 2.13.0
- lttng_ust_ctl_snapshot_get_consumed@Base 2.13.0
- lttng_ust_ctl_snapshot_get_produced@Base 2.13.0
- lttng_ust_ctl_snapshot_sample_positions@Base 2.13.0
- lttng_ust_ctl_sock_flush_buffer@Base 2.13.0
- lttng_ust_ctl_start_session@Base 2.13.0
- lttng_ust_ctl_stop_session@Base 2.13.0
- lttng_ust_ctl_stream_close_wait_fd@Base 2.13.0
- lttng_ust_ctl_stream_close_wakeup_fd@Base 2.13.0
- lttng_ust_ctl_stream_get_wait_fd@Base 2.13.0
- lttng_ust_ctl_stream_get_wakeup_fd@Base 2.13.0
- lttng_ust_ctl_tracepoint_field_list@Base 2.13.0
- lttng_ust_ctl_tracepoint_field_list_get@Base 2.13.0
- lttng_ust_ctl_tracepoint_list@Base 2.13.0
- lttng_ust_ctl_tracepoint_list_get@Base 2.13.0
- lttng_ust_ctl_tracer_version@Base 2.13.0
- lttng_ust_ctl_wait_quiescent@Base 2.13.0
- lttng_ust_ctl_write_metadata_to_channel@Base 2.13.0
- lttng_ust_ctl_write_one_packet_to_channel@Base 2.13.0
diff -Nru ust-2.13.7/debian/liblttng-ust-ctl5t64.install 
ust-2.13.7/debian/liblttng-ust-ctl5t64.install
--- ust-2.13.7/debian/liblttng-ust-ctl5t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-ctl5t64.install      2021-11-02 
16:40:11.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/liblttng-ust-ctl.so.5*
diff -Nru ust-2.13.7/debian/liblttng-ust-ctl5t64.lintian-overrides 
ust-2.13.7/debian/liblttng-ust-ctl5t64.lintian-overrides
--- ust-2.13.7/debian/liblttng-ust-ctl5t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-ctl5t64.lintian-overrides    2024-02-04 
17:19:01.000000000 +0000
@@ -0,0 +1 @@
+liblttng-ust-ctl5t64: package-name-doesnt-match-sonames liblttng-ust-ctl5
diff -Nru ust-2.13.7/debian/liblttng-ust-ctl5t64.symbols 
ust-2.13.7/debian/liblttng-ust-ctl5t64.symbols
--- ust-2.13.7/debian/liblttng-ust-ctl5t64.symbols      1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-ctl5t64.symbols      2024-02-04 
17:19:01.000000000 +0000
@@ -0,0 +1,95 @@
+liblttng-ust-ctl.so.5 liblttng-ust-ctl5t64 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ lttng_ust_ctl_add_context@Base 2.13.0
+ lttng_ust_ctl_calibrate@Base 2.13.0
+ lttng_ust_ctl_channel_close_wait_fd@Base 2.13.0
+ lttng_ust_ctl_channel_close_wakeup_fd@Base 2.13.0
+ lttng_ust_ctl_channel_get_wait_fd@Base 2.13.0
+ lttng_ust_ctl_channel_get_wakeup_fd@Base 2.13.0
+ lttng_ust_ctl_clear_buffer@Base 2.13.0
+ lttng_ust_ctl_counter_aggregate@Base 2.13.0
+ lttng_ust_ctl_counter_clear@Base 2.13.0
+ lttng_ust_ctl_counter_read@Base 2.13.0
+ lttng_ust_ctl_create_channel@Base 2.13.0
+ lttng_ust_ctl_create_counter@Base 2.13.0
+ lttng_ust_ctl_create_counter_cpu_data@Base 2.13.0
+ lttng_ust_ctl_create_counter_data@Base 2.13.0
+ lttng_ust_ctl_create_counter_global_data@Base 2.13.0
+ lttng_ust_ctl_create_event@Base 2.13.0
+ lttng_ust_ctl_create_event_notifier@Base 2.13.0
+ lttng_ust_ctl_create_event_notifier_group@Base 2.13.0
+ lttng_ust_ctl_create_session@Base 2.13.0
+ lttng_ust_ctl_create_stream@Base 2.13.0
+ lttng_ust_ctl_destroy_channel@Base 2.13.0
+ lttng_ust_ctl_destroy_counter@Base 2.13.0
+ lttng_ust_ctl_destroy_stream@Base 2.13.0
+ lttng_ust_ctl_disable@Base 2.13.0
+ lttng_ust_ctl_duplicate_ust_object_data@Base 2.13.0
+ lttng_ust_ctl_enable@Base 2.13.0
+ lttng_ust_ctl_flush_buffer@Base 2.13.0
+ lttng_ust_ctl_get_content_size@Base 2.13.0
+ lttng_ust_ctl_get_current_timestamp@Base 2.13.0
+ lttng_ust_ctl_get_events_discarded@Base 2.13.0
+ lttng_ust_ctl_get_instance_id@Base 2.13.0
+ lttng_ust_ctl_get_max_subbuf_size@Base 2.13.0
+ lttng_ust_ctl_get_mmap_base@Base 2.13.0
+ lttng_ust_ctl_get_mmap_len@Base 2.13.0
+ lttng_ust_ctl_get_mmap_read_offset@Base 2.13.0
+ lttng_ust_ctl_get_next_subbuf@Base 2.13.0
+ lttng_ust_ctl_get_nr_cpu_per_counter@Base 2.13.0
+ lttng_ust_ctl_get_nr_stream_per_channel@Base 2.13.0
+ lttng_ust_ctl_get_packet_size@Base 2.13.0
+ lttng_ust_ctl_get_padded_subbuf_size@Base 2.13.0
+ lttng_ust_ctl_get_sequence_number@Base 2.13.0
+ lttng_ust_ctl_get_stream_id@Base 2.13.0
+ lttng_ust_ctl_get_subbuf@Base 2.13.0
+ lttng_ust_ctl_get_subbuf_size@Base 2.13.0
+ lttng_ust_ctl_get_timestamp_begin@Base 2.13.0
+ lttng_ust_ctl_get_timestamp_end@Base 2.13.0
+ lttng_ust_ctl_has_perf_counters@Base 2.13.0
+ lttng_ust_ctl_put_next_subbuf@Base 2.13.0
+ lttng_ust_ctl_put_subbuf@Base 2.13.0
+ lttng_ust_ctl_recv_channel_from_consumer@Base 2.13.0
+ lttng_ust_ctl_recv_notify@Base 2.13.0
+ lttng_ust_ctl_recv_reg_msg@Base 2.13.0
+ lttng_ust_ctl_recv_register_channel@Base 2.13.0
+ lttng_ust_ctl_recv_register_enum@Base 2.13.0
+ lttng_ust_ctl_recv_register_event@Base 2.13.0
+ lttng_ust_ctl_recv_stream_from_consumer@Base 2.13.0
+ lttng_ust_ctl_regenerate_statedump@Base 2.13.0
+ lttng_ust_ctl_register_done@Base 2.13.0
+ lttng_ust_ctl_release_handle@Base 2.13.0
+ lttng_ust_ctl_release_object@Base 2.13.0
+ lttng_ust_ctl_reply_register_channel@Base 2.13.0
+ lttng_ust_ctl_reply_register_enum@Base 2.13.0
+ lttng_ust_ctl_reply_register_event@Base 2.13.0
+ lttng_ust_ctl_send_channel_to_sessiond@Base 2.13.0
+ lttng_ust_ctl_send_channel_to_ust@Base 2.13.0
+ lttng_ust_ctl_send_counter_cpu_data_to_ust@Base 2.13.0
+ lttng_ust_ctl_send_counter_data_to_ust@Base 2.13.0
+ lttng_ust_ctl_send_counter_global_data_to_ust@Base 2.13.0
+ lttng_ust_ctl_send_stream_to_sessiond@Base 2.13.0
+ lttng_ust_ctl_send_stream_to_ust@Base 2.13.0
+ lttng_ust_ctl_set_capture@Base 2.13.0
+ lttng_ust_ctl_set_exclusion@Base 2.13.0
+ lttng_ust_ctl_set_filter@Base 2.13.0
+ lttng_ust_ctl_sigbus_handle@Base 2.13.0
+ lttng_ust_ctl_snapshot@Base 2.13.0
+ lttng_ust_ctl_snapshot_get_consumed@Base 2.13.0
+ lttng_ust_ctl_snapshot_get_produced@Base 2.13.0
+ lttng_ust_ctl_snapshot_sample_positions@Base 2.13.0
+ lttng_ust_ctl_sock_flush_buffer@Base 2.13.0
+ lttng_ust_ctl_start_session@Base 2.13.0
+ lttng_ust_ctl_stop_session@Base 2.13.0
+ lttng_ust_ctl_stream_close_wait_fd@Base 2.13.0
+ lttng_ust_ctl_stream_close_wakeup_fd@Base 2.13.0
+ lttng_ust_ctl_stream_get_wait_fd@Base 2.13.0
+ lttng_ust_ctl_stream_get_wakeup_fd@Base 2.13.0
+ lttng_ust_ctl_tracepoint_field_list@Base 2.13.0
+ lttng_ust_ctl_tracepoint_field_list_get@Base 2.13.0
+ lttng_ust_ctl_tracepoint_list@Base 2.13.0
+ lttng_ust_ctl_tracepoint_list_get@Base 2.13.0
+ lttng_ust_ctl_tracer_version@Base 2.13.0
+ lttng_ust_ctl_wait_quiescent@Base 2.13.0
+ lttng_ust_ctl_write_metadata_to_channel@Base 2.13.0
+ lttng_ust_ctl_write_one_packet_to_channel@Base 2.13.0
diff -Nru ust-2.13.7/debian/liblttng-ust-python-agent1.install 
ust-2.13.7/debian/liblttng-ust-python-agent1.install
--- ust-2.13.7/debian/liblttng-ust-python-agent1.install        2021-11-02 
16:40:11.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-python-agent1.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/liblttng-ust-python-agent.so.1*
diff -Nru ust-2.13.7/debian/liblttng-ust-python-agent1.symbols 
ust-2.13.7/debian/liblttng-ust-python-agent1.symbols
--- ust-2.13.7/debian/liblttng-ust-python-agent1.symbols        2023-08-03 
18:53:42.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-python-agent1.symbols        1970-01-01 
00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-liblttng-ust-python-agent.so.1 liblttng-ust-python-agent1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
- (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
- py_tracepoint@Base 2.13.0
diff -Nru ust-2.13.7/debian/liblttng-ust-python-agent1t64.install 
ust-2.13.7/debian/liblttng-ust-python-agent1t64.install
--- ust-2.13.7/debian/liblttng-ust-python-agent1t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-python-agent1t64.install     2021-11-02 
16:40:11.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/liblttng-ust-python-agent.so.1*
diff -Nru ust-2.13.7/debian/liblttng-ust-python-agent1t64.lintian-overrides 
ust-2.13.7/debian/liblttng-ust-python-agent1t64.lintian-overrides
--- ust-2.13.7/debian/liblttng-ust-python-agent1t64.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-python-agent1t64.lintian-overrides   
2024-02-04 17:19:01.000000000 +0000
@@ -0,0 +1 @@
+liblttng-ust-python-agent1t64: package-name-doesnt-match-sonames 
liblttng-ust-python-agent1
diff -Nru ust-2.13.7/debian/liblttng-ust-python-agent1t64.symbols 
ust-2.13.7/debian/liblttng-ust-python-agent1t64.symbols
--- ust-2.13.7/debian/liblttng-ust-python-agent1t64.symbols     1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust-python-agent1t64.symbols     2024-02-04 
17:19:01.000000000 +0000
@@ -0,0 +1,5 @@
+liblttng-ust-python-agent.so.1 liblttng-ust-python-agent1t64 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ py_tracepoint@Base 2.13.0
diff -Nru ust-2.13.7/debian/liblttng-ust1.install 
ust-2.13.7/debian/liblttng-ust1.install
--- ust-2.13.7/debian/liblttng-ust1.install     2021-11-02 16:40:11.000000000 
+0000
+++ ust-2.13.7/debian/liblttng-ust1.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1,9 +0,0 @@
-usr/lib/*/liblttng-ust.so.1*
-usr/lib/*/liblttng-ust-dl.so.1*
-usr/lib/*/liblttng-ust-fd.so.1*
-usr/lib/*/liblttng-ust-fork.so.1*
-usr/lib/*/liblttng-ust-tracepoint.so.1*
-usr/lib/*/liblttng-ust-cyg-profile.so.1*
-usr/lib/*/liblttng-ust-cyg-profile-fast.so.1*
-usr/lib/*/liblttng-ust-pthread-wrapper.so.1*
-usr/lib/*/liblttng-ust-libc-wrapper.so.1*
diff -Nru ust-2.13.7/debian/liblttng-ust1.symbols 
ust-2.13.7/debian/liblttng-ust1.symbols
--- ust-2.13.7/debian/liblttng-ust1.symbols     2023-08-03 18:53:42.000000000 
+0000
+++ ust-2.13.7/debian/liblttng-ust1.symbols     1970-01-01 00:00:00.000000000 
+0000
@@ -1,147 +0,0 @@
-liblttng-ust-cyg-profile-fast.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- __cyg_profile_func_enter@Base 2.13.0
- __cyg_profile_func_exit@Base 2.13.0
- (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
- (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
-liblttng-ust-cyg-profile.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- __cyg_profile_func_enter@Base 2.13.0
- __cyg_profile_func_exit@Base 2.13.0
- (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
- (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
-liblttng-ust-dl.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
- (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
- dlclose@Base 2.13.0
- dlmopen@Base 2.13.0
- dlopen@Base 2.13.0
-liblttng-ust-fd.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- close@Base 2.13.0
- fclose@Base 2.13.0
-liblttng-ust-fork.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- clone@Base 2.13.0
- daemon@Base 2.13.0
- fork@Base 2.13.0
- setegid@Base 2.13.0
- seteuid@Base 2.13.0
- setgid@Base 2.13.0
- setns@Base 2.13.0
- setregid@Base 2.13.0
- setresgid@Base 2.13.0
- setresuid@Base 2.13.0
- setreuid@Base 2.13.0
- setuid@Base 2.13.0
- unshare@Base 2.13.0
-liblttng-ust-libc-wrapper.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
- (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
- calloc@Base 2.13.0
- free@Base 2.13.0
- lttng_ust_libc_wrapper_malloc_ctor@Base 2.13.0
- malloc@Base 2.13.0
- memalign@Base 2.13.0
- posix_memalign@Base 2.13.0
- realloc@Base 2.13.0
-liblttng-ust-pthread-wrapper.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
- (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
- pthread_mutex_lock@Base 2.13.0
- pthread_mutex_trylock@Base 2.13.0
- pthread_mutex_unlock@Base 2.13.0
-liblttng-ust-tracepoint.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- lttng_ust_tp_disable_destructors@Base 2.13.0
- lttng_ust_tp_exit@Base 2.13.0
- lttng_ust_tp_get_destructors_state@Base 2.13.0
- lttng_ust_tp_init@Base 2.13.0
- lttng_ust_tp_probe_prune_release_queue@Base 2.13.0
- lttng_ust_tp_probe_register_queue_release@Base 2.13.0
- lttng_ust_tp_probe_unregister_queue_release@Base 2.13.0
- lttng_ust_tp_rcu_dereference_sym@Base 2.13.0
- lttng_ust_tp_rcu_read_lock@Base 2.13.0
- lttng_ust_tp_rcu_read_unlock@Base 2.13.0
- lttng_ust_tracepoint_module_register@Base 2.13.0
- lttng_ust_tracepoint_module_unregister@Base 2.13.0
- lttng_ust_tracepoint_provider_register@Base 2.13.0
- lttng_ust_tracepoint_provider_unregister@Base 2.13.0
- tracepoint_register_lib@Base 2.13.0
-liblttng-ust.so.1 liblttng-ust1 #MINVER#
-* Build-Depends-Package: liblttng-ust-dev
- init_usterr@Base 2.13.0
- lttng_ust__tracef@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE@Base 2.13.0
- lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING@Base 2.13.0
- lttng_ust__vtracef@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE@Base 2.13.0
- lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING@Base 2.13.0
- lttng_ust_after_fork_child@Base 2.13.0
- lttng_ust_after_fork_parent@Base 2.13.0
- lttng_ust_after_setegid@Base 2.13.0
- lttng_ust_after_seteuid@Base 2.13.0
- lttng_ust_after_setgid@Base 2.13.0
- lttng_ust_after_setns@Base 2.13.0
- lttng_ust_after_setregid@Base 2.13.0
- lttng_ust_after_setresgid@Base 2.13.0
- lttng_ust_after_setresuid@Base 2.13.0
- lttng_ust_after_setreuid@Base 2.13.0
- lttng_ust_after_setuid@Base 2.13.0
- lttng_ust_after_unshare@Base 2.13.0
- lttng_ust_before_fork@Base 2.13.0
- lttng_ust_context_procname_reset@Base 2.13.0
- lttng_ust_context_provider_register@Base 2.13.0
- lttng_ust_context_provider_unregister@Base 2.13.0
- lttng_ust_dl_update@Base 2.13.0
- lttng_ust_init_thread@Base 2.13.0
- lttng_ust_libc_wrapper_malloc_ctor@Base 2.13.0
- lttng_ust_loaded@Base 2.13.0
- lttng_ust_probe_register@Base 2.13.0
- lttng_ust_probe_unregister@Base 2.13.0
- lttng_ust_strerror@Base 2.13.0
- lttng_ust_tracepoint_lttng_ust_tracef___event@Base 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE@Base
 2.13.0
- 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING@Base
 2.13.0
diff -Nru ust-2.13.7/debian/liblttng-ust1t64.install 
ust-2.13.7/debian/liblttng-ust1t64.install
--- ust-2.13.7/debian/liblttng-ust1t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ ust-2.13.7/debian/liblttng-ust1t64.install  2021-11-02 16:40:11.000000000 
+0000
@@ -0,0 +1,9 @@
+usr/lib/*/liblttng-ust.so.1*
+usr/lib/*/liblttng-ust-dl.so.1*
+usr/lib/*/liblttng-ust-fd.so.1*
+usr/lib/*/liblttng-ust-fork.so.1*
+usr/lib/*/liblttng-ust-tracepoint.so.1*
+usr/lib/*/liblttng-ust-cyg-profile.so.1*
+usr/lib/*/liblttng-ust-cyg-profile-fast.so.1*
+usr/lib/*/liblttng-ust-pthread-wrapper.so.1*
+usr/lib/*/liblttng-ust-libc-wrapper.so.1*
diff -Nru ust-2.13.7/debian/liblttng-ust1t64.lintian-overrides 
ust-2.13.7/debian/liblttng-ust1t64.lintian-overrides
--- ust-2.13.7/debian/liblttng-ust1t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ ust-2.13.7/debian/liblttng-ust1t64.lintian-overrides        2024-02-04 
17:19:01.000000000 +0000
@@ -0,0 +1 @@
+liblttng-ust1t64: package-name-doesnt-match-sonames liblttng-ust1
diff -Nru ust-2.13.7/debian/liblttng-ust1t64.symbols 
ust-2.13.7/debian/liblttng-ust1t64.symbols
--- ust-2.13.7/debian/liblttng-ust1t64.symbols  1970-01-01 00:00:00.000000000 
+0000
+++ ust-2.13.7/debian/liblttng-ust1t64.symbols  2024-02-04 17:19:01.000000000 
+0000
@@ -0,0 +1,147 @@
+liblttng-ust-cyg-profile-fast.so.1 liblttng-ust1t64 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ __cyg_profile_func_enter@Base 2.13.0
+ __cyg_profile_func_exit@Base 2.13.0
+ (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
+liblttng-ust-cyg-profile.so.1 liblttng-ust1 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ __cyg_profile_func_enter@Base 2.13.0
+ __cyg_profile_func_exit@Base 2.13.0
+ (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
+liblttng-ust-dl.so.1 liblttng-ust1 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ dlclose@Base 2.13.0
+ dlmopen@Base 2.13.0
+ dlopen@Base 2.13.0
+liblttng-ust-fd.so.1 liblttng-ust1 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ close@Base 2.13.0
+ fclose@Base 2.13.0
+liblttng-ust-fork.so.1 liblttng-ust1 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ clone@Base 2.13.0
+ daemon@Base 2.13.0
+ fork@Base 2.13.0
+ setegid@Base 2.13.0
+ seteuid@Base 2.13.0
+ setgid@Base 2.13.0
+ setns@Base 2.13.0
+ setregid@Base 2.13.0
+ setresgid@Base 2.13.0
+ setresuid@Base 2.13.0
+ setreuid@Base 2.13.0
+ setuid@Base 2.13.0
+ unshare@Base 2.13.0
+liblttng-ust-libc-wrapper.so.1 liblttng-ust1 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ calloc@Base 2.13.0
+ free@Base 2.13.0
+ lttng_ust_libc_wrapper_malloc_ctor@Base 2.13.0
+ malloc@Base 2.13.0
+ memalign@Base 2.13.0
+ posix_memalign@Base 2.13.0
+ realloc@Base 2.13.0
+liblttng-ust-pthread-wrapper.so.1 liblttng-ust1 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ (optional=lto)__start_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ (optional=lto)__stop_lttng_ust_tracepoints_ptrs@Base 2.13.0
+ pthread_mutex_lock@Base 2.13.0
+ pthread_mutex_trylock@Base 2.13.0
+ pthread_mutex_unlock@Base 2.13.0
+liblttng-ust-tracepoint.so.1 liblttng-ust1 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ lttng_ust_tp_disable_destructors@Base 2.13.0
+ lttng_ust_tp_exit@Base 2.13.0
+ lttng_ust_tp_get_destructors_state@Base 2.13.0
+ lttng_ust_tp_init@Base 2.13.0
+ lttng_ust_tp_probe_prune_release_queue@Base 2.13.0
+ lttng_ust_tp_probe_register_queue_release@Base 2.13.0
+ lttng_ust_tp_probe_unregister_queue_release@Base 2.13.0
+ lttng_ust_tp_rcu_dereference_sym@Base 2.13.0
+ lttng_ust_tp_rcu_read_lock@Base 2.13.0
+ lttng_ust_tp_rcu_read_unlock@Base 2.13.0
+ lttng_ust_tracepoint_module_register@Base 2.13.0
+ lttng_ust_tracepoint_module_unregister@Base 2.13.0
+ lttng_ust_tracepoint_provider_register@Base 2.13.0
+ lttng_ust_tracepoint_provider_unregister@Base 2.13.0
+ tracepoint_register_lib@Base 2.13.0
+liblttng-ust.so.1 liblttng-ust1 #MINVER#
+* Build-Depends-Package: liblttng-ust-dev
+ init_usterr@Base 2.13.0
+ lttng_ust__tracef@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE@Base 2.13.0
+ lttng_ust__tracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING@Base 2.13.0
+ lttng_ust__vtracef@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE@Base 2.13.0
+ lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING@Base 2.13.0
+ lttng_ust_after_fork_child@Base 2.13.0
+ lttng_ust_after_fork_parent@Base 2.13.0
+ lttng_ust_after_setegid@Base 2.13.0
+ lttng_ust_after_seteuid@Base 2.13.0
+ lttng_ust_after_setgid@Base 2.13.0
+ lttng_ust_after_setns@Base 2.13.0
+ lttng_ust_after_setregid@Base 2.13.0
+ lttng_ust_after_setresgid@Base 2.13.0
+ lttng_ust_after_setresuid@Base 2.13.0
+ lttng_ust_after_setreuid@Base 2.13.0
+ lttng_ust_after_setuid@Base 2.13.0
+ lttng_ust_after_unshare@Base 2.13.0
+ lttng_ust_before_fork@Base 2.13.0
+ lttng_ust_context_procname_reset@Base 2.13.0
+ lttng_ust_context_provider_register@Base 2.13.0
+ lttng_ust_context_provider_unregister@Base 2.13.0
+ lttng_ust_dl_update@Base 2.13.0
+ lttng_ust_init_thread@Base 2.13.0
+ lttng_ust_libc_wrapper_malloc_ctor@Base 2.13.0
+ lttng_ust_loaded@Base 2.13.0
+ lttng_ust_probe_register@Base 2.13.0
+ lttng_ust_probe_unregister@Base 2.13.0
+ lttng_ust_strerror@Base 2.13.0
+ lttng_ust_tracepoint_lttng_ust_tracef___event@Base 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_ALERT@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_FUNCTION@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_LINE@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_MODULE@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROCESS@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_PROGRAM@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_SYSTEM@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG_UNIT@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_EMERG@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_INFO@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_NOTICE@Base
 2.13.0
+ 
lttng_ust_tracepoint_lttng_ust_tracelog___LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING@Base
 2.13.0

Reply via email to