[Debian-ha-maintainers] Bug#1062082: cluster-glue: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Wed Jan 31 09:33:31 GMT 2024


Source: cluster-glue
Version: 1.0.12-22
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm at 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
cluster-glue 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 cluster-glue
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'), (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)
-------------- next part --------------
diff -Nru cluster-glue-1.0.12/debian/changelog cluster-glue-1.0.12/debian/changelog
--- cluster-glue-1.0.12/debian/changelog	2023-10-24 18:23:52.000000000 +0000
+++ cluster-glue-1.0.12/debian/changelog	2024-01-31 09:31:47.000000000 +0000
@@ -1,3 +1,10 @@
+cluster-glue (1.0.12-22.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Wed, 31 Jan 2024 09:31:47 +0000
+
 cluster-glue (1.0.12-22) unstable; urgency=medium
 
   [ Valentin Vidic ]
diff -Nru cluster-glue-1.0.12/debian/control cluster-glue-1.0.12/debian/control
--- cluster-glue-1.0.12/debian/control	2023-10-24 17:54:32.000000000 +0000
+++ cluster-glue-1.0.12/debian/control	2024-01-31 09:31:47.000000000 +0000
@@ -54,11 +54,11 @@
  adduser,
  bzip2,
  libtimedate-perl,
- liblrm2 (>= ${binary:Version}),
- libpils2 (>= ${binary:Version}),
- libplumb2 (>= ${binary:Version}),
- libplumbgpl2 (>= ${binary:Version}),
- libstonith1 (>= ${binary:Version}),
+ liblrm2t64 (>= ${binary:Version}),
+ libpils2t64 (>= ${binary:Version}),
+ libplumb2t64 (>= ${binary:Version}),
+ libplumbgpl2t64 (>= ${binary:Version}),
+ libstonith1t64 (>= ${binary:Version}),
 Pre-Depends: ${misc:Pre-Depends}
 Suggests:
  ipmitool
@@ -89,60 +89,75 @@
  If you are developing for cluster-glue, you probably want to
  install this package.
 
-Package: liblrm2
+Package: liblrm2t64
+Provides: ${t64:Provides}
+Replaces: liblrm2
+Breaks: liblrm2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Description: Reusable cluster libraries -- liblrm2
+Description: Reusable cluster libraries -- liblrm2t64
  This package contains the lrm helper library from cluster-glue,
  the reusable cluster components package.
  .
  If you want to use the pacemaker cluster manager, than you want
  to install this package.
 
-Package: libpils2
+Package: libpils2t64
+Provides: ${t64:Provides}
+Replaces: libpils2
+Breaks: libpils2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Description: Reusable cluster libraries -- libpils2
+Description: Reusable cluster libraries -- libpils2t64
  This package contains the pils library from cluster-glue, the
  reusable cluster components package.
  .
  If you want to use the pacemaker cluster manager, than you want
  to install this package.
 
-Package: libplumb2
+Package: libplumb2t64
+Provides: ${t64:Provides}
+Replaces: libplumb2
+Breaks: libplumb2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Description: Reusable cluster libraries -- libplumb2
+Description: Reusable cluster libraries -- libplumb2t64
  This package contains the plumber library from cluster-glue, the
  reusable cluster components package.
  .
  If you want to use the pacemaker cluster manager, than you want
  to install this package.
 
-Package: libplumbgpl2
+Package: libplumbgpl2t64
+Provides: ${t64:Provides}
+Replaces: libplumbgpl2
+Breaks: libplumbgpl2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Description: Reusable cluster libraries -- libplumbgpl2
+Description: Reusable cluster libraries -- libplumbgpl2t64
  This package contains the plumber library from cluster-glue,
  the reusable cluster components package, in the GPL version.
  .
  If you want to use the pacemaker cluster manager, than you want
  to install this package.
 
-Package: libstonith1
+Package: libstonith1t64
+Provides: ${t64:Provides}
+Replaces: libstonith1
+Breaks: libstonith1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Description: Reusable cluster libraries -- libstonith1
+Description: Reusable cluster libraries -- libstonith1t64
  This package contains the stonith library from cluster-glue, the
  reusable cluster components package.
  .
@@ -153,61 +168,61 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- liblrm2 (= ${binary:Version})
+ liblrm2t64 (= ${binary:Version})
 Description: Reusable cluster development files -- liblrm
  This package contains the development files of the lrm helper
  library from cluster-glue, the reusable cluster components
  package.
  .
- If you are developing with liblrm2, you probably want to
+ If you are developing with liblrm2t64, you probably want to
  install this package.
 
 Package: libpils2-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libpils2 (= ${binary:Version}),
+ libpils2t64 (= ${binary:Version}),
  libltdl-dev
-Description: Reusable cluster development files -- libpils2
+Description: Reusable cluster development files -- libpils2t64
  This package contains the development files of the pils
  library from cluster-glue, the reusable cluster components
  package.
  .
- If you are developing with libpils2, you probably want to
+ If you are developing with libpils2t64, you probably want to
  install this package.
 
 Package: libplumb2-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libplumb2 (= ${binary:Version})
-Description: Reusable cluster development files -- libplumb2
+ libplumb2t64 (= ${binary:Version})
+Description: Reusable cluster development files -- libplumb2t64
  This package contains the development files of the plumber
  library from cluster-glue, the reusable cluster components
  package.
  .
- If you are developing with libplumb2, you probably want to
+ If you are developing with libplumb2t64, you probably want to
  install this package.
 
 Package: libplumbgpl2-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libplumbgpl2 (= ${binary:Version})
-Description: Reusable cluster development files -- libplumbgpl2
+ libplumbgpl2t64 (= ${binary:Version})
+Description: Reusable cluster development files -- libplumbgpl2t64
  This package contains the development files of the plumber
  library from cluster-glue, the reusable cluster components
  package, in the GPL version.
  .
- If you are developing with libplumbgpl2, you probably want to
+ If you are developing with libplumbgpl2t64, you probably want to
  install this package.
 
 Package: libstonith1-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libstonith1 (= ${binary:Version})
-Description: Reusable cluster development files -- libstonith1
+ libstonith1t64 (= ${binary:Version})
+Description: Reusable cluster development files -- libstonith1t64
  This package contains the development files of the stonith
  library from cluster-glue, the reusable cluster components
  package.
diff -Nru cluster-glue-1.0.12/debian/liblrm2.install cluster-glue-1.0.12/debian/liblrm2.install
--- cluster-glue-1.0.12/debian/liblrm2.install	2019-01-21 09:20:03.000000000 +0000
+++ cluster-glue-1.0.12/debian/liblrm2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/liblrm.so.2.0.0
-usr/lib/liblrm.so.2
diff -Nru cluster-glue-1.0.12/debian/liblrm2.symbols cluster-glue-1.0.12/debian/liblrm2.symbols
--- cluster-glue-1.0.12/debian/liblrm2.symbols	2019-01-21 09:27:49.000000000 +0000
+++ cluster-glue-1.0.12/debian/liblrm2.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,24 +0,0 @@
-liblrm.so.2 liblrm2 #MINVER#
-* Build-Depends-Package: liblrm2-dev
- closefiles at Base 0
- copy_str_table at Base 0
- create_lrm_addrsc_msg at Base 0
- create_lrm_msg at Base 0
- create_lrm_reg_msg at Base 0
- create_lrm_ret at Base 0
- create_lrm_rsc_msg at Base 0
- execra_code2string at Base 0
- filtered at Base 0
- free_str_table at Base 0
- get_failed_exec_rc at Base 0
- get_ra_pathname at Base 0
- get_runnable_list at Base 0
- ll_lrm_new at Base 0
- lrm_free_op at Base 0
- lrm_free_op_list at Base 0
- lrm_free_rsc at Base 0
- lrm_free_str_list at Base 0
- lrm_free_str_table at Base 0
- lrm_op_new at Base 0
- lrm_zero_op at Base 0
- merge_str_tables at Base 0
diff -Nru cluster-glue-1.0.12/debian/liblrm2t64.install cluster-glue-1.0.12/debian/liblrm2t64.install
--- cluster-glue-1.0.12/debian/liblrm2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/liblrm2t64.install	2019-01-21 09:20:03.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/liblrm.so.2.0.0
+usr/lib/liblrm.so.2
diff -Nru cluster-glue-1.0.12/debian/liblrm2t64.lintian-overrides cluster-glue-1.0.12/debian/liblrm2t64.lintian-overrides
--- cluster-glue-1.0.12/debian/liblrm2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/liblrm2t64.lintian-overrides	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1 @@
+liblrm2t64: package-name-doesnt-match-sonames liblrm2
diff -Nru cluster-glue-1.0.12/debian/liblrm2t64.symbols cluster-glue-1.0.12/debian/liblrm2t64.symbols
--- cluster-glue-1.0.12/debian/liblrm2t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/liblrm2t64.symbols	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1,24 @@
+liblrm.so.2 liblrm2t64 #MINVER#
+* Build-Depends-Package: liblrm2t64-dev
+ closefiles at Base 0
+ copy_str_table at Base 0
+ create_lrm_addrsc_msg at Base 0
+ create_lrm_msg at Base 0
+ create_lrm_reg_msg at Base 0
+ create_lrm_ret at Base 0
+ create_lrm_rsc_msg at Base 0
+ execra_code2string at Base 0
+ filtered at Base 0
+ free_str_table at Base 0
+ get_failed_exec_rc at Base 0
+ get_ra_pathname at Base 0
+ get_runnable_list at Base 0
+ ll_lrm_new at Base 0
+ lrm_free_op at Base 0
+ lrm_free_op_list at Base 0
+ lrm_free_rsc at Base 0
+ lrm_free_str_list at Base 0
+ lrm_free_str_table at Base 0
+ lrm_op_new at Base 0
+ lrm_zero_op at Base 0
+ merge_str_tables at Base 0
diff -Nru cluster-glue-1.0.12/debian/libpils2.install cluster-glue-1.0.12/debian/libpils2.install
--- cluster-glue-1.0.12/debian/libpils2.install	2019-01-21 09:20:03.000000000 +0000
+++ cluster-glue-1.0.12/debian/libpils2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/libpils.so.2.0.0
-usr/lib/libpils.so.2
diff -Nru cluster-glue-1.0.12/debian/libpils2.symbols cluster-glue-1.0.12/debian/libpils2.symbols
--- cluster-glue-1.0.12/debian/libpils2.symbols	2019-01-21 09:28:04.000000000 +0000
+++ cluster-glue-1.0.12/debian/libpils2.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,22 +0,0 @@
-libpils.so.2 libpils2 #MINVER#
-* Build-Depends-Package: libpils2-dev
- DelPILPluginUniv at Base 0
- NewPILPluginUniv at Base 0
- PILCallLog at Base 0
- PILFreePluginList at Base 0
- PILGetDebugLevel at Base 0
- PILGetIFRefCount at Base 0
- PILIncrIFRefCount at Base 0
- PILListPlugins at Base 0
- PILLoadPlugin at Base 0
- PILLogMemStats at Base 0
- PILPluginExists at Base 0
- PILSetDebugLevel at Base 0
- PIL_strerror at Base 0
- PILpisysGetDebugLevel at Base 0
- PILpisysSetDebugLevel at Base 0
- PilPluginUnivSetLog at Base 0
- PilPluginUnivSetMemalloc at Base 0
- nosuchfunctionname at Base 0
- strlcat at Base 0
- strlcpy at Base 0
diff -Nru cluster-glue-1.0.12/debian/libpils2t64.install cluster-glue-1.0.12/debian/libpils2t64.install
--- cluster-glue-1.0.12/debian/libpils2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libpils2t64.install	2019-01-21 09:20:03.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/libpils.so.2.0.0
+usr/lib/libpils.so.2
diff -Nru cluster-glue-1.0.12/debian/libpils2t64.lintian-overrides cluster-glue-1.0.12/debian/libpils2t64.lintian-overrides
--- cluster-glue-1.0.12/debian/libpils2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libpils2t64.lintian-overrides	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1 @@
+libpils2t64: package-name-doesnt-match-sonames libpils2
diff -Nru cluster-glue-1.0.12/debian/libpils2t64.symbols cluster-glue-1.0.12/debian/libpils2t64.symbols
--- cluster-glue-1.0.12/debian/libpils2t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libpils2t64.symbols	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1,22 @@
+libpils.so.2 libpils2t64 #MINVER#
+* Build-Depends-Package: libpils2t64-dev
+ DelPILPluginUniv at Base 0
+ NewPILPluginUniv at Base 0
+ PILCallLog at Base 0
+ PILFreePluginList at Base 0
+ PILGetDebugLevel at Base 0
+ PILGetIFRefCount at Base 0
+ PILIncrIFRefCount at Base 0
+ PILListPlugins at Base 0
+ PILLoadPlugin at Base 0
+ PILLogMemStats at Base 0
+ PILPluginExists at Base 0
+ PILSetDebugLevel at Base 0
+ PIL_strerror at Base 0
+ PILpisysGetDebugLevel at Base 0
+ PILpisysSetDebugLevel at Base 0
+ PilPluginUnivSetLog at Base 0
+ PilPluginUnivSetMemalloc at Base 0
+ nosuchfunctionname at Base 0
+ strlcat at Base 0
+ strlcpy at Base 0
diff -Nru cluster-glue-1.0.12/debian/libplumb2.install cluster-glue-1.0.12/debian/libplumb2.install
--- cluster-glue-1.0.12/debian/libplumb2.install	2019-01-21 09:20:03.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumb2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/libplumb.so.2.1.0
-usr/lib/libplumb.so.2
diff -Nru cluster-glue-1.0.12/debian/libplumb2.symbols cluster-glue-1.0.12/debian/libplumb2.symbols
--- cluster-glue-1.0.12/debian/libplumb2.symbols	2019-01-21 09:28:36.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumb2.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,317 +0,0 @@
-libplumb.so.2 libplumb2 #MINVER#
-* Build-Depends-Package: libplumb2-dev
- CompressFuncs at Base 0
- DisableProcLogging at Base 0
- EnableProcLogging at Base 0
- FT_strings at Base 0
- ForEachProc at Base 0
- G_CH_check_int at Base 0
- G_CH_destroy_int at Base 0
- G_CH_dispatch_int at Base 0
- G_CH_prepare_int at Base 0
- G_main_IPC_Channel_constructor at Base 0
- G_main_IPC_Channel_pause at Base 0
- G_main_IPC_Channel_resume at Base 0
- G_main_add_IPC_Channel at Base 0
- G_main_add_IPC_WaitConnection at Base 0
- G_main_add_SignalHandler at Base 0
- G_main_add_TriggerHandler at Base 0
- G_main_add_fd at Base 0
- G_main_add_input at Base 0
- G_main_add_tempproc_trigger at Base 0
- G_main_del_IPC_Channel at Base 0
- G_main_del_IPC_WaitConnection at Base 0
- G_main_del_SignalHandler at Base 0
- G_main_del_TriggerHandler at Base 0
- G_main_del_fd at Base 0
- G_main_set_trigger at Base 0
- G_main_setall_id at Base 0
- G_main_setdescription at Base 0
- G_main_setdescription_id at Base 0
- G_main_setmaxdispatchdelay at Base 0
- G_main_setmaxdispatchdelay_id at Base 0
- G_main_setmaxdispatchtime at Base 0
- G_main_setmaxdispatchtime_id at Base 0
- GetProcInfo at Base 0
- Gmain_timeout_add at Base 0
- Gmain_timeout_add_full at Base 0
- Gmain_timeout_remove at Base 0
- HMAC at Base 0
- LogToDaemon at Base 0
- MD5 at Base 0
- MD5Final at Base 0
- MD5Init at Base 0
- MD5Transform at Base 0
- MD5Update at Base 0
- NewTrackedProc at Base 0
- RemoveTrackedProcTimeouts at Base 0
- ReportProcHasDied at Base 0
- SetTrackedProcTimeouts at Base 0
- (arch=!linux-any)add_longclock at Base 1.0.12
- base64_to_binary at Base 0
- binary_to_base64 at Base 0
- bytes_for_int at Base 0
- cancelmstimer at Base 0
- cl_binary_to_int at Base 0
- cl_cdtocoredir at Base 0
- cl_compress_field at Base 0
- cl_compress_load_plugin at Base 0
- cl_compress_remove_plugin at Base 0
- cl_compressmsg at Base 0
- cl_cpu_limit_disable at Base 0
- cl_cpu_limit_ms_interval at Base 0
- cl_cpu_limit_setpercent at Base 0
- cl_cpu_limit_update at Base 0
- cl_decompress_field at Base 0
- cl_decompressmsg at Base 0
- cl_direct_log at Base 0
- cl_disable_realtime at Base 0
- cl_dump_msgstats at Base 0
- cl_enable_coredump_before_reboot at Base 0
- cl_enable_coredumps at Base 0
- cl_enable_realtime at Base 0
- cl_file_exists at Base 0
- cl_flush_logs at Base 0
- cl_get_binary at Base 0
- cl_get_compress_fns at Base 0
- cl_get_env at Base 0
- cl_get_msec at Base 0
- cl_get_string at Base 0
- cl_get_struct at Base 0
- cl_get_type at Base 0
- cl_get_uuid at Base 0
- cl_glib_msg_handler at Base 0
- cl_glibpoll at Base 0
- cl_have_full_privs at Base 0
- cl_inherit_logging_environment at Base 0
- cl_ipc_wait_timeout at Base 0
- cl_limit_log at Base 1.0.8
- cl_limit_log_destroy at Base 1.0.8
- cl_limit_log_new at Base 1.0.8
- cl_limit_log_reset at Base 1.0.8
- cl_load_plugin at Base 0
- cl_lock_pidfile at Base 0
- cl_log at Base 0
- cl_log_args at Base 0
- cl_log_close_log_files at Base 1.0.7
- cl_log_do_fflush at Base 1.0.7
- cl_log_enable_stderr at Base 0
- cl_log_enable_stdout at Base 0
- cl_log_enable_syslog_filefmt at Base 0
- cl_log_get_logdtime at Base 0
- cl_log_get_uselogd at Base 0
- cl_log_is_logd_fd at Base 0
- cl_log_message at Base 0
- cl_log_set_debugfile at Base 0
- cl_log_set_entity at Base 0
- cl_log_set_facility at Base 0
- cl_log_set_logd_channel_source at Base 0
- cl_log_set_logdtime at Base 0
- cl_log_set_logfile at Base 0
- cl_log_set_syslogprefix at Base 1.0.7
- cl_log_set_uselogd at Base 0
- cl_log_test_logd at Base 0
- cl_log_use_buffered_io at Base 1.0.7
- cl_make_normaltime at Base 0
- cl_make_realtime at Base 0
- cl_msg_add_list at Base 0
- cl_msg_add_list_int at Base 0
- cl_msg_add_list_str at Base 0
- cl_msg_get_list at Base 0
- cl_msg_get_list_int at Base 0
- cl_msg_list_add_string at Base 0
- cl_msg_list_length at Base 0
- cl_msg_list_nth_data at Base 0
- cl_msg_modbin at Base 0
- cl_msg_modstring at Base 0
- cl_msg_modstruct at Base 0
- cl_msg_moduuid at Base 0
- cl_msg_quiet_fmterr at Base 0
- cl_msg_remove at Base 0
- cl_msg_remove_offset at Base 0
- cl_msg_remove_value at Base 0
- cl_msg_replace at Base 0
- cl_msg_replace_value at Base 0
- cl_msg_setstats at Base 0
- cl_msg_stats_add at Base 0
- cl_nonrealtime_malloc_count at Base 0
- cl_nonrealtime_malloc_size at Base 0
- cl_parse_int at Base 0
- cl_perror at Base 0
- cl_poll at Base 0
- cl_poll_ignore at Base 0
- (arch=linux-any)cl_poll_setsig at Base 0
- cl_randseed at Base 0
- cl_read_pidfile at Base 0
- cl_read_pidfile_no_checking at Base 0
- cl_realtime_malloc_check at Base 0
- cl_reboot at Base 0
- cl_remove_plugin at Base 0
- cl_set_all_coredump_signal_handlers at Base 0
- cl_set_authentication_computation_method at Base 0
- cl_set_compress_fns at Base 0
- cl_set_compression_threshold at Base 0
- cl_set_coredump_signal_handler at Base 0
- cl_set_corerootdir at Base 0
- cl_set_msg_format at Base 0
- cl_set_oldmsgauthfunc at Base 0
- cl_set_traditional_compression at Base 0
- cl_shortsleep at Base 0
- cl_signal_block at Base 0
- cl_signal_block_set at Base 0
- cl_signal_set_action at Base 0
- cl_signal_set_handler at Base 0
- cl_signal_set_handler_mode at Base 0
- cl_signal_set_interrupt at Base 0
- cl_signal_set_simple_action at Base 0
- cl_signal_set_simple_handler at Base 0
- cl_str_to_boolean at Base 0
- cl_syslogfac_int2str at Base 0
- cl_syslogfac_str2int at Base 0
- cl_times at Base 0
- cl_unlock_pidfile at Base 0
- cl_untaint_coredumps at Base 0
- cl_uuid_clear at Base 0
- cl_uuid_compare at Base 0
- cl_uuid_copy at Base 0
- cl_uuid_g_equal at Base 0
- cl_uuid_g_hash at Base 0
- cl_uuid_generate at Base 0
- cl_uuid_is_null at Base 0
- cl_uuid_parse at Base 0
- cl_uuid_unparse at Base 0
- (arch=!linux-any)cmp_longclock at Base 1.0.12
- compose_netstring at Base 0
- convert_nl_sym at Base 0
- debug_level at Base 0
- debugproctrack at Base 0
- drop_privs at Base 0
- dsecsto_longclock at Base 0
- dump_clmsg_ipcmsg_stats at Base 0
- dump_ipc_info at Base 0
- facilitynames at Base 0
- fieldtypefuncs at Base 0
- g_main_output_is_blocked at Base 0
- get_log_chan at Base 0
- get_netstringlen at Base 0
- get_netstringlen_auth at Base 0
- get_next_random at Base 0
- get_stringlen at Base 0
- ha_msg_add at Base 0
- ha_msg_add_int at Base 0
- ha_msg_add_nv at Base 0
- ha_msg_add_str_table at Base 0
- ha_msg_add_ul at Base 0
- ha_msg_addbin at Base 0
- ha_msg_addstruct at Base 0
- ha_msg_addstruct_compress at Base 0
- ha_msg_adduuid at Base 0
- ha_msg_audit at Base 0
- ha_msg_copy at Base 0
- ha_msg_del at Base 0
- ha_msg_expand at Base 0
- ha_msg_mod_int at Base 0
- ha_msg_mod_str_table at Base 0
- ha_msg_mod_ul at Base 0
- ha_msg_nadd at Base 0
- ha_msg_nadd_type at Base 0
- ha_msg_new at Base 0
- ha_msg_value_int at Base 0
- ha_msg_value_str_list at Base 0
- ha_msg_value_str_table at Base 0
- ha_msg_value_ul at Base 0
- ha_timestamp at Base 0
- hamsg2ipcmsg at Base 0
- hz_longclock at Base 0
- ipc_bufpool_del at Base 0
- ipc_bufpool_dump_stats at Base 0
- ipc_bufpool_full at Base 0
- ipc_bufpool_new at Base 0
- ipc_bufpool_partial_copy at Base 0
- ipc_bufpool_ref at Base 0
- ipc_bufpool_spaceleft at Base 0
- ipc_bufpool_unref at Base 0
- ipc_bufpool_update at Base 0
- ipc_channel_constructor at Base 0
- ipc_channel_pair at Base 0
- ipc_destroy_auth at Base 0
- ipc_pollfunc_ptr at Base 0
- ipc_set_auth at Base 0
- ipc_set_pollfunc at Base 0
- ipc_str_to_auth at Base 0
- ipc_wait_conn_constructor at Base 0
- ipcmsg2hamsg at Base 0
- ipcmsgfromIPC at Base 0
- is_auth_netstring at Base 0
- is_compressed_msg at Base 0
- list_cleanup at Base 0
- (arch=!linux-any)longclockto_long at Base 1.0.12
- longclockto_ms at Base 0
- mkstemp_mode at Base 0
- msg2ipcchan at Base 0
- msg2netstring at Base 0
- msg2netstring_buf at Base 0
- msg2netstring_noauth at Base 0
- msg2stream at Base 0
- msg2string at Base 0
- msg2string_buf at Base 0
- msg2wirefmt at Base 0
- msg2wirefmt_noac at Base 0
- msgfromIPC at Base 0
- msgfromIPC_noauth at Base 0
- msgfromIPC_timeout at Base 0
- msgfromstream at Base 0
- msgfromstream_netstring at Base 0
- msgfromstream_string at Base 0
- mssleep at Base 0
- msto_longclock at Base 0
- must_use_netstring at Base 0
- netstring2msg at Base 0
- netstring_extra at Base 0
- nodetrack_del at Base 0
- nodetrack_intersection_del at Base 0
- nodetrack_intersection_new at Base 0
- nodetrack_intersection_table at Base 0
- nodetrack_ismember at Base 0
- nodetrack_iterate at Base 0
- nodetrack_new at Base 0
- nodetrack_nodedown at Base 0
- nodetrack_nodeup at Base 0
- nosuchfunctionname at Base 0
- prio2str at Base 0
- prioritynames at Base 0
- process_netstring_nvpair at Base 0
- replytrack_del at Base 0
- replytrack_gotreply at Base 0
- replytrack_new at Base 0
- replytrack_outstanding_count at Base 0
- replytrack_outstanding_iterate at Base 0
- return_to_dropped_privs at Base 0
- return_to_orig_privs at Base 0
- secsto_longclock at Base 0
- set_IPC_Channel_dnotify at Base 0
- set_SignalHandler_dnotify at Base 0
- set_TriggerHandler_dnotify at Base 0
- set_ipc_time_debug_flag at Base 0
- set_sigchld_proctrack at Base 0
- setmsalarm at Base 0
- setmsrepeattimer at Base 0
- socket_client_channel_new at Base 0
- socket_ipcmsg_dump_stats at Base 0
- socket_wait_conn_new at Base 0
- string2msg at Base 0
- string2msg_ll at Base 0
- string_list_pack at Base 0
- string_list_pack_length at Base 0
- string_list_unpack at Base 0
- strlcat at Base 0
- strlcpy at Base 0
- struct_display_as_xml at Base 0
- struct_display_print_spaces at Base 0
- struct_netstringlen at Base 0
- struct_stringlen at Base 0
- (arch=!linux-any)sub_longclock at Base 1.0.12
- time_longclock at Base 0
- wirefmt2ipcmsg at Base 0
- wirefmt2msg at Base 0
- zero_longclock at Base 0
diff -Nru cluster-glue-1.0.12/debian/libplumb2t64.install cluster-glue-1.0.12/debian/libplumb2t64.install
--- cluster-glue-1.0.12/debian/libplumb2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumb2t64.install	2019-01-21 09:20:03.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/libplumb.so.2.1.0
+usr/lib/libplumb.so.2
diff -Nru cluster-glue-1.0.12/debian/libplumb2t64.lintian-overrides cluster-glue-1.0.12/debian/libplumb2t64.lintian-overrides
--- cluster-glue-1.0.12/debian/libplumb2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumb2t64.lintian-overrides	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1 @@
+libplumb2t64: package-name-doesnt-match-sonames libplumb2
diff -Nru cluster-glue-1.0.12/debian/libplumb2t64.symbols cluster-glue-1.0.12/debian/libplumb2t64.symbols
--- cluster-glue-1.0.12/debian/libplumb2t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumb2t64.symbols	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1,317 @@
+libplumb.so.2 libplumb2t64 #MINVER#
+* Build-Depends-Package: libplumb2t64-dev
+ CompressFuncs at Base 0
+ DisableProcLogging at Base 0
+ EnableProcLogging at Base 0
+ FT_strings at Base 0
+ ForEachProc at Base 0
+ G_CH_check_int at Base 0
+ G_CH_destroy_int at Base 0
+ G_CH_dispatch_int at Base 0
+ G_CH_prepare_int at Base 0
+ G_main_IPC_Channel_constructor at Base 0
+ G_main_IPC_Channel_pause at Base 0
+ G_main_IPC_Channel_resume at Base 0
+ G_main_add_IPC_Channel at Base 0
+ G_main_add_IPC_WaitConnection at Base 0
+ G_main_add_SignalHandler at Base 0
+ G_main_add_TriggerHandler at Base 0
+ G_main_add_fd at Base 0
+ G_main_add_input at Base 0
+ G_main_add_tempproc_trigger at Base 0
+ G_main_del_IPC_Channel at Base 0
+ G_main_del_IPC_WaitConnection at Base 0
+ G_main_del_SignalHandler at Base 0
+ G_main_del_TriggerHandler at Base 0
+ G_main_del_fd at Base 0
+ G_main_set_trigger at Base 0
+ G_main_setall_id at Base 0
+ G_main_setdescription at Base 0
+ G_main_setdescription_id at Base 0
+ G_main_setmaxdispatchdelay at Base 0
+ G_main_setmaxdispatchdelay_id at Base 0
+ G_main_setmaxdispatchtime at Base 0
+ G_main_setmaxdispatchtime_id at Base 0
+ GetProcInfo at Base 0
+ Gmain_timeout_add at Base 0
+ Gmain_timeout_add_full at Base 0
+ Gmain_timeout_remove at Base 0
+ HMAC at Base 0
+ LogToDaemon at Base 0
+ MD5 at Base 0
+ MD5Final at Base 0
+ MD5Init at Base 0
+ MD5Transform at Base 0
+ MD5Update at Base 0
+ NewTrackedProc at Base 0
+ RemoveTrackedProcTimeouts at Base 0
+ ReportProcHasDied at Base 0
+ SetTrackedProcTimeouts at Base 0
+ (arch=!linux-any)add_longclock at Base 1.0.12
+ base64_to_binary at Base 0
+ binary_to_base64 at Base 0
+ bytes_for_int at Base 0
+ cancelmstimer at Base 0
+ cl_binary_to_int at Base 0
+ cl_cdtocoredir at Base 0
+ cl_compress_field at Base 0
+ cl_compress_load_plugin at Base 0
+ cl_compress_remove_plugin at Base 0
+ cl_compressmsg at Base 0
+ cl_cpu_limit_disable at Base 0
+ cl_cpu_limit_ms_interval at Base 0
+ cl_cpu_limit_setpercent at Base 0
+ cl_cpu_limit_update at Base 0
+ cl_decompress_field at Base 0
+ cl_decompressmsg at Base 0
+ cl_direct_log at Base 0
+ cl_disable_realtime at Base 0
+ cl_dump_msgstats at Base 0
+ cl_enable_coredump_before_reboot at Base 0
+ cl_enable_coredumps at Base 0
+ cl_enable_realtime at Base 0
+ cl_file_exists at Base 0
+ cl_flush_logs at Base 0
+ cl_get_binary at Base 0
+ cl_get_compress_fns at Base 0
+ cl_get_env at Base 0
+ cl_get_msec at Base 0
+ cl_get_string at Base 0
+ cl_get_struct at Base 0
+ cl_get_type at Base 0
+ cl_get_uuid at Base 0
+ cl_glib_msg_handler at Base 0
+ cl_glibpoll at Base 0
+ cl_have_full_privs at Base 0
+ cl_inherit_logging_environment at Base 0
+ cl_ipc_wait_timeout at Base 0
+ cl_limit_log at Base 1.0.8
+ cl_limit_log_destroy at Base 1.0.8
+ cl_limit_log_new at Base 1.0.8
+ cl_limit_log_reset at Base 1.0.8
+ cl_load_plugin at Base 0
+ cl_lock_pidfile at Base 0
+ cl_log at Base 0
+ cl_log_args at Base 0
+ cl_log_close_log_files at Base 1.0.7
+ cl_log_do_fflush at Base 1.0.7
+ cl_log_enable_stderr at Base 0
+ cl_log_enable_stdout at Base 0
+ cl_log_enable_syslog_filefmt at Base 0
+ cl_log_get_logdtime at Base 0
+ cl_log_get_uselogd at Base 0
+ cl_log_is_logd_fd at Base 0
+ cl_log_message at Base 0
+ cl_log_set_debugfile at Base 0
+ cl_log_set_entity at Base 0
+ cl_log_set_facility at Base 0
+ cl_log_set_logd_channel_source at Base 0
+ cl_log_set_logdtime at Base 0
+ cl_log_set_logfile at Base 0
+ cl_log_set_syslogprefix at Base 1.0.7
+ cl_log_set_uselogd at Base 0
+ cl_log_test_logd at Base 0
+ cl_log_use_buffered_io at Base 1.0.7
+ cl_make_normaltime at Base 0
+ cl_make_realtime at Base 0
+ cl_msg_add_list at Base 0
+ cl_msg_add_list_int at Base 0
+ cl_msg_add_list_str at Base 0
+ cl_msg_get_list at Base 0
+ cl_msg_get_list_int at Base 0
+ cl_msg_list_add_string at Base 0
+ cl_msg_list_length at Base 0
+ cl_msg_list_nth_data at Base 0
+ cl_msg_modbin at Base 0
+ cl_msg_modstring at Base 0
+ cl_msg_modstruct at Base 0
+ cl_msg_moduuid at Base 0
+ cl_msg_quiet_fmterr at Base 0
+ cl_msg_remove at Base 0
+ cl_msg_remove_offset at Base 0
+ cl_msg_remove_value at Base 0
+ cl_msg_replace at Base 0
+ cl_msg_replace_value at Base 0
+ cl_msg_setstats at Base 0
+ cl_msg_stats_add at Base 0
+ cl_nonrealtime_malloc_count at Base 0
+ cl_nonrealtime_malloc_size at Base 0
+ cl_parse_int at Base 0
+ cl_perror at Base 0
+ cl_poll at Base 0
+ cl_poll_ignore at Base 0
+ (arch=linux-any)cl_poll_setsig at Base 0
+ cl_randseed at Base 0
+ cl_read_pidfile at Base 0
+ cl_read_pidfile_no_checking at Base 0
+ cl_realtime_malloc_check at Base 0
+ cl_reboot at Base 0
+ cl_remove_plugin at Base 0
+ cl_set_all_coredump_signal_handlers at Base 0
+ cl_set_authentication_computation_method at Base 0
+ cl_set_compress_fns at Base 0
+ cl_set_compression_threshold at Base 0
+ cl_set_coredump_signal_handler at Base 0
+ cl_set_corerootdir at Base 0
+ cl_set_msg_format at Base 0
+ cl_set_oldmsgauthfunc at Base 0
+ cl_set_traditional_compression at Base 0
+ cl_shortsleep at Base 0
+ cl_signal_block at Base 0
+ cl_signal_block_set at Base 0
+ cl_signal_set_action at Base 0
+ cl_signal_set_handler at Base 0
+ cl_signal_set_handler_mode at Base 0
+ cl_signal_set_interrupt at Base 0
+ cl_signal_set_simple_action at Base 0
+ cl_signal_set_simple_handler at Base 0
+ cl_str_to_boolean at Base 0
+ cl_syslogfac_int2str at Base 0
+ cl_syslogfac_str2int at Base 0
+ cl_times at Base 0
+ cl_unlock_pidfile at Base 0
+ cl_untaint_coredumps at Base 0
+ cl_uuid_clear at Base 0
+ cl_uuid_compare at Base 0
+ cl_uuid_copy at Base 0
+ cl_uuid_g_equal at Base 0
+ cl_uuid_g_hash at Base 0
+ cl_uuid_generate at Base 0
+ cl_uuid_is_null at Base 0
+ cl_uuid_parse at Base 0
+ cl_uuid_unparse at Base 0
+ (arch=!linux-any)cmp_longclock at Base 1.0.12
+ compose_netstring at Base 0
+ convert_nl_sym at Base 0
+ debug_level at Base 0
+ debugproctrack at Base 0
+ drop_privs at Base 0
+ dsecsto_longclock at Base 0
+ dump_clmsg_ipcmsg_stats at Base 0
+ dump_ipc_info at Base 0
+ facilitynames at Base 0
+ fieldtypefuncs at Base 0
+ g_main_output_is_blocked at Base 0
+ get_log_chan at Base 0
+ get_netstringlen at Base 0
+ get_netstringlen_auth at Base 0
+ get_next_random at Base 0
+ get_stringlen at Base 0
+ ha_msg_add at Base 0
+ ha_msg_add_int at Base 0
+ ha_msg_add_nv at Base 0
+ ha_msg_add_str_table at Base 0
+ ha_msg_add_ul at Base 0
+ ha_msg_addbin at Base 0
+ ha_msg_addstruct at Base 0
+ ha_msg_addstruct_compress at Base 0
+ ha_msg_adduuid at Base 0
+ ha_msg_audit at Base 0
+ ha_msg_copy at Base 0
+ ha_msg_del at Base 0
+ ha_msg_expand at Base 0
+ ha_msg_mod_int at Base 0
+ ha_msg_mod_str_table at Base 0
+ ha_msg_mod_ul at Base 0
+ ha_msg_nadd at Base 0
+ ha_msg_nadd_type at Base 0
+ ha_msg_new at Base 0
+ ha_msg_value_int at Base 0
+ ha_msg_value_str_list at Base 0
+ ha_msg_value_str_table at Base 0
+ ha_msg_value_ul at Base 0
+ ha_timestamp at Base 0
+ hamsg2ipcmsg at Base 0
+ hz_longclock at Base 0
+ ipc_bufpool_del at Base 0
+ ipc_bufpool_dump_stats at Base 0
+ ipc_bufpool_full at Base 0
+ ipc_bufpool_new at Base 0
+ ipc_bufpool_partial_copy at Base 0
+ ipc_bufpool_ref at Base 0
+ ipc_bufpool_spaceleft at Base 0
+ ipc_bufpool_unref at Base 0
+ ipc_bufpool_update at Base 0
+ ipc_channel_constructor at Base 0
+ ipc_channel_pair at Base 0
+ ipc_destroy_auth at Base 0
+ ipc_pollfunc_ptr at Base 0
+ ipc_set_auth at Base 0
+ ipc_set_pollfunc at Base 0
+ ipc_str_to_auth at Base 0
+ ipc_wait_conn_constructor at Base 0
+ ipcmsg2hamsg at Base 0
+ ipcmsgfromIPC at Base 0
+ is_auth_netstring at Base 0
+ is_compressed_msg at Base 0
+ list_cleanup at Base 0
+ (arch=!linux-any)longclockto_long at Base 1.0.12
+ longclockto_ms at Base 0
+ mkstemp_mode at Base 0
+ msg2ipcchan at Base 0
+ msg2netstring at Base 0
+ msg2netstring_buf at Base 0
+ msg2netstring_noauth at Base 0
+ msg2stream at Base 0
+ msg2string at Base 0
+ msg2string_buf at Base 0
+ msg2wirefmt at Base 0
+ msg2wirefmt_noac at Base 0
+ msgfromIPC at Base 0
+ msgfromIPC_noauth at Base 0
+ msgfromIPC_timeout at Base 0
+ msgfromstream at Base 0
+ msgfromstream_netstring at Base 0
+ msgfromstream_string at Base 0
+ mssleep at Base 0
+ msto_longclock at Base 0
+ must_use_netstring at Base 0
+ netstring2msg at Base 0
+ netstring_extra at Base 0
+ nodetrack_del at Base 0
+ nodetrack_intersection_del at Base 0
+ nodetrack_intersection_new at Base 0
+ nodetrack_intersection_table at Base 0
+ nodetrack_ismember at Base 0
+ nodetrack_iterate at Base 0
+ nodetrack_new at Base 0
+ nodetrack_nodedown at Base 0
+ nodetrack_nodeup at Base 0
+ nosuchfunctionname at Base 0
+ prio2str at Base 0
+ prioritynames at Base 0
+ process_netstring_nvpair at Base 0
+ replytrack_del at Base 0
+ replytrack_gotreply at Base 0
+ replytrack_new at Base 0
+ replytrack_outstanding_count at Base 0
+ replytrack_outstanding_iterate at Base 0
+ return_to_dropped_privs at Base 0
+ return_to_orig_privs at Base 0
+ secsto_longclock at Base 0
+ set_IPC_Channel_dnotify at Base 0
+ set_SignalHandler_dnotify at Base 0
+ set_TriggerHandler_dnotify at Base 0
+ set_ipc_time_debug_flag at Base 0
+ set_sigchld_proctrack at Base 0
+ setmsalarm at Base 0
+ setmsrepeattimer at Base 0
+ socket_client_channel_new at Base 0
+ socket_ipcmsg_dump_stats at Base 0
+ socket_wait_conn_new at Base 0
+ string2msg at Base 0
+ string2msg_ll at Base 0
+ string_list_pack at Base 0
+ string_list_pack_length at Base 0
+ string_list_unpack at Base 0
+ strlcat at Base 0
+ strlcpy at Base 0
+ struct_display_as_xml at Base 0
+ struct_display_print_spaces at Base 0
+ struct_netstringlen at Base 0
+ struct_stringlen at Base 0
+ (arch=!linux-any)sub_longclock at Base 1.0.12
+ time_longclock at Base 0
+ wirefmt2ipcmsg at Base 0
+ wirefmt2msg at Base 0
+ zero_longclock at Base 0
diff -Nru cluster-glue-1.0.12/debian/libplumbgpl2.install cluster-glue-1.0.12/debian/libplumbgpl2.install
--- cluster-glue-1.0.12/debian/libplumbgpl2.install	2019-01-21 09:20:03.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumbgpl2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/libplumbgpl.so.2.0.0
-usr/lib/libplumbgpl.so.2
diff -Nru cluster-glue-1.0.12/debian/libplumbgpl2.symbols cluster-glue-1.0.12/debian/libplumbgpl2.symbols
--- cluster-glue-1.0.12/debian/libplumbgpl2.symbols	2019-01-21 09:28:48.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumbgpl2.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,7 +0,0 @@
-libplumbgpl.so.2 libplumbgpl2 #MINVER#
-* Build-Depends-Package: libplumbgpl2-dev
- init_set_proc_title at Base 0
- nosuchfunctionname at Base 0
- set_proc_title at Base 0
- strlcat at Base 0
- strlcpy at Base 0
diff -Nru cluster-glue-1.0.12/debian/libplumbgpl2t64.install cluster-glue-1.0.12/debian/libplumbgpl2t64.install
--- cluster-glue-1.0.12/debian/libplumbgpl2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumbgpl2t64.install	2019-01-21 09:20:03.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/libplumbgpl.so.2.0.0
+usr/lib/libplumbgpl.so.2
diff -Nru cluster-glue-1.0.12/debian/libplumbgpl2t64.lintian-overrides cluster-glue-1.0.12/debian/libplumbgpl2t64.lintian-overrides
--- cluster-glue-1.0.12/debian/libplumbgpl2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumbgpl2t64.lintian-overrides	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1 @@
+libplumbgpl2t64: package-name-doesnt-match-sonames libplumbgpl2
diff -Nru cluster-glue-1.0.12/debian/libplumbgpl2t64.symbols cluster-glue-1.0.12/debian/libplumbgpl2t64.symbols
--- cluster-glue-1.0.12/debian/libplumbgpl2t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libplumbgpl2t64.symbols	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1,7 @@
+libplumbgpl.so.2 libplumbgpl2t64 #MINVER#
+* Build-Depends-Package: libplumbgpl2t64-dev
+ init_set_proc_title at Base 0
+ nosuchfunctionname at Base 0
+ set_proc_title at Base 0
+ strlcat at Base 0
+ strlcpy at Base 0
diff -Nru cluster-glue-1.0.12/debian/libstonith1.install cluster-glue-1.0.12/debian/libstonith1.install
--- cluster-glue-1.0.12/debian/libstonith1.install	2019-01-21 09:20:03.000000000 +0000
+++ cluster-glue-1.0.12/debian/libstonith1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/libstonith.so.1.0.0
-usr/lib/libstonith.so.1
diff -Nru cluster-glue-1.0.12/debian/libstonith1.symbols cluster-glue-1.0.12/debian/libstonith1.symbols
--- cluster-glue-1.0.12/debian/libstonith1.symbols	2019-01-21 09:29:02.000000000 +0000
+++ cluster-glue-1.0.12/debian/libstonith1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,28 +0,0 @@
-libstonith.so.1 libstonith1 #MINVER#
-* Build-Depends-Package: libstonith1-dev
- StonithPIsys at Base 0
- free_NVpair at Base 0
- nosuchfunctionname at Base 0
- st_ttylock at Base 0
- st_ttyunlock at Base 0
- stonith1_compat_string_to_NVpair at Base 0
- stonith_delete at Base 0
- stonith_env_to_NVpair at Base 1.0.6
- stonith_free_hostlist at Base 0
- stonith_get_confignames at Base 0
- stonith_get_hostlist at Base 0
- stonith_get_info at Base 0
- stonith_get_status at Base 0
- stonith_ghash_to_NVpair at Base 0
- stonith_new at Base 0
- stonith_req_reset at Base 0
- stonith_set_config at Base 0
- stonith_set_config_file at Base 0
- stonith_set_config_info at Base 0
- stonith_set_debug at Base 0
- stonith_set_log at Base 0
- stonith_types at Base 0
- stonithimports at Base 0
- strdown at Base 1.0.12
- strlcat at Base 0
- strlcpy at Base 0
diff -Nru cluster-glue-1.0.12/debian/libstonith1t64.install cluster-glue-1.0.12/debian/libstonith1t64.install
--- cluster-glue-1.0.12/debian/libstonith1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libstonith1t64.install	2019-01-21 09:20:03.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/libstonith.so.1.0.0
+usr/lib/libstonith.so.1
diff -Nru cluster-glue-1.0.12/debian/libstonith1t64.lintian-overrides cluster-glue-1.0.12/debian/libstonith1t64.lintian-overrides
--- cluster-glue-1.0.12/debian/libstonith1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libstonith1t64.lintian-overrides	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1 @@
+libstonith1t64: package-name-doesnt-match-sonames libstonith1
diff -Nru cluster-glue-1.0.12/debian/libstonith1t64.symbols cluster-glue-1.0.12/debian/libstonith1t64.symbols
--- cluster-glue-1.0.12/debian/libstonith1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cluster-glue-1.0.12/debian/libstonith1t64.symbols	2024-01-31 09:31:47.000000000 +0000
@@ -0,0 +1,28 @@
+libstonith.so.1 libstonith1t64 #MINVER#
+* Build-Depends-Package: libstonith1t64-dev
+ StonithPIsys at Base 0
+ free_NVpair at Base 0
+ nosuchfunctionname at Base 0
+ st_ttylock at Base 0
+ st_ttyunlock at Base 0
+ stonith1_compat_string_to_NVpair at Base 0
+ stonith_delete at Base 0
+ stonith_env_to_NVpair at Base 1.0.6
+ stonith_free_hostlist at Base 0
+ stonith_get_confignames at Base 0
+ stonith_get_hostlist at Base 0
+ stonith_get_info at Base 0
+ stonith_get_status at Base 0
+ stonith_ghash_to_NVpair at Base 0
+ stonith_new at Base 0
+ stonith_req_reset at Base 0
+ stonith_set_config at Base 0
+ stonith_set_config_file at Base 0
+ stonith_set_config_info at Base 0
+ stonith_set_debug at Base 0
+ stonith_set_log at Base 0
+ stonith_types at Base 0
+ stonithimports at Base 0
+ strdown at Base 1.0.12
+ strlcat at Base 0
+ strlcpy at Base 0


More information about the Debian-ha-maintainers mailing list