Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- 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)
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-02-28 16:16:41.000000000 
+0000
@@ -1,3 +1,10 @@
+cluster-glue (1.0.12-22.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062082
+
+ -- Steve Langasek <[email protected]>  Wed, 28 Feb 2024 16:16:41 +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-02-28 16:16:41.000000000 +0000
@@ -5,7 +5,7 @@
 Uploaders:
  Valentin Vidic <[email protected]>,
  Ferenc Wágner <[email protected]>,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  asciidoctor,
  autoconf,
@@ -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@Base 0
- copy_str_table@Base 0
- create_lrm_addrsc_msg@Base 0
- create_lrm_msg@Base 0
- create_lrm_reg_msg@Base 0
- create_lrm_ret@Base 0
- create_lrm_rsc_msg@Base 0
- execra_code2string@Base 0
- filtered@Base 0
- free_str_table@Base 0
- get_failed_exec_rc@Base 0
- get_ra_pathname@Base 0
- get_runnable_list@Base 0
- ll_lrm_new@Base 0
- lrm_free_op@Base 0
- lrm_free_op_list@Base 0
- lrm_free_rsc@Base 0
- lrm_free_str_list@Base 0
- lrm_free_str_table@Base 0
- lrm_op_new@Base 0
- lrm_zero_op@Base 0
- merge_str_tables@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-02-28 
16:09:08.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-02-28 
16:09:08.000000000 +0000
@@ -0,0 +1,24 @@
+liblrm.so.2 liblrm2t64 #MINVER#
+* Build-Depends-Package: liblrm2-dev
+ closefiles@Base 0
+ copy_str_table@Base 0
+ create_lrm_addrsc_msg@Base 0
+ create_lrm_msg@Base 0
+ create_lrm_reg_msg@Base 0
+ create_lrm_ret@Base 0
+ create_lrm_rsc_msg@Base 0
+ execra_code2string@Base 0
+ filtered@Base 0
+ free_str_table@Base 0
+ get_failed_exec_rc@Base 0
+ get_ra_pathname@Base 0
+ get_runnable_list@Base 0
+ ll_lrm_new@Base 0
+ lrm_free_op@Base 0
+ lrm_free_op_list@Base 0
+ lrm_free_rsc@Base 0
+ lrm_free_str_list@Base 0
+ lrm_free_str_table@Base 0
+ lrm_op_new@Base 0
+ lrm_zero_op@Base 0
+ merge_str_tables@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@Base 0
- NewPILPluginUniv@Base 0
- PILCallLog@Base 0
- PILFreePluginList@Base 0
- PILGetDebugLevel@Base 0
- PILGetIFRefCount@Base 0
- PILIncrIFRefCount@Base 0
- PILListPlugins@Base 0
- PILLoadPlugin@Base 0
- PILLogMemStats@Base 0
- PILPluginExists@Base 0
- PILSetDebugLevel@Base 0
- PIL_strerror@Base 0
- PILpisysGetDebugLevel@Base 0
- PILpisysSetDebugLevel@Base 0
- PilPluginUnivSetLog@Base 0
- PilPluginUnivSetMemalloc@Base 0
- nosuchfunctionname@Base 0
- strlcat@Base 0
- strlcpy@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-02-28 
16:09:08.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-02-28 
16:09:08.000000000 +0000
@@ -0,0 +1,22 @@
+libpils.so.2 libpils2t64 #MINVER#
+* Build-Depends-Package: libpils2-dev
+ DelPILPluginUniv@Base 0
+ NewPILPluginUniv@Base 0
+ PILCallLog@Base 0
+ PILFreePluginList@Base 0
+ PILGetDebugLevel@Base 0
+ PILGetIFRefCount@Base 0
+ PILIncrIFRefCount@Base 0
+ PILListPlugins@Base 0
+ PILLoadPlugin@Base 0
+ PILLogMemStats@Base 0
+ PILPluginExists@Base 0
+ PILSetDebugLevel@Base 0
+ PIL_strerror@Base 0
+ PILpisysGetDebugLevel@Base 0
+ PILpisysSetDebugLevel@Base 0
+ PilPluginUnivSetLog@Base 0
+ PilPluginUnivSetMemalloc@Base 0
+ nosuchfunctionname@Base 0
+ strlcat@Base 0
+ strlcpy@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@Base 0
- DisableProcLogging@Base 0
- EnableProcLogging@Base 0
- FT_strings@Base 0
- ForEachProc@Base 0
- G_CH_check_int@Base 0
- G_CH_destroy_int@Base 0
- G_CH_dispatch_int@Base 0
- G_CH_prepare_int@Base 0
- G_main_IPC_Channel_constructor@Base 0
- G_main_IPC_Channel_pause@Base 0
- G_main_IPC_Channel_resume@Base 0
- G_main_add_IPC_Channel@Base 0
- G_main_add_IPC_WaitConnection@Base 0
- G_main_add_SignalHandler@Base 0
- G_main_add_TriggerHandler@Base 0
- G_main_add_fd@Base 0
- G_main_add_input@Base 0
- G_main_add_tempproc_trigger@Base 0
- G_main_del_IPC_Channel@Base 0
- G_main_del_IPC_WaitConnection@Base 0
- G_main_del_SignalHandler@Base 0
- G_main_del_TriggerHandler@Base 0
- G_main_del_fd@Base 0
- G_main_set_trigger@Base 0
- G_main_setall_id@Base 0
- G_main_setdescription@Base 0
- G_main_setdescription_id@Base 0
- G_main_setmaxdispatchdelay@Base 0
- G_main_setmaxdispatchdelay_id@Base 0
- G_main_setmaxdispatchtime@Base 0
- G_main_setmaxdispatchtime_id@Base 0
- GetProcInfo@Base 0
- Gmain_timeout_add@Base 0
- Gmain_timeout_add_full@Base 0
- Gmain_timeout_remove@Base 0
- HMAC@Base 0
- LogToDaemon@Base 0
- MD5@Base 0
- MD5Final@Base 0
- MD5Init@Base 0
- MD5Transform@Base 0
- MD5Update@Base 0
- NewTrackedProc@Base 0
- RemoveTrackedProcTimeouts@Base 0
- ReportProcHasDied@Base 0
- SetTrackedProcTimeouts@Base 0
- (arch=!linux-any)add_longclock@Base 1.0.12
- base64_to_binary@Base 0
- binary_to_base64@Base 0
- bytes_for_int@Base 0
- cancelmstimer@Base 0
- cl_binary_to_int@Base 0
- cl_cdtocoredir@Base 0
- cl_compress_field@Base 0
- cl_compress_load_plugin@Base 0
- cl_compress_remove_plugin@Base 0
- cl_compressmsg@Base 0
- cl_cpu_limit_disable@Base 0
- cl_cpu_limit_ms_interval@Base 0
- cl_cpu_limit_setpercent@Base 0
- cl_cpu_limit_update@Base 0
- cl_decompress_field@Base 0
- cl_decompressmsg@Base 0
- cl_direct_log@Base 0
- cl_disable_realtime@Base 0
- cl_dump_msgstats@Base 0
- cl_enable_coredump_before_reboot@Base 0
- cl_enable_coredumps@Base 0
- cl_enable_realtime@Base 0
- cl_file_exists@Base 0
- cl_flush_logs@Base 0
- cl_get_binary@Base 0
- cl_get_compress_fns@Base 0
- cl_get_env@Base 0
- cl_get_msec@Base 0
- cl_get_string@Base 0
- cl_get_struct@Base 0
- cl_get_type@Base 0
- cl_get_uuid@Base 0
- cl_glib_msg_handler@Base 0
- cl_glibpoll@Base 0
- cl_have_full_privs@Base 0
- cl_inherit_logging_environment@Base 0
- cl_ipc_wait_timeout@Base 0
- cl_limit_log@Base 1.0.8
- cl_limit_log_destroy@Base 1.0.8
- cl_limit_log_new@Base 1.0.8
- cl_limit_log_reset@Base 1.0.8
- cl_load_plugin@Base 0
- cl_lock_pidfile@Base 0
- cl_log@Base 0
- cl_log_args@Base 0
- cl_log_close_log_files@Base 1.0.7
- cl_log_do_fflush@Base 1.0.7
- cl_log_enable_stderr@Base 0
- cl_log_enable_stdout@Base 0
- cl_log_enable_syslog_filefmt@Base 0
- cl_log_get_logdtime@Base 0
- cl_log_get_uselogd@Base 0
- cl_log_is_logd_fd@Base 0
- cl_log_message@Base 0
- cl_log_set_debugfile@Base 0
- cl_log_set_entity@Base 0
- cl_log_set_facility@Base 0
- cl_log_set_logd_channel_source@Base 0
- cl_log_set_logdtime@Base 0
- cl_log_set_logfile@Base 0
- cl_log_set_syslogprefix@Base 1.0.7
- cl_log_set_uselogd@Base 0
- cl_log_test_logd@Base 0
- cl_log_use_buffered_io@Base 1.0.7
- cl_make_normaltime@Base 0
- cl_make_realtime@Base 0
- cl_msg_add_list@Base 0
- cl_msg_add_list_int@Base 0
- cl_msg_add_list_str@Base 0
- cl_msg_get_list@Base 0
- cl_msg_get_list_int@Base 0
- cl_msg_list_add_string@Base 0
- cl_msg_list_length@Base 0
- cl_msg_list_nth_data@Base 0
- cl_msg_modbin@Base 0
- cl_msg_modstring@Base 0
- cl_msg_modstruct@Base 0
- cl_msg_moduuid@Base 0
- cl_msg_quiet_fmterr@Base 0
- cl_msg_remove@Base 0
- cl_msg_remove_offset@Base 0
- cl_msg_remove_value@Base 0
- cl_msg_replace@Base 0
- cl_msg_replace_value@Base 0
- cl_msg_setstats@Base 0
- cl_msg_stats_add@Base 0
- cl_nonrealtime_malloc_count@Base 0
- cl_nonrealtime_malloc_size@Base 0
- cl_parse_int@Base 0
- cl_perror@Base 0
- cl_poll@Base 0
- cl_poll_ignore@Base 0
- (arch=linux-any)cl_poll_setsig@Base 0
- cl_randseed@Base 0
- cl_read_pidfile@Base 0
- cl_read_pidfile_no_checking@Base 0
- cl_realtime_malloc_check@Base 0
- cl_reboot@Base 0
- cl_remove_plugin@Base 0
- cl_set_all_coredump_signal_handlers@Base 0
- cl_set_authentication_computation_method@Base 0
- cl_set_compress_fns@Base 0
- cl_set_compression_threshold@Base 0
- cl_set_coredump_signal_handler@Base 0
- cl_set_corerootdir@Base 0
- cl_set_msg_format@Base 0
- cl_set_oldmsgauthfunc@Base 0
- cl_set_traditional_compression@Base 0
- cl_shortsleep@Base 0
- cl_signal_block@Base 0
- cl_signal_block_set@Base 0
- cl_signal_set_action@Base 0
- cl_signal_set_handler@Base 0
- cl_signal_set_handler_mode@Base 0
- cl_signal_set_interrupt@Base 0
- cl_signal_set_simple_action@Base 0
- cl_signal_set_simple_handler@Base 0
- cl_str_to_boolean@Base 0
- cl_syslogfac_int2str@Base 0
- cl_syslogfac_str2int@Base 0
- cl_times@Base 0
- cl_unlock_pidfile@Base 0
- cl_untaint_coredumps@Base 0
- cl_uuid_clear@Base 0
- cl_uuid_compare@Base 0
- cl_uuid_copy@Base 0
- cl_uuid_g_equal@Base 0
- cl_uuid_g_hash@Base 0
- cl_uuid_generate@Base 0
- cl_uuid_is_null@Base 0
- cl_uuid_parse@Base 0
- cl_uuid_unparse@Base 0
- (arch=!linux-any)cmp_longclock@Base 1.0.12
- compose_netstring@Base 0
- convert_nl_sym@Base 0
- debug_level@Base 0
- debugproctrack@Base 0
- drop_privs@Base 0
- dsecsto_longclock@Base 0
- dump_clmsg_ipcmsg_stats@Base 0
- dump_ipc_info@Base 0
- facilitynames@Base 0
- fieldtypefuncs@Base 0
- g_main_output_is_blocked@Base 0
- get_log_chan@Base 0
- get_netstringlen@Base 0
- get_netstringlen_auth@Base 0
- get_next_random@Base 0
- get_stringlen@Base 0
- ha_msg_add@Base 0
- ha_msg_add_int@Base 0
- ha_msg_add_nv@Base 0
- ha_msg_add_str_table@Base 0
- ha_msg_add_ul@Base 0
- ha_msg_addbin@Base 0
- ha_msg_addstruct@Base 0
- ha_msg_addstruct_compress@Base 0
- ha_msg_adduuid@Base 0
- ha_msg_audit@Base 0
- ha_msg_copy@Base 0
- ha_msg_del@Base 0
- ha_msg_expand@Base 0
- ha_msg_mod_int@Base 0
- ha_msg_mod_str_table@Base 0
- ha_msg_mod_ul@Base 0
- ha_msg_nadd@Base 0
- ha_msg_nadd_type@Base 0
- ha_msg_new@Base 0
- ha_msg_value_int@Base 0
- ha_msg_value_str_list@Base 0
- ha_msg_value_str_table@Base 0
- ha_msg_value_ul@Base 0
- ha_timestamp@Base 0
- hamsg2ipcmsg@Base 0
- hz_longclock@Base 0
- ipc_bufpool_del@Base 0
- ipc_bufpool_dump_stats@Base 0
- ipc_bufpool_full@Base 0
- ipc_bufpool_new@Base 0
- ipc_bufpool_partial_copy@Base 0
- ipc_bufpool_ref@Base 0
- ipc_bufpool_spaceleft@Base 0
- ipc_bufpool_unref@Base 0
- ipc_bufpool_update@Base 0
- ipc_channel_constructor@Base 0
- ipc_channel_pair@Base 0
- ipc_destroy_auth@Base 0
- ipc_pollfunc_ptr@Base 0
- ipc_set_auth@Base 0
- ipc_set_pollfunc@Base 0
- ipc_str_to_auth@Base 0
- ipc_wait_conn_constructor@Base 0
- ipcmsg2hamsg@Base 0
- ipcmsgfromIPC@Base 0
- is_auth_netstring@Base 0
- is_compressed_msg@Base 0
- list_cleanup@Base 0
- (arch=!linux-any)longclockto_long@Base 1.0.12
- longclockto_ms@Base 0
- mkstemp_mode@Base 0
- msg2ipcchan@Base 0
- msg2netstring@Base 0
- msg2netstring_buf@Base 0
- msg2netstring_noauth@Base 0
- msg2stream@Base 0
- msg2string@Base 0
- msg2string_buf@Base 0
- msg2wirefmt@Base 0
- msg2wirefmt_noac@Base 0
- msgfromIPC@Base 0
- msgfromIPC_noauth@Base 0
- msgfromIPC_timeout@Base 0
- msgfromstream@Base 0
- msgfromstream_netstring@Base 0
- msgfromstream_string@Base 0
- mssleep@Base 0
- msto_longclock@Base 0
- must_use_netstring@Base 0
- netstring2msg@Base 0
- netstring_extra@Base 0
- nodetrack_del@Base 0
- nodetrack_intersection_del@Base 0
- nodetrack_intersection_new@Base 0
- nodetrack_intersection_table@Base 0
- nodetrack_ismember@Base 0
- nodetrack_iterate@Base 0
- nodetrack_new@Base 0
- nodetrack_nodedown@Base 0
- nodetrack_nodeup@Base 0
- nosuchfunctionname@Base 0
- prio2str@Base 0
- prioritynames@Base 0
- process_netstring_nvpair@Base 0
- replytrack_del@Base 0
- replytrack_gotreply@Base 0
- replytrack_new@Base 0
- replytrack_outstanding_count@Base 0
- replytrack_outstanding_iterate@Base 0
- return_to_dropped_privs@Base 0
- return_to_orig_privs@Base 0
- secsto_longclock@Base 0
- set_IPC_Channel_dnotify@Base 0
- set_SignalHandler_dnotify@Base 0
- set_TriggerHandler_dnotify@Base 0
- set_ipc_time_debug_flag@Base 0
- set_sigchld_proctrack@Base 0
- setmsalarm@Base 0
- setmsrepeattimer@Base 0
- socket_client_channel_new@Base 0
- socket_ipcmsg_dump_stats@Base 0
- socket_wait_conn_new@Base 0
- string2msg@Base 0
- string2msg_ll@Base 0
- string_list_pack@Base 0
- string_list_pack_length@Base 0
- string_list_unpack@Base 0
- strlcat@Base 0
- strlcpy@Base 0
- struct_display_as_xml@Base 0
- struct_display_print_spaces@Base 0
- struct_netstringlen@Base 0
- struct_stringlen@Base 0
- (arch=!linux-any)sub_longclock@Base 1.0.12
- time_longclock@Base 0
- wirefmt2ipcmsg@Base 0
- wirefmt2msg@Base 0
- zero_longclock@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-02-28 
16:09:08.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-02-28 
16:09:08.000000000 +0000
@@ -0,0 +1,317 @@
+libplumb.so.2 libplumb2t64 #MINVER#
+* Build-Depends-Package: libplumb2-dev
+ CompressFuncs@Base 0
+ DisableProcLogging@Base 0
+ EnableProcLogging@Base 0
+ FT_strings@Base 0
+ ForEachProc@Base 0
+ G_CH_check_int@Base 0
+ G_CH_destroy_int@Base 0
+ G_CH_dispatch_int@Base 0
+ G_CH_prepare_int@Base 0
+ G_main_IPC_Channel_constructor@Base 0
+ G_main_IPC_Channel_pause@Base 0
+ G_main_IPC_Channel_resume@Base 0
+ G_main_add_IPC_Channel@Base 0
+ G_main_add_IPC_WaitConnection@Base 0
+ G_main_add_SignalHandler@Base 0
+ G_main_add_TriggerHandler@Base 0
+ G_main_add_fd@Base 0
+ G_main_add_input@Base 0
+ G_main_add_tempproc_trigger@Base 0
+ G_main_del_IPC_Channel@Base 0
+ G_main_del_IPC_WaitConnection@Base 0
+ G_main_del_SignalHandler@Base 0
+ G_main_del_TriggerHandler@Base 0
+ G_main_del_fd@Base 0
+ G_main_set_trigger@Base 0
+ G_main_setall_id@Base 0
+ G_main_setdescription@Base 0
+ G_main_setdescription_id@Base 0
+ G_main_setmaxdispatchdelay@Base 0
+ G_main_setmaxdispatchdelay_id@Base 0
+ G_main_setmaxdispatchtime@Base 0
+ G_main_setmaxdispatchtime_id@Base 0
+ GetProcInfo@Base 0
+ Gmain_timeout_add@Base 0
+ Gmain_timeout_add_full@Base 0
+ Gmain_timeout_remove@Base 0
+ HMAC@Base 0
+ LogToDaemon@Base 0
+ MD5@Base 0
+ MD5Final@Base 0
+ MD5Init@Base 0
+ MD5Transform@Base 0
+ MD5Update@Base 0
+ NewTrackedProc@Base 0
+ RemoveTrackedProcTimeouts@Base 0
+ ReportProcHasDied@Base 0
+ SetTrackedProcTimeouts@Base 0
+ (arch=!linux-any)add_longclock@Base 1.0.12
+ base64_to_binary@Base 0
+ binary_to_base64@Base 0
+ bytes_for_int@Base 0
+ cancelmstimer@Base 0
+ cl_binary_to_int@Base 0
+ cl_cdtocoredir@Base 0
+ cl_compress_field@Base 0
+ cl_compress_load_plugin@Base 0
+ cl_compress_remove_plugin@Base 0
+ cl_compressmsg@Base 0
+ cl_cpu_limit_disable@Base 0
+ cl_cpu_limit_ms_interval@Base 0
+ cl_cpu_limit_setpercent@Base 0
+ cl_cpu_limit_update@Base 0
+ cl_decompress_field@Base 0
+ cl_decompressmsg@Base 0
+ cl_direct_log@Base 0
+ cl_disable_realtime@Base 0
+ cl_dump_msgstats@Base 0
+ cl_enable_coredump_before_reboot@Base 0
+ cl_enable_coredumps@Base 0
+ cl_enable_realtime@Base 0
+ cl_file_exists@Base 0
+ cl_flush_logs@Base 0
+ cl_get_binary@Base 0
+ cl_get_compress_fns@Base 0
+ cl_get_env@Base 0
+ cl_get_msec@Base 0
+ cl_get_string@Base 0
+ cl_get_struct@Base 0
+ cl_get_type@Base 0
+ cl_get_uuid@Base 0
+ cl_glib_msg_handler@Base 0
+ cl_glibpoll@Base 0
+ cl_have_full_privs@Base 0
+ cl_inherit_logging_environment@Base 0
+ cl_ipc_wait_timeout@Base 0
+ cl_limit_log@Base 1.0.8
+ cl_limit_log_destroy@Base 1.0.8
+ cl_limit_log_new@Base 1.0.8
+ cl_limit_log_reset@Base 1.0.8
+ cl_load_plugin@Base 0
+ cl_lock_pidfile@Base 0
+ cl_log@Base 0
+ cl_log_args@Base 0
+ cl_log_close_log_files@Base 1.0.7
+ cl_log_do_fflush@Base 1.0.7
+ cl_log_enable_stderr@Base 0
+ cl_log_enable_stdout@Base 0
+ cl_log_enable_syslog_filefmt@Base 0
+ cl_log_get_logdtime@Base 0
+ cl_log_get_uselogd@Base 0
+ cl_log_is_logd_fd@Base 0
+ cl_log_message@Base 0
+ cl_log_set_debugfile@Base 0
+ cl_log_set_entity@Base 0
+ cl_log_set_facility@Base 0
+ cl_log_set_logd_channel_source@Base 0
+ cl_log_set_logdtime@Base 0
+ cl_log_set_logfile@Base 0
+ cl_log_set_syslogprefix@Base 1.0.7
+ cl_log_set_uselogd@Base 0
+ cl_log_test_logd@Base 0
+ cl_log_use_buffered_io@Base 1.0.7
+ cl_make_normaltime@Base 0
+ cl_make_realtime@Base 0
+ cl_msg_add_list@Base 0
+ cl_msg_add_list_int@Base 0
+ cl_msg_add_list_str@Base 0
+ cl_msg_get_list@Base 0
+ cl_msg_get_list_int@Base 0
+ cl_msg_list_add_string@Base 0
+ cl_msg_list_length@Base 0
+ cl_msg_list_nth_data@Base 0
+ cl_msg_modbin@Base 0
+ cl_msg_modstring@Base 0
+ cl_msg_modstruct@Base 0
+ cl_msg_moduuid@Base 0
+ cl_msg_quiet_fmterr@Base 0
+ cl_msg_remove@Base 0
+ cl_msg_remove_offset@Base 0
+ cl_msg_remove_value@Base 0
+ cl_msg_replace@Base 0
+ cl_msg_replace_value@Base 0
+ cl_msg_setstats@Base 0
+ cl_msg_stats_add@Base 0
+ cl_nonrealtime_malloc_count@Base 0
+ cl_nonrealtime_malloc_size@Base 0
+ cl_parse_int@Base 0
+ cl_perror@Base 0
+ cl_poll@Base 0
+ cl_poll_ignore@Base 0
+ (arch=linux-any)cl_poll_setsig@Base 0
+ cl_randseed@Base 0
+ cl_read_pidfile@Base 0
+ cl_read_pidfile_no_checking@Base 0
+ cl_realtime_malloc_check@Base 0
+ cl_reboot@Base 0
+ cl_remove_plugin@Base 0
+ cl_set_all_coredump_signal_handlers@Base 0
+ cl_set_authentication_computation_method@Base 0
+ cl_set_compress_fns@Base 0
+ cl_set_compression_threshold@Base 0
+ cl_set_coredump_signal_handler@Base 0
+ cl_set_corerootdir@Base 0
+ cl_set_msg_format@Base 0
+ cl_set_oldmsgauthfunc@Base 0
+ cl_set_traditional_compression@Base 0
+ cl_shortsleep@Base 0
+ cl_signal_block@Base 0
+ cl_signal_block_set@Base 0
+ cl_signal_set_action@Base 0
+ cl_signal_set_handler@Base 0
+ cl_signal_set_handler_mode@Base 0
+ cl_signal_set_interrupt@Base 0
+ cl_signal_set_simple_action@Base 0
+ cl_signal_set_simple_handler@Base 0
+ cl_str_to_boolean@Base 0
+ cl_syslogfac_int2str@Base 0
+ cl_syslogfac_str2int@Base 0
+ cl_times@Base 0
+ cl_unlock_pidfile@Base 0
+ cl_untaint_coredumps@Base 0
+ cl_uuid_clear@Base 0
+ cl_uuid_compare@Base 0
+ cl_uuid_copy@Base 0
+ cl_uuid_g_equal@Base 0
+ cl_uuid_g_hash@Base 0
+ cl_uuid_generate@Base 0
+ cl_uuid_is_null@Base 0
+ cl_uuid_parse@Base 0
+ cl_uuid_unparse@Base 0
+ (arch=!linux-any)cmp_longclock@Base 1.0.12
+ compose_netstring@Base 0
+ convert_nl_sym@Base 0
+ debug_level@Base 0
+ debugproctrack@Base 0
+ drop_privs@Base 0
+ dsecsto_longclock@Base 0
+ dump_clmsg_ipcmsg_stats@Base 0
+ dump_ipc_info@Base 0
+ facilitynames@Base 0
+ fieldtypefuncs@Base 0
+ g_main_output_is_blocked@Base 0
+ get_log_chan@Base 0
+ get_netstringlen@Base 0
+ get_netstringlen_auth@Base 0
+ get_next_random@Base 0
+ get_stringlen@Base 0
+ ha_msg_add@Base 0
+ ha_msg_add_int@Base 0
+ ha_msg_add_nv@Base 0
+ ha_msg_add_str_table@Base 0
+ ha_msg_add_ul@Base 0
+ ha_msg_addbin@Base 0
+ ha_msg_addstruct@Base 0
+ ha_msg_addstruct_compress@Base 0
+ ha_msg_adduuid@Base 0
+ ha_msg_audit@Base 0
+ ha_msg_copy@Base 0
+ ha_msg_del@Base 0
+ ha_msg_expand@Base 0
+ ha_msg_mod_int@Base 0
+ ha_msg_mod_str_table@Base 0
+ ha_msg_mod_ul@Base 0
+ ha_msg_nadd@Base 0
+ ha_msg_nadd_type@Base 0
+ ha_msg_new@Base 0
+ ha_msg_value_int@Base 0
+ ha_msg_value_str_list@Base 0
+ ha_msg_value_str_table@Base 0
+ ha_msg_value_ul@Base 0
+ ha_timestamp@Base 0
+ hamsg2ipcmsg@Base 0
+ hz_longclock@Base 0
+ ipc_bufpool_del@Base 0
+ ipc_bufpool_dump_stats@Base 0
+ ipc_bufpool_full@Base 0
+ ipc_bufpool_new@Base 0
+ ipc_bufpool_partial_copy@Base 0
+ ipc_bufpool_ref@Base 0
+ ipc_bufpool_spaceleft@Base 0
+ ipc_bufpool_unref@Base 0
+ ipc_bufpool_update@Base 0
+ ipc_channel_constructor@Base 0
+ ipc_channel_pair@Base 0
+ ipc_destroy_auth@Base 0
+ ipc_pollfunc_ptr@Base 0
+ ipc_set_auth@Base 0
+ ipc_set_pollfunc@Base 0
+ ipc_str_to_auth@Base 0
+ ipc_wait_conn_constructor@Base 0
+ ipcmsg2hamsg@Base 0
+ ipcmsgfromIPC@Base 0
+ is_auth_netstring@Base 0
+ is_compressed_msg@Base 0
+ list_cleanup@Base 0
+ (arch=!linux-any)longclockto_long@Base 1.0.12
+ longclockto_ms@Base 0
+ mkstemp_mode@Base 0
+ msg2ipcchan@Base 0
+ msg2netstring@Base 0
+ msg2netstring_buf@Base 0
+ msg2netstring_noauth@Base 0
+ msg2stream@Base 0
+ msg2string@Base 0
+ msg2string_buf@Base 0
+ msg2wirefmt@Base 0
+ msg2wirefmt_noac@Base 0
+ msgfromIPC@Base 0
+ msgfromIPC_noauth@Base 0
+ msgfromIPC_timeout@Base 0
+ msgfromstream@Base 0
+ msgfromstream_netstring@Base 0
+ msgfromstream_string@Base 0
+ mssleep@Base 0
+ msto_longclock@Base 0
+ must_use_netstring@Base 0
+ netstring2msg@Base 0
+ netstring_extra@Base 0
+ nodetrack_del@Base 0
+ nodetrack_intersection_del@Base 0
+ nodetrack_intersection_new@Base 0
+ nodetrack_intersection_table@Base 0
+ nodetrack_ismember@Base 0
+ nodetrack_iterate@Base 0
+ nodetrack_new@Base 0
+ nodetrack_nodedown@Base 0
+ nodetrack_nodeup@Base 0
+ nosuchfunctionname@Base 0
+ prio2str@Base 0
+ prioritynames@Base 0
+ process_netstring_nvpair@Base 0
+ replytrack_del@Base 0
+ replytrack_gotreply@Base 0
+ replytrack_new@Base 0
+ replytrack_outstanding_count@Base 0
+ replytrack_outstanding_iterate@Base 0
+ return_to_dropped_privs@Base 0
+ return_to_orig_privs@Base 0
+ secsto_longclock@Base 0
+ set_IPC_Channel_dnotify@Base 0
+ set_SignalHandler_dnotify@Base 0
+ set_TriggerHandler_dnotify@Base 0
+ set_ipc_time_debug_flag@Base 0
+ set_sigchld_proctrack@Base 0
+ setmsalarm@Base 0
+ setmsrepeattimer@Base 0
+ socket_client_channel_new@Base 0
+ socket_ipcmsg_dump_stats@Base 0
+ socket_wait_conn_new@Base 0
+ string2msg@Base 0
+ string2msg_ll@Base 0
+ string_list_pack@Base 0
+ string_list_pack_length@Base 0
+ string_list_unpack@Base 0
+ strlcat@Base 0
+ strlcpy@Base 0
+ struct_display_as_xml@Base 0
+ struct_display_print_spaces@Base 0
+ struct_netstringlen@Base 0
+ struct_stringlen@Base 0
+ (arch=!linux-any)sub_longclock@Base 1.0.12
+ time_longclock@Base 0
+ wirefmt2ipcmsg@Base 0
+ wirefmt2msg@Base 0
+ zero_longclock@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@Base 0
- nosuchfunctionname@Base 0
- set_proc_title@Base 0
- strlcat@Base 0
- strlcpy@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-02-28 16:09:08.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-02-28 
16:09:08.000000000 +0000
@@ -0,0 +1,7 @@
+libplumbgpl.so.2 libplumbgpl2t64 #MINVER#
+* Build-Depends-Package: libplumbgpl2-dev
+ init_set_proc_title@Base 0
+ nosuchfunctionname@Base 0
+ set_proc_title@Base 0
+ strlcat@Base 0
+ strlcpy@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@Base 0
- free_NVpair@Base 0
- nosuchfunctionname@Base 0
- st_ttylock@Base 0
- st_ttyunlock@Base 0
- stonith1_compat_string_to_NVpair@Base 0
- stonith_delete@Base 0
- stonith_env_to_NVpair@Base 1.0.6
- stonith_free_hostlist@Base 0
- stonith_get_confignames@Base 0
- stonith_get_hostlist@Base 0
- stonith_get_info@Base 0
- stonith_get_status@Base 0
- stonith_ghash_to_NVpair@Base 0
- stonith_new@Base 0
- stonith_req_reset@Base 0
- stonith_set_config@Base 0
- stonith_set_config_file@Base 0
- stonith_set_config_info@Base 0
- stonith_set_debug@Base 0
- stonith_set_log@Base 0
- stonith_types@Base 0
- stonithimports@Base 0
- strdown@Base 1.0.12
- strlcat@Base 0
- strlcpy@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-02-28 
16:09:08.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-02-28 
16:09:08.000000000 +0000
@@ -0,0 +1,28 @@
+libstonith.so.1 libstonith1t64 #MINVER#
+* Build-Depends-Package: libstonith1-dev
+ StonithPIsys@Base 0
+ free_NVpair@Base 0
+ nosuchfunctionname@Base 0
+ st_ttylock@Base 0
+ st_ttyunlock@Base 0
+ stonith1_compat_string_to_NVpair@Base 0
+ stonith_delete@Base 0
+ stonith_env_to_NVpair@Base 1.0.6
+ stonith_free_hostlist@Base 0
+ stonith_get_confignames@Base 0
+ stonith_get_hostlist@Base 0
+ stonith_get_info@Base 0
+ stonith_get_status@Base 0
+ stonith_ghash_to_NVpair@Base 0
+ stonith_new@Base 0
+ stonith_req_reset@Base 0
+ stonith_set_config@Base 0
+ stonith_set_config_file@Base 0
+ stonith_set_config_info@Base 0
+ stonith_set_debug@Base 0
+ stonith_set_log@Base 0
+ stonith_types@Base 0
+ stonithimports@Base 0
+ strdown@Base 1.0.12
+ strlcat@Base 0
+ strlcpy@Base 0

Reply via email to