Source: ding-libs
Version: 0.6.2-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
ding-libs 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 ding-libs
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-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru ding-libs-0.6.2/debian/changelog ding-libs-0.6.2/debian/changelog
--- ding-libs-0.6.2/debian/changelog    2023-08-19 11:12:21.000000000 +0000
+++ ding-libs-0.6.2/debian/changelog    2024-02-01 04:26:40.000000000 +0000
@@ -1,3 +1,10 @@
+ding-libs (0.6.2-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Thu, 01 Feb 2024 04:26:40 +0000
+
 ding-libs (0.6.2-2) unstable; urgency=medium
 
   [ Simon Josefsson ]
diff -Nru ding-libs-0.6.2/debian/control ding-libs-0.6.2/debian/control
--- ding-libs-0.6.2/debian/control      2023-08-08 12:52:15.000000000 +0000
+++ ding-libs-0.6.2/debian/control      2024-02-01 04:26:40.000000000 +0000
@@ -18,7 +18,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libpath-utils1 (= ${binary:Version}),
+ libpath-utils1t64 (= ${binary:Version}),
 Multi-Arch: same
 Description: Development files for libpath_utils
  Utility functions to manipulate filesystem pathnames. Development files.
@@ -26,7 +26,10 @@
  This package is part of the ding-libs, libraries that are required for the
  proper functioning of SSSD, the System Security Services Daemon.
 
-Package: libpath-utils1
+Package: libpath-utils1t64
+Provides: ${t64:Provides}
+Replaces: libpath-utils1
+Breaks: libpath-utils1 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -41,7 +44,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libdhash1 (= ${binary:Version}),
+ libdhash1t64 (= ${binary:Version}),
 Multi-Arch: same
 Description: Development files for libdhash
  A hash table which will dynamically resize to achieve optimal storage & access
@@ -50,7 +53,10 @@
  This package is part of the ding-libs, libraries that are required for the
  proper functioning of SSSD, the System Security Services Daemon.
 
-Package: libdhash1
+Package: libdhash1t64
+Provides: ${t64:Provides}
+Replaces: libdhash1
+Breaks: libdhash1 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -66,7 +72,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libcollection4 (= ${binary:Version}),
+ libcollection4t64 (= ${binary:Version}),
 Multi-Arch: same
 Description: Development files for libcollection
  A data-type to collect data in a hierarchical structure for easy iteration
@@ -75,7 +81,10 @@
  This package is part of the ding-libs, libraries that are required for the
  proper functioning of SSSD, the System Security Services Daemon.
 
-Package: libcollection4
+Package: libcollection4t64
+Provides: ${t64:Provides}
+Replaces: libcollection4
+Breaks: libcollection4 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -91,7 +100,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libref-array1 (= ${binary:Version}),
+ libref-array1t64 (= ${binary:Version}),
 Multi-Arch: same
 Description: Development files for refcounted array for C
  A dynamically-growing, reference-counted array. Development files.
@@ -99,7 +108,10 @@
  This package is part of the ding-libs, libraries that are required for the
  proper functioning of SSSD, the System Security Services Daemon.
 
-Package: libref-array1
+Package: libref-array1t64
+Provides: ${t64:Provides}
+Replaces: libref-array1
+Breaks: libref-array1 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -114,7 +126,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libini-config5 (= ${binary:Version}),
+ libini-config5t64 (= ${binary:Version}),
  libcollection-dev (= ${binary:Version}),
  libbasicobjects-dev (= ${binary:Version}),
  libref-array-dev (= ${binary:Version}),
@@ -125,7 +137,10 @@
  This package is part of the ding-libs, libraries that are required for the
  proper functioning of SSSD, the System Security Services Daemon.
 
-Package: libini-config5
+Package: libini-config5t64
+Provides: ${t64:Provides}
+Replaces: libini-config5
+Breaks: libini-config5 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -141,7 +156,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libbasicobjects0 (= ${binary:Version}),
+ libbasicobjects0t64 (= ${binary:Version}),
 Multi-Arch: same
 Description: Basic object types for C -- development files
  Library that add basic object types for C. Development files.
@@ -149,7 +164,10 @@
  This package is part of the ding-libs, libraries that are required for the
  proper functioning of SSSD, the System Security Services Daemon.
 
-Package: libbasicobjects0
+Package: libbasicobjects0t64
+Provides: ${t64:Provides}
+Replaces: libbasicobjects0
+Breaks: libbasicobjects0 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
diff -Nru ding-libs-0.6.2/debian/libbasicobjects0.install 
ding-libs-0.6.2/debian/libbasicobjects0.install
--- ding-libs-0.6.2/debian/libbasicobjects0.install     2023-08-08 
12:52:15.000000000 +0000
+++ ding-libs-0.6.2/debian/libbasicobjects0.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libbasicobjects.so.*
diff -Nru ding-libs-0.6.2/debian/libbasicobjects0.symbols 
ding-libs-0.6.2/debian/libbasicobjects0.symbols
--- ding-libs-0.6.2/debian/libbasicobjects0.symbols     2023-08-19 
11:07:14.000000000 +0000
+++ ding-libs-0.6.2/debian/libbasicobjects0.symbols     1970-01-01 
00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-libbasicobjects.so.0 libbasicobjects0 #MINVER#
-* Build-Depends-Package: libbasicobjects-dev
- BASICOBJECTS_0.1.0@BASICOBJECTS_0.1.0 0.4.0
- BASICOBJECTS_0.1.1@BASICOBJECTS_0.1.1 0.4.0
- simplebuffer_add_cr@BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_add_raw@BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_add_str@BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_alloc@BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_free@BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_get_buf@BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_get_len@BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_get_vbuf@BASICOBJECTS_0.1.1 0.4.0
- simplebuffer_grow@BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_write@BASICOBJECTS_0.1.0 0.4.0
diff -Nru ding-libs-0.6.2/debian/libbasicobjects0t64.install 
ding-libs-0.6.2/debian/libbasicobjects0t64.install
--- ding-libs-0.6.2/debian/libbasicobjects0t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libbasicobjects0t64.install  2023-08-08 
12:52:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libbasicobjects.so.*
diff -Nru ding-libs-0.6.2/debian/libbasicobjects0t64.lintian-overrides 
ding-libs-0.6.2/debian/libbasicobjects0t64.lintian-overrides
--- ding-libs-0.6.2/debian/libbasicobjects0t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libbasicobjects0t64.lintian-overrides        
2024-02-01 04:26:40.000000000 +0000
@@ -0,0 +1 @@
+libbasicobjects0t64: package-name-doesnt-match-sonames libbasicobjects0
diff -Nru ding-libs-0.6.2/debian/libbasicobjects0t64.symbols 
ding-libs-0.6.2/debian/libbasicobjects0t64.symbols
--- ding-libs-0.6.2/debian/libbasicobjects0t64.symbols  1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libbasicobjects0t64.symbols  2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1,14 @@
+libbasicobjects.so.0 libbasicobjects0t64 #MINVER#
+* Build-Depends-Package: libbasicobjects-dev
+ BASICOBJECTS_0.1.0@BASICOBJECTS_0.1.0 0.4.0
+ BASICOBJECTS_0.1.1@BASICOBJECTS_0.1.1 0.4.0
+ simplebuffer_add_cr@BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_add_raw@BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_add_str@BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_alloc@BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_free@BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_get_buf@BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_get_len@BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_get_vbuf@BASICOBJECTS_0.1.1 0.4.0
+ simplebuffer_grow@BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_write@BASICOBJECTS_0.1.0 0.4.0
diff -Nru ding-libs-0.6.2/debian/libcollection4.install 
ding-libs-0.6.2/debian/libcollection4.install
--- ding-libs-0.6.2/debian/libcollection4.install       2023-08-08 
12:52:15.000000000 +0000
+++ ding-libs-0.6.2/debian/libcollection4.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcollection.so.*
diff -Nru ding-libs-0.6.2/debian/libcollection4.symbols 
ding-libs-0.6.2/debian/libcollection4.symbols
--- ding-libs-0.6.2/debian/libcollection4.symbols       2023-08-19 
11:07:14.000000000 +0000
+++ ding-libs-0.6.2/debian/libcollection4.symbols       1970-01-01 
00:00:00.000000000 +0000
@@ -1,139 +0,0 @@
-libcollection.so.4 libcollection4 #MINVER#
-* Build-Depends-Package: libcollection-dev
- COLLECTION_0.6.2@COLLECTION_0.6.2 0.4.0
- COLLECTION_0.7@COLLECTION_0.7 0.5.0
- col_add_any_property@COLLECTION_0.6.2 0.4.0
- col_add_any_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_add_binary_property@COLLECTION_0.6.2 0.4.0
- col_add_binary_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_add_bool_property@COLLECTION_0.6.2 0.4.0
- col_add_bool_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_add_collection_to_collection@COLLECTION_0.6.2 0.4.0
- col_add_double_property@COLLECTION_0.6.2 0.4.0
- col_add_double_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_add_int_property@COLLECTION_0.6.2 0.4.0
- col_add_int_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_add_long_property@COLLECTION_0.6.2 0.4.0
- col_add_long_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_add_str_property@COLLECTION_0.6.2 0.4.0
- col_add_str_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_add_ulong_property@COLLECTION_0.6.2 0.4.0
- col_add_ulong_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_add_unsigned_property@COLLECTION_0.6.2 0.4.0
- col_add_unsigned_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_bind_iterator@COLLECTION_0.6.2 0.4.0
- col_collection_to_list@COLLECTION_0.6.2 0.4.0
- col_compare_items@COLLECTION_0.6.2 0.4.0
- col_copy_collection@COLLECTION_0.6.2 0.4.0
- col_copy_collection_with_cb@COLLECTION_0.6.2 0.4.0
- col_create_collection@COLLECTION_0.6.2 0.4.0
- col_create_queue@COLLECTION_0.6.2 0.4.0
- col_create_stack@COLLECTION_0.6.2 0.4.0
- col_debug_collection@COLLECTION_0.6.2 0.4.0
- col_debug_handle@COLLECTION_0.6.2 0.4.0
- col_debug_item@COLLECTION_0.6.2 0.4.0
- col_delete_item@COLLECTION_0.6.2 0.4.0
- col_delete_item_with_cb@COLLECTION_0.7 0.5.0
- col_delete_property@COLLECTION_0.6.2 0.4.0
- col_dequeue_item@COLLECTION_0.6.2 0.4.0
- col_destroy_collection@COLLECTION_0.6.2 0.4.0
- col_destroy_collection_with_cb@COLLECTION_0.6.2 0.4.0
- col_destroy_queue@COLLECTION_0.6.2 0.4.0
- col_destroy_stack@COLLECTION_0.6.2 0.4.0
- col_enqueue_any_property@COLLECTION_0.6.2 0.4.0
- col_enqueue_binary_property@COLLECTION_0.6.2 0.4.0
- col_enqueue_bool_property@COLLECTION_0.6.2 0.4.0
- col_enqueue_double_property@COLLECTION_0.6.2 0.4.0
- col_enqueue_int_property@COLLECTION_0.6.2 0.4.0
- col_enqueue_item@COLLECTION_0.6.2 0.4.0
- col_enqueue_long_property@COLLECTION_0.6.2 0.4.0
- col_enqueue_str_property@COLLECTION_0.6.2 0.4.0
- col_enqueue_ulong_property@COLLECTION_0.6.2 0.4.0
- col_enqueue_unsigned_property@COLLECTION_0.6.2 0.4.0
- col_extract_item@COLLECTION_0.6.2 0.4.0
- col_extract_item_from_current@COLLECTION_0.6.2 0.4.0
- col_free_property_list@COLLECTION_0.6.2 0.4.0
- col_get_collection_class@COLLECTION_0.6.2 0.4.0
- col_get_collection_count@COLLECTION_0.6.2 0.4.0
- col_get_collection_reference@COLLECTION_0.6.2 0.4.0
- col_get_data_len@COLLECTION_0.6.2 0.4.0
- col_get_dup_item@COLLECTION_0.7 0.5.0
- col_get_item@COLLECTION_0.6.2 0.4.0
- col_get_item_and_do@COLLECTION_0.6.2 0.4.0
- col_get_item_data@COLLECTION_0.6.2 0.4.0
- col_get_item_depth@COLLECTION_0.6.2 0.4.0
- col_get_item_hash@COLLECTION_0.6.2 0.4.0
- col_get_item_length@COLLECTION_0.6.2 0.4.0
- col_get_item_property@COLLECTION_0.6.2 0.4.0
- col_get_item_type@COLLECTION_0.6.2 0.4.0
- col_get_iterator_depth@COLLECTION_0.6.2 0.4.0
- col_get_reference_from_item@COLLECTION_0.6.2 0.4.0
- col_grow_buffer@COLLECTION_0.6.2 0.4.0
- col_insert_binary_property@COLLECTION_0.6.2 0.4.0
- col_insert_binary_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_insert_bool_property@COLLECTION_0.6.2 0.4.0
- col_insert_bool_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_insert_double_property@COLLECTION_0.6.2 0.4.0
- col_insert_double_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_insert_int_property@COLLECTION_0.6.2 0.4.0
- col_insert_int_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_insert_item@COLLECTION_0.6.2 0.4.0
- col_insert_item_into_current@COLLECTION_0.6.2 0.4.0
- col_insert_long_property@COLLECTION_0.6.2 0.4.0
- col_insert_long_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_insert_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_insert_str_property@COLLECTION_0.6.2 0.4.0
- col_insert_str_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_insert_ulong_property@COLLECTION_0.6.2 0.4.0
- col_insert_ulong_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_insert_unsigned_property@COLLECTION_0.6.2 0.4.0
- col_insert_unsigned_property_with_ref@COLLECTION_0.6.2 0.4.0
- col_is_item_in_collection@COLLECTION_0.6.2 0.4.0
- col_is_of_class@COLLECTION_0.6.2 0.4.0
- col_iterate_collection@COLLECTION_0.6.2 0.4.0
- col_iterate_up@COLLECTION_0.6.2 0.4.0
- col_make_hash@COLLECTION_0.6.2 0.4.0
- col_modify_binary_item@COLLECTION_0.6.2 0.4.0
- col_modify_bool_item@COLLECTION_0.6.2 0.4.0
- col_modify_double_item@COLLECTION_0.6.2 0.4.0
- col_modify_int_item@COLLECTION_0.6.2 0.4.0
- col_modify_item@COLLECTION_0.6.2 0.4.0
- col_modify_item_property@COLLECTION_0.6.2 0.4.0
- col_modify_long_item@COLLECTION_0.6.2 0.4.0
- col_modify_str_item@COLLECTION_0.6.2 0.4.0
- col_modify_ulong_item@COLLECTION_0.6.2 0.4.0
- col_modify_unsigned_item@COLLECTION_0.6.2 0.4.0
- col_pin_iterator@COLLECTION_0.6.2 0.4.0
- col_pop_item@COLLECTION_0.6.2 0.4.0
- col_print_collection2@COLLECTION_0.6.2 0.4.0
- col_print_collection@COLLECTION_0.6.2 0.4.0
- col_print_item@COLLECTION_0.6.2 0.4.0
- col_push_any_property@COLLECTION_0.6.2 0.4.0
- col_push_binary_property@COLLECTION_0.6.2 0.4.0
- col_push_bool_property@COLLECTION_0.6.2 0.4.0
- col_push_double_property@COLLECTION_0.6.2 0.4.0
- col_push_int_property@COLLECTION_0.6.2 0.4.0
- col_push_item@COLLECTION_0.6.2 0.4.0
- col_push_long_property@COLLECTION_0.6.2 0.4.0
- col_push_str_property@COLLECTION_0.6.2 0.4.0
- col_push_ulong_property@COLLECTION_0.6.2 0.4.0
- col_push_unsigned_property@COLLECTION_0.6.2 0.4.0
- col_put_marker@COLLECTION_0.6.2 0.4.0
- col_remove_item@COLLECTION_0.6.2 0.4.0
- col_remove_item_from_current@COLLECTION_0.6.2 0.4.0
- col_remove_item_with_cb@COLLECTION_0.7 0.5.0
- col_rewind_iterator@COLLECTION_0.6.2 0.4.0
- col_serialize@COLLECTION_0.6.2 0.4.0
- col_set_collection_class@COLLECTION_0.6.2 0.4.0
- col_sort_collection@COLLECTION_0.6.2 0.4.0
- col_traverse_collection@COLLECTION_0.6.2 0.4.0
- col_unbind_iterator@COLLECTION_0.6.2 0.4.0
- col_update_binary_property@COLLECTION_0.6.2 0.4.0
- col_update_bool_property@COLLECTION_0.6.2 0.4.0
- col_update_double_property@COLLECTION_0.6.2 0.4.0
- col_update_int_property@COLLECTION_0.6.2 0.4.0
- col_update_long_property@COLLECTION_0.6.2 0.4.0
- col_update_property@COLLECTION_0.6.2 0.4.0
- col_update_str_property@COLLECTION_0.6.2 0.4.0
- col_update_ulong_property@COLLECTION_0.6.2 0.4.0
- col_update_unsigned_property@COLLECTION_0.6.2 0.4.0
diff -Nru ding-libs-0.6.2/debian/libcollection4t64.install 
ding-libs-0.6.2/debian/libcollection4t64.install
--- ding-libs-0.6.2/debian/libcollection4t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libcollection4t64.install    2023-08-08 
12:52:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcollection.so.*
diff -Nru ding-libs-0.6.2/debian/libcollection4t64.lintian-overrides 
ding-libs-0.6.2/debian/libcollection4t64.lintian-overrides
--- ding-libs-0.6.2/debian/libcollection4t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libcollection4t64.lintian-overrides  2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1 @@
+libcollection4t64: package-name-doesnt-match-sonames libcollection4
diff -Nru ding-libs-0.6.2/debian/libcollection4t64.symbols 
ding-libs-0.6.2/debian/libcollection4t64.symbols
--- ding-libs-0.6.2/debian/libcollection4t64.symbols    1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libcollection4t64.symbols    2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1,139 @@
+libcollection.so.4 libcollection4t64 #MINVER#
+* Build-Depends-Package: libcollection-dev
+ COLLECTION_0.6.2@COLLECTION_0.6.2 0.4.0
+ COLLECTION_0.7@COLLECTION_0.7 0.5.0
+ col_add_any_property@COLLECTION_0.6.2 0.4.0
+ col_add_any_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_add_binary_property@COLLECTION_0.6.2 0.4.0
+ col_add_binary_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_add_bool_property@COLLECTION_0.6.2 0.4.0
+ col_add_bool_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_add_collection_to_collection@COLLECTION_0.6.2 0.4.0
+ col_add_double_property@COLLECTION_0.6.2 0.4.0
+ col_add_double_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_add_int_property@COLLECTION_0.6.2 0.4.0
+ col_add_int_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_add_long_property@COLLECTION_0.6.2 0.4.0
+ col_add_long_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_add_str_property@COLLECTION_0.6.2 0.4.0
+ col_add_str_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_add_ulong_property@COLLECTION_0.6.2 0.4.0
+ col_add_ulong_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_add_unsigned_property@COLLECTION_0.6.2 0.4.0
+ col_add_unsigned_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_bind_iterator@COLLECTION_0.6.2 0.4.0
+ col_collection_to_list@COLLECTION_0.6.2 0.4.0
+ col_compare_items@COLLECTION_0.6.2 0.4.0
+ col_copy_collection@COLLECTION_0.6.2 0.4.0
+ col_copy_collection_with_cb@COLLECTION_0.6.2 0.4.0
+ col_create_collection@COLLECTION_0.6.2 0.4.0
+ col_create_queue@COLLECTION_0.6.2 0.4.0
+ col_create_stack@COLLECTION_0.6.2 0.4.0
+ col_debug_collection@COLLECTION_0.6.2 0.4.0
+ col_debug_handle@COLLECTION_0.6.2 0.4.0
+ col_debug_item@COLLECTION_0.6.2 0.4.0
+ col_delete_item@COLLECTION_0.6.2 0.4.0
+ col_delete_item_with_cb@COLLECTION_0.7 0.5.0
+ col_delete_property@COLLECTION_0.6.2 0.4.0
+ col_dequeue_item@COLLECTION_0.6.2 0.4.0
+ col_destroy_collection@COLLECTION_0.6.2 0.4.0
+ col_destroy_collection_with_cb@COLLECTION_0.6.2 0.4.0
+ col_destroy_queue@COLLECTION_0.6.2 0.4.0
+ col_destroy_stack@COLLECTION_0.6.2 0.4.0
+ col_enqueue_any_property@COLLECTION_0.6.2 0.4.0
+ col_enqueue_binary_property@COLLECTION_0.6.2 0.4.0
+ col_enqueue_bool_property@COLLECTION_0.6.2 0.4.0
+ col_enqueue_double_property@COLLECTION_0.6.2 0.4.0
+ col_enqueue_int_property@COLLECTION_0.6.2 0.4.0
+ col_enqueue_item@COLLECTION_0.6.2 0.4.0
+ col_enqueue_long_property@COLLECTION_0.6.2 0.4.0
+ col_enqueue_str_property@COLLECTION_0.6.2 0.4.0
+ col_enqueue_ulong_property@COLLECTION_0.6.2 0.4.0
+ col_enqueue_unsigned_property@COLLECTION_0.6.2 0.4.0
+ col_extract_item@COLLECTION_0.6.2 0.4.0
+ col_extract_item_from_current@COLLECTION_0.6.2 0.4.0
+ col_free_property_list@COLLECTION_0.6.2 0.4.0
+ col_get_collection_class@COLLECTION_0.6.2 0.4.0
+ col_get_collection_count@COLLECTION_0.6.2 0.4.0
+ col_get_collection_reference@COLLECTION_0.6.2 0.4.0
+ col_get_data_len@COLLECTION_0.6.2 0.4.0
+ col_get_dup_item@COLLECTION_0.7 0.5.0
+ col_get_item@COLLECTION_0.6.2 0.4.0
+ col_get_item_and_do@COLLECTION_0.6.2 0.4.0
+ col_get_item_data@COLLECTION_0.6.2 0.4.0
+ col_get_item_depth@COLLECTION_0.6.2 0.4.0
+ col_get_item_hash@COLLECTION_0.6.2 0.4.0
+ col_get_item_length@COLLECTION_0.6.2 0.4.0
+ col_get_item_property@COLLECTION_0.6.2 0.4.0
+ col_get_item_type@COLLECTION_0.6.2 0.4.0
+ col_get_iterator_depth@COLLECTION_0.6.2 0.4.0
+ col_get_reference_from_item@COLLECTION_0.6.2 0.4.0
+ col_grow_buffer@COLLECTION_0.6.2 0.4.0
+ col_insert_binary_property@COLLECTION_0.6.2 0.4.0
+ col_insert_binary_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_insert_bool_property@COLLECTION_0.6.2 0.4.0
+ col_insert_bool_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_insert_double_property@COLLECTION_0.6.2 0.4.0
+ col_insert_double_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_insert_int_property@COLLECTION_0.6.2 0.4.0
+ col_insert_int_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_insert_item@COLLECTION_0.6.2 0.4.0
+ col_insert_item_into_current@COLLECTION_0.6.2 0.4.0
+ col_insert_long_property@COLLECTION_0.6.2 0.4.0
+ col_insert_long_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_insert_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_insert_str_property@COLLECTION_0.6.2 0.4.0
+ col_insert_str_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_insert_ulong_property@COLLECTION_0.6.2 0.4.0
+ col_insert_ulong_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_insert_unsigned_property@COLLECTION_0.6.2 0.4.0
+ col_insert_unsigned_property_with_ref@COLLECTION_0.6.2 0.4.0
+ col_is_item_in_collection@COLLECTION_0.6.2 0.4.0
+ col_is_of_class@COLLECTION_0.6.2 0.4.0
+ col_iterate_collection@COLLECTION_0.6.2 0.4.0
+ col_iterate_up@COLLECTION_0.6.2 0.4.0
+ col_make_hash@COLLECTION_0.6.2 0.4.0
+ col_modify_binary_item@COLLECTION_0.6.2 0.4.0
+ col_modify_bool_item@COLLECTION_0.6.2 0.4.0
+ col_modify_double_item@COLLECTION_0.6.2 0.4.0
+ col_modify_int_item@COLLECTION_0.6.2 0.4.0
+ col_modify_item@COLLECTION_0.6.2 0.4.0
+ col_modify_item_property@COLLECTION_0.6.2 0.4.0
+ col_modify_long_item@COLLECTION_0.6.2 0.4.0
+ col_modify_str_item@COLLECTION_0.6.2 0.4.0
+ col_modify_ulong_item@COLLECTION_0.6.2 0.4.0
+ col_modify_unsigned_item@COLLECTION_0.6.2 0.4.0
+ col_pin_iterator@COLLECTION_0.6.2 0.4.0
+ col_pop_item@COLLECTION_0.6.2 0.4.0
+ col_print_collection2@COLLECTION_0.6.2 0.4.0
+ col_print_collection@COLLECTION_0.6.2 0.4.0
+ col_print_item@COLLECTION_0.6.2 0.4.0
+ col_push_any_property@COLLECTION_0.6.2 0.4.0
+ col_push_binary_property@COLLECTION_0.6.2 0.4.0
+ col_push_bool_property@COLLECTION_0.6.2 0.4.0
+ col_push_double_property@COLLECTION_0.6.2 0.4.0
+ col_push_int_property@COLLECTION_0.6.2 0.4.0
+ col_push_item@COLLECTION_0.6.2 0.4.0
+ col_push_long_property@COLLECTION_0.6.2 0.4.0
+ col_push_str_property@COLLECTION_0.6.2 0.4.0
+ col_push_ulong_property@COLLECTION_0.6.2 0.4.0
+ col_push_unsigned_property@COLLECTION_0.6.2 0.4.0
+ col_put_marker@COLLECTION_0.6.2 0.4.0
+ col_remove_item@COLLECTION_0.6.2 0.4.0
+ col_remove_item_from_current@COLLECTION_0.6.2 0.4.0
+ col_remove_item_with_cb@COLLECTION_0.7 0.5.0
+ col_rewind_iterator@COLLECTION_0.6.2 0.4.0
+ col_serialize@COLLECTION_0.6.2 0.4.0
+ col_set_collection_class@COLLECTION_0.6.2 0.4.0
+ col_sort_collection@COLLECTION_0.6.2 0.4.0
+ col_traverse_collection@COLLECTION_0.6.2 0.4.0
+ col_unbind_iterator@COLLECTION_0.6.2 0.4.0
+ col_update_binary_property@COLLECTION_0.6.2 0.4.0
+ col_update_bool_property@COLLECTION_0.6.2 0.4.0
+ col_update_double_property@COLLECTION_0.6.2 0.4.0
+ col_update_int_property@COLLECTION_0.6.2 0.4.0
+ col_update_long_property@COLLECTION_0.6.2 0.4.0
+ col_update_property@COLLECTION_0.6.2 0.4.0
+ col_update_str_property@COLLECTION_0.6.2 0.4.0
+ col_update_ulong_property@COLLECTION_0.6.2 0.4.0
+ col_update_unsigned_property@COLLECTION_0.6.2 0.4.0
diff -Nru ding-libs-0.6.2/debian/libdhash1.install 
ding-libs-0.6.2/debian/libdhash1.install
--- ding-libs-0.6.2/debian/libdhash1.install    2023-08-08 12:52:15.000000000 
+0000
+++ ding-libs-0.6.2/debian/libdhash1.install    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libdhash.so.*
diff -Nru ding-libs-0.6.2/debian/libdhash1.symbols 
ding-libs-0.6.2/debian/libdhash1.symbols
--- ding-libs-0.6.2/debian/libdhash1.symbols    2023-08-19 11:07:14.000000000 
+0000
+++ ding-libs-0.6.2/debian/libdhash1.symbols    1970-01-01 00:00:00.000000000 
+0000
@@ -1,19 +0,0 @@
-libdhash.so.1 libdhash1 #MINVER#
-* Build-Depends-Package: libdhash-dev
- DHASH_0.4.3@DHASH_0.4.3 0.4.0
- hash_count@DHASH_0.4.3 0.4.0
- hash_create@DHASH_0.4.3 0.4.0
- hash_create_ex@DHASH_0.4.3 0.4.0
- hash_delete@DHASH_0.4.3 0.4.0
- hash_destroy@DHASH_0.4.3 0.4.0
- hash_enter@DHASH_0.4.3 0.4.0
- hash_entries@DHASH_0.4.3 0.4.0
- hash_error_string@DHASH_0.4.3 0.4.0
- hash_get_default@DHASH_0.4.3 0.4.0
- hash_get_statistics@DHASH_0.4.3 0.4.0
- hash_has_key@DHASH_0.4.3 0.4.0
- hash_iterate@DHASH_0.4.3 0.4.0
- hash_keys@DHASH_0.4.3 0.4.0
- hash_lookup@DHASH_0.4.3 0.4.0
- hash_values@DHASH_0.4.3 0.4.0
- new_hash_iter_context@DHASH_0.4.3 0.4.0
diff -Nru ding-libs-0.6.2/debian/libdhash1t64.install 
ding-libs-0.6.2/debian/libdhash1t64.install
--- ding-libs-0.6.2/debian/libdhash1t64.install 1970-01-01 00:00:00.000000000 
+0000
+++ ding-libs-0.6.2/debian/libdhash1t64.install 2023-08-08 12:52:15.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libdhash.so.*
diff -Nru ding-libs-0.6.2/debian/libdhash1t64.lintian-overrides 
ding-libs-0.6.2/debian/libdhash1t64.lintian-overrides
--- ding-libs-0.6.2/debian/libdhash1t64.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libdhash1t64.lintian-overrides       2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1 @@
+libdhash1t64: package-name-doesnt-match-sonames libdhash1
diff -Nru ding-libs-0.6.2/debian/libdhash1t64.symbols 
ding-libs-0.6.2/debian/libdhash1t64.symbols
--- ding-libs-0.6.2/debian/libdhash1t64.symbols 1970-01-01 00:00:00.000000000 
+0000
+++ ding-libs-0.6.2/debian/libdhash1t64.symbols 2024-02-01 04:26:40.000000000 
+0000
@@ -0,0 +1,19 @@
+libdhash.so.1 libdhash1t64 #MINVER#
+* Build-Depends-Package: libdhash-dev
+ DHASH_0.4.3@DHASH_0.4.3 0.4.0
+ hash_count@DHASH_0.4.3 0.4.0
+ hash_create@DHASH_0.4.3 0.4.0
+ hash_create_ex@DHASH_0.4.3 0.4.0
+ hash_delete@DHASH_0.4.3 0.4.0
+ hash_destroy@DHASH_0.4.3 0.4.0
+ hash_enter@DHASH_0.4.3 0.4.0
+ hash_entries@DHASH_0.4.3 0.4.0
+ hash_error_string@DHASH_0.4.3 0.4.0
+ hash_get_default@DHASH_0.4.3 0.4.0
+ hash_get_statistics@DHASH_0.4.3 0.4.0
+ hash_has_key@DHASH_0.4.3 0.4.0
+ hash_iterate@DHASH_0.4.3 0.4.0
+ hash_keys@DHASH_0.4.3 0.4.0
+ hash_lookup@DHASH_0.4.3 0.4.0
+ hash_values@DHASH_0.4.3 0.4.0
+ new_hash_iter_context@DHASH_0.4.3 0.4.0
diff -Nru ding-libs-0.6.2/debian/libini-config5.install 
ding-libs-0.6.2/debian/libini-config5.install
--- ding-libs-0.6.2/debian/libini-config5.install       2023-08-08 
12:52:15.000000000 +0000
+++ ding-libs-0.6.2/debian/libini-config5.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libini_config.so.*
diff -Nru ding-libs-0.6.2/debian/libini-config5.symbols 
ding-libs-0.6.2/debian/libini-config5.symbols
--- ding-libs-0.6.2/debian/libini-config5.symbols       2023-08-19 
11:07:14.000000000 +0000
+++ ding-libs-0.6.2/debian/libini-config5.symbols       1970-01-01 
00:00:00.000000000 +0000
@@ -1,171 +0,0 @@
-libini_config.so.5 libini-config5 #MINVER#
-* Build-Depends-Package: libini-config-dev
- INI_CONFIG_1.1.0@INI_CONFIG_1.1.0 0.4.0
- INI_CONFIG_1.2.0@INI_CONFIG_1.2.0 0.5.0
- INI_CONFIG_1.3.0@INI_CONFIG_1.3.0 0.6.0
- config_access_check@INI_CONFIG_1.1.0 0.4.0
- config_changed@INI_CONFIG_1.1.0 0.4.0
- config_for_app@INI_CONFIG_1.1.0 0.4.0
- config_for_app_with_metadata@INI_CONFIG_1.1.0 0.4.0
- config_from_fd@INI_CONFIG_1.1.0 0.4.0
- config_from_fd_with_metadata@INI_CONFIG_1.1.0 0.4.0
- config_from_file@INI_CONFIG_1.1.0 0.4.0
- config_from_file_with_metadata@INI_CONFIG_1.1.0 0.4.0
- free_attribute_list@INI_CONFIG_1.1.0 0.4.0
- free_bin_config_value@INI_CONFIG_1.1.0 0.4.0
- free_double_config_array@INI_CONFIG_1.1.0 0.4.0
- free_ini_config@INI_CONFIG_1.1.0 0.4.0
- free_ini_config_errors@INI_CONFIG_1.1.0 0.4.0
- free_ini_config_metadata@INI_CONFIG_1.1.0 0.4.0
- free_long_config_array@INI_CONFIG_1.1.0 0.4.0
- free_section_list@INI_CONFIG_1.1.0 0.4.0
- free_string_config_array@INI_CONFIG_1.1.0 0.4.0
- get_attribute_list@INI_CONFIG_1.1.0 0.4.0
- get_bin_config_value@INI_CONFIG_1.1.0 0.4.0
- get_bool_config_value@INI_CONFIG_1.1.0 0.4.0
- get_config_item@INI_CONFIG_1.1.0 0.4.0
- get_const_string_config_value@INI_CONFIG_1.1.0 0.4.0
- get_double_config_array@INI_CONFIG_1.1.0 0.4.0
- get_double_config_value@INI_CONFIG_1.1.0 0.4.0
- get_int32_config_value@INI_CONFIG_1.1.0 0.4.0
- get_int64_config_value@INI_CONFIG_1.1.0 0.4.0
- get_int_config_value@INI_CONFIG_1.1.0 0.4.0
- get_long_config_array@INI_CONFIG_1.1.0 0.4.0
- get_long_config_value@INI_CONFIG_1.1.0 0.4.0
- get_raw_string_config_array@INI_CONFIG_1.1.0 0.4.0
- get_section_list@INI_CONFIG_1.1.0 0.4.0
- get_string_config_array@INI_CONFIG_1.1.0 0.4.0
- get_string_config_value@INI_CONFIG_1.1.0 0.4.0
- get_uint32_config_value@INI_CONFIG_1.1.0 0.4.0
- get_uint64_config_value@INI_CONFIG_1.1.0 0.4.0
- get_ulong_config_value@INI_CONFIG_1.1.0 0.4.0
- get_unsigned_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_comment_add@INI_CONFIG_1.1.0 0.4.0
- ini_comment_append@INI_CONFIG_1.1.0 0.4.0
- ini_comment_build@INI_CONFIG_1.1.0 0.4.0
- ini_comment_build_wl@INI_CONFIG_1.1.0 0.4.0
- ini_comment_clear@INI_CONFIG_1.1.0 0.4.0
- ini_comment_construct@INI_CONFIG_1.2.0 0.5.0
- ini_comment_copy@INI_CONFIG_1.1.0 0.4.0
- ini_comment_create@INI_CONFIG_1.1.0 0.4.0
- ini_comment_destroy@INI_CONFIG_1.1.0 0.4.0
- ini_comment_get_line@INI_CONFIG_1.1.0 0.4.0
- ini_comment_get_numlines@INI_CONFIG_1.1.0 0.4.0
- ini_comment_insert@INI_CONFIG_1.1.0 0.4.0
- ini_comment_print@INI_CONFIG_1.1.0 0.4.0
- ini_comment_remove@INI_CONFIG_1.1.0 0.4.0
- ini_comment_replace@INI_CONFIG_1.1.0 0.4.0
- ini_comment_reset@INI_CONFIG_1.1.0 0.4.0
- ini_comment_serialize@INI_CONFIG_1.1.0 0.4.0
- ini_comment_swap@INI_CONFIG_1.1.0 0.4.0
- ini_config_access_check@INI_CONFIG_1.1.0 0.4.0
- ini_config_add_bin_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_const_str_arr_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_double_arr_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_double_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_int32_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_int64_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_int_arr_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_int_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_long_arr_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_long_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_section@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_str_arr_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_str_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_uint32_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_uint64_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_ulong_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_add_unsigned_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_augment@INI_CONFIG_1.2.0 0.5.0
- ini_config_change_access@INI_CONFIG_1.2.0 0.5.0
- ini_config_changed@INI_CONFIG_1.1.0 0.4.0
- ini_config_clean_state@INI_CONFIG_1.1.0 0.4.0
- ini_config_comment_section@INI_CONFIG_1.2.0 0.5.0
- ini_config_copy@INI_CONFIG_1.1.0 0.4.0
- ini_config_create@INI_CONFIG_1.1.0 0.4.0
- ini_config_delete_section_by_name@INI_CONFIG_1.2.0 0.5.0
- ini_config_delete_section_by_position@INI_CONFIG_1.2.0 0.5.0
- ini_config_delete_value@INI_CONFIG_1.2.0 0.5.0
- ini_config_destroy@INI_CONFIG_1.1.0 0.4.0
- ini_config_error_count@INI_CONFIG_1.1.0 0.4.0
- ini_config_file_backup@INI_CONFIG_1.2.0 0.5.0
- ini_config_file_close@INI_CONFIG_1.1.0 0.4.0
- ini_config_file_destroy@INI_CONFIG_1.1.0 0.4.0
- ini_config_file_from_mem@INI_CONFIG_1.1.0 0.4.0
- ini_config_file_open@INI_CONFIG_1.1.0 0.4.0
- ini_config_file_print@INI_CONFIG_1.1.0 0.4.0
- ini_config_file_reopen@INI_CONFIG_1.1.0 0.4.0
- ini_config_free_errors@INI_CONFIG_1.1.0 0.4.0
- ini_config_get_bom@INI_CONFIG_1.2.0 0.5.0
- ini_config_get_errors@INI_CONFIG_1.1.0 0.4.0
- ini_config_get_filename@INI_CONFIG_1.1.0 0.4.0
- ini_config_get_stat@INI_CONFIG_1.1.0 0.4.0
- ini_config_merge@INI_CONFIG_1.1.0 0.4.0
- ini_config_parse@INI_CONFIG_1.1.0 0.4.0
- ini_config_print_errors@INI_CONFIG_1.1.0 0.4.0
- ini_config_rename_section@INI_CONFIG_1.2.0 0.5.0
- ini_config_save@INI_CONFIG_1.2.0 0.5.0
- ini_config_save_as@INI_CONFIG_1.2.0 0.5.0
- ini_config_serialize@INI_CONFIG_1.1.0 0.4.0
- ini_config_set_bom@INI_CONFIG_1.2.0 0.5.0
- ini_config_set_wrap@INI_CONFIG_1.1.0 0.4.0
- ini_config_update_comment@INI_CONFIG_1.2.0 0.5.0
- ini_errobj_add_msg@INI_CONFIG_1.3.0 0.6.0
- ini_errobj_count@INI_CONFIG_1.3.0 0.6.0
- ini_errobj_create@INI_CONFIG_1.3.0 0.6.0
- ini_errobj_destroy@INI_CONFIG_1.3.0 0.6.0
- ini_errobj_get_msg@INI_CONFIG_1.3.0 0.6.0
- ini_errobj_next@INI_CONFIG_1.3.0 0.6.0
- ini_errobj_no_more_msgs@INI_CONFIG_1.3.0 0.6.0
- ini_errobj_reset@INI_CONFIG_1.3.0 0.6.0
- ini_free_attribute_list@INI_CONFIG_1.1.0 0.4.0
- ini_free_bin_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_free_double_config_array@INI_CONFIG_1.1.0 0.4.0
- ini_free_long_config_array@INI_CONFIG_1.1.0 0.4.0
- ini_free_section_list@INI_CONFIG_1.1.0 0.4.0
- ini_free_string_config_array@INI_CONFIG_1.1.0 0.4.0
- ini_get_attribute_list@INI_CONFIG_1.1.0 0.4.0
- ini_get_bin_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_bool_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_config_valueobj@INI_CONFIG_1.1.0 0.4.0
- ini_get_const_string_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_double_config_array@INI_CONFIG_1.1.0 0.4.0
- ini_get_double_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_int32_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_int64_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_int_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_long_config_array@INI_CONFIG_1.1.0 0.4.0
- ini_get_long_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_raw_string_config_array@INI_CONFIG_1.1.0 0.4.0
- ini_get_section_list@INI_CONFIG_1.1.0 0.4.0
- ini_get_string_config_array@INI_CONFIG_1.1.0 0.4.0
- ini_get_string_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_uint32_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_uint64_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_ulong_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_get_unsigned_config_value@INI_CONFIG_1.1.0 0.4.0
- ini_rules_check@INI_CONFIG_1.3.0 0.6.0
- ini_rules_destroy@INI_CONFIG_1.3.0 0.6.0
- ini_rules_read_from_file@INI_CONFIG_1.3.0 0.6.0
- print_config_parsing_errors@INI_CONFIG_1.1.0 0.4.0
- print_file_parsing_errors@INI_CONFIG_1.1.0 0.4.0
- value_add_to_arrays@INI_CONFIG_1.1.0 0.4.0
- value_copy@INI_CONFIG_1.1.0 0.4.0
- value_create_arrays@INI_CONFIG_1.1.0 0.4.0
- value_create_from_refarray@INI_CONFIG_1.1.0 0.4.0
- value_create_new@INI_CONFIG_1.1.0 0.4.0
- value_destroy@INI_CONFIG_1.1.0 0.4.0
- value_destroy_arrays@INI_CONFIG_1.1.0 0.4.0
- value_extract_comment@INI_CONFIG_1.1.0 0.4.0
- value_get_concatenated@INI_CONFIG_1.1.0 0.4.0
- value_get_concatenated_len@INI_CONFIG_1.1.0 0.4.0
- value_get_line@INI_CONFIG_1.1.0 0.4.0
- value_get_origin@INI_CONFIG_1.1.0 0.4.0
- value_lines_cleanup_cb@INI_CONFIG_1.1.0 0.4.0
- value_merge_comment@INI_CONFIG_1.1.0 0.4.0
- value_print@INI_CONFIG_1.1.0 0.4.0
- value_put_comment@INI_CONFIG_1.1.0 0.4.0
- value_serialize@INI_CONFIG_1.1.0 0.4.0
- value_set_boundary@INI_CONFIG_1.1.0 0.4.0
- value_set_keylen@INI_CONFIG_1.1.0 0.4.0
- value_update@INI_CONFIG_1.1.0 0.4.0
diff -Nru ding-libs-0.6.2/debian/libini-config5t64.install 
ding-libs-0.6.2/debian/libini-config5t64.install
--- ding-libs-0.6.2/debian/libini-config5t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libini-config5t64.install    2023-08-08 
12:52:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libini_config.so.*
diff -Nru ding-libs-0.6.2/debian/libini-config5t64.lintian-overrides 
ding-libs-0.6.2/debian/libini-config5t64.lintian-overrides
--- ding-libs-0.6.2/debian/libini-config5t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libini-config5t64.lintian-overrides  2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1 @@
+libini-config5t64: package-name-doesnt-match-sonames libini-config5
diff -Nru ding-libs-0.6.2/debian/libini-config5t64.symbols 
ding-libs-0.6.2/debian/libini-config5t64.symbols
--- ding-libs-0.6.2/debian/libini-config5t64.symbols    1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libini-config5t64.symbols    2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1,171 @@
+libini_config.so.5 libini-config5t64 #MINVER#
+* Build-Depends-Package: libini-config-dev
+ INI_CONFIG_1.1.0@INI_CONFIG_1.1.0 0.4.0
+ INI_CONFIG_1.2.0@INI_CONFIG_1.2.0 0.5.0
+ INI_CONFIG_1.3.0@INI_CONFIG_1.3.0 0.6.0
+ config_access_check@INI_CONFIG_1.1.0 0.4.0
+ config_changed@INI_CONFIG_1.1.0 0.4.0
+ config_for_app@INI_CONFIG_1.1.0 0.4.0
+ config_for_app_with_metadata@INI_CONFIG_1.1.0 0.4.0
+ config_from_fd@INI_CONFIG_1.1.0 0.4.0
+ config_from_fd_with_metadata@INI_CONFIG_1.1.0 0.4.0
+ config_from_file@INI_CONFIG_1.1.0 0.4.0
+ config_from_file_with_metadata@INI_CONFIG_1.1.0 0.4.0
+ free_attribute_list@INI_CONFIG_1.1.0 0.4.0
+ free_bin_config_value@INI_CONFIG_1.1.0 0.4.0
+ free_double_config_array@INI_CONFIG_1.1.0 0.4.0
+ free_ini_config@INI_CONFIG_1.1.0 0.4.0
+ free_ini_config_errors@INI_CONFIG_1.1.0 0.4.0
+ free_ini_config_metadata@INI_CONFIG_1.1.0 0.4.0
+ free_long_config_array@INI_CONFIG_1.1.0 0.4.0
+ free_section_list@INI_CONFIG_1.1.0 0.4.0
+ free_string_config_array@INI_CONFIG_1.1.0 0.4.0
+ get_attribute_list@INI_CONFIG_1.1.0 0.4.0
+ get_bin_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_bool_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_config_item@INI_CONFIG_1.1.0 0.4.0
+ get_const_string_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_double_config_array@INI_CONFIG_1.1.0 0.4.0
+ get_double_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_int32_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_int64_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_int_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_long_config_array@INI_CONFIG_1.1.0 0.4.0
+ get_long_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_raw_string_config_array@INI_CONFIG_1.1.0 0.4.0
+ get_section_list@INI_CONFIG_1.1.0 0.4.0
+ get_string_config_array@INI_CONFIG_1.1.0 0.4.0
+ get_string_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_uint32_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_uint64_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_ulong_config_value@INI_CONFIG_1.1.0 0.4.0
+ get_unsigned_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_add@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_append@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_build@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_build_wl@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_clear@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_construct@INI_CONFIG_1.2.0 0.5.0
+ ini_comment_copy@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_create@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_destroy@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_get_line@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_get_numlines@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_insert@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_print@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_remove@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_replace@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_reset@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_serialize@INI_CONFIG_1.1.0 0.4.0
+ ini_comment_swap@INI_CONFIG_1.1.0 0.4.0
+ ini_config_access_check@INI_CONFIG_1.1.0 0.4.0
+ ini_config_add_bin_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_const_str_arr_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_double_arr_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_double_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_int32_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_int64_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_int_arr_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_int_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_long_arr_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_long_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_section@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_str_arr_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_str_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_uint32_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_uint64_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_ulong_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_unsigned_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_augment@INI_CONFIG_1.2.0 0.5.0
+ ini_config_change_access@INI_CONFIG_1.2.0 0.5.0
+ ini_config_changed@INI_CONFIG_1.1.0 0.4.0
+ ini_config_clean_state@INI_CONFIG_1.1.0 0.4.0
+ ini_config_comment_section@INI_CONFIG_1.2.0 0.5.0
+ ini_config_copy@INI_CONFIG_1.1.0 0.4.0
+ ini_config_create@INI_CONFIG_1.1.0 0.4.0
+ ini_config_delete_section_by_name@INI_CONFIG_1.2.0 0.5.0
+ ini_config_delete_section_by_position@INI_CONFIG_1.2.0 0.5.0
+ ini_config_delete_value@INI_CONFIG_1.2.0 0.5.0
+ ini_config_destroy@INI_CONFIG_1.1.0 0.4.0
+ ini_config_error_count@INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_backup@INI_CONFIG_1.2.0 0.5.0
+ ini_config_file_close@INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_destroy@INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_from_mem@INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_open@INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_print@INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_reopen@INI_CONFIG_1.1.0 0.4.0
+ ini_config_free_errors@INI_CONFIG_1.1.0 0.4.0
+ ini_config_get_bom@INI_CONFIG_1.2.0 0.5.0
+ ini_config_get_errors@INI_CONFIG_1.1.0 0.4.0
+ ini_config_get_filename@INI_CONFIG_1.1.0 0.4.0
+ ini_config_get_stat@INI_CONFIG_1.1.0 0.4.0
+ ini_config_merge@INI_CONFIG_1.1.0 0.4.0
+ ini_config_parse@INI_CONFIG_1.1.0 0.4.0
+ ini_config_print_errors@INI_CONFIG_1.1.0 0.4.0
+ ini_config_rename_section@INI_CONFIG_1.2.0 0.5.0
+ ini_config_save@INI_CONFIG_1.2.0 0.5.0
+ ini_config_save_as@INI_CONFIG_1.2.0 0.5.0
+ ini_config_serialize@INI_CONFIG_1.1.0 0.4.0
+ ini_config_set_bom@INI_CONFIG_1.2.0 0.5.0
+ ini_config_set_wrap@INI_CONFIG_1.1.0 0.4.0
+ ini_config_update_comment@INI_CONFIG_1.2.0 0.5.0
+ ini_errobj_add_msg@INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_count@INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_create@INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_destroy@INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_get_msg@INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_next@INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_no_more_msgs@INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_reset@INI_CONFIG_1.3.0 0.6.0
+ ini_free_attribute_list@INI_CONFIG_1.1.0 0.4.0
+ ini_free_bin_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_free_double_config_array@INI_CONFIG_1.1.0 0.4.0
+ ini_free_long_config_array@INI_CONFIG_1.1.0 0.4.0
+ ini_free_section_list@INI_CONFIG_1.1.0 0.4.0
+ ini_free_string_config_array@INI_CONFIG_1.1.0 0.4.0
+ ini_get_attribute_list@INI_CONFIG_1.1.0 0.4.0
+ ini_get_bin_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_bool_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_config_valueobj@INI_CONFIG_1.1.0 0.4.0
+ ini_get_const_string_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_double_config_array@INI_CONFIG_1.1.0 0.4.0
+ ini_get_double_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_int32_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_int64_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_int_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_long_config_array@INI_CONFIG_1.1.0 0.4.0
+ ini_get_long_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_raw_string_config_array@INI_CONFIG_1.1.0 0.4.0
+ ini_get_section_list@INI_CONFIG_1.1.0 0.4.0
+ ini_get_string_config_array@INI_CONFIG_1.1.0 0.4.0
+ ini_get_string_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_uint32_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_uint64_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_ulong_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_get_unsigned_config_value@INI_CONFIG_1.1.0 0.4.0
+ ini_rules_check@INI_CONFIG_1.3.0 0.6.0
+ ini_rules_destroy@INI_CONFIG_1.3.0 0.6.0
+ ini_rules_read_from_file@INI_CONFIG_1.3.0 0.6.0
+ print_config_parsing_errors@INI_CONFIG_1.1.0 0.4.0
+ print_file_parsing_errors@INI_CONFIG_1.1.0 0.4.0
+ value_add_to_arrays@INI_CONFIG_1.1.0 0.4.0
+ value_copy@INI_CONFIG_1.1.0 0.4.0
+ value_create_arrays@INI_CONFIG_1.1.0 0.4.0
+ value_create_from_refarray@INI_CONFIG_1.1.0 0.4.0
+ value_create_new@INI_CONFIG_1.1.0 0.4.0
+ value_destroy@INI_CONFIG_1.1.0 0.4.0
+ value_destroy_arrays@INI_CONFIG_1.1.0 0.4.0
+ value_extract_comment@INI_CONFIG_1.1.0 0.4.0
+ value_get_concatenated@INI_CONFIG_1.1.0 0.4.0
+ value_get_concatenated_len@INI_CONFIG_1.1.0 0.4.0
+ value_get_line@INI_CONFIG_1.1.0 0.4.0
+ value_get_origin@INI_CONFIG_1.1.0 0.4.0
+ value_lines_cleanup_cb@INI_CONFIG_1.1.0 0.4.0
+ value_merge_comment@INI_CONFIG_1.1.0 0.4.0
+ value_print@INI_CONFIG_1.1.0 0.4.0
+ value_put_comment@INI_CONFIG_1.1.0 0.4.0
+ value_serialize@INI_CONFIG_1.1.0 0.4.0
+ value_set_boundary@INI_CONFIG_1.1.0 0.4.0
+ value_set_keylen@INI_CONFIG_1.1.0 0.4.0
+ value_update@INI_CONFIG_1.1.0 0.4.0
diff -Nru ding-libs-0.6.2/debian/libpath-utils1.install 
ding-libs-0.6.2/debian/libpath-utils1.install
--- ding-libs-0.6.2/debian/libpath-utils1.install       2023-08-08 
12:52:15.000000000 +0000
+++ ding-libs-0.6.2/debian/libpath-utils1.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libpath_utils.so.*
diff -Nru ding-libs-0.6.2/debian/libpath-utils1.symbols 
ding-libs-0.6.2/debian/libpath-utils1.symbols
--- ding-libs-0.6.2/debian/libpath-utils1.symbols       2023-08-19 
11:07:14.000000000 +0000
+++ ding-libs-0.6.2/debian/libpath-utils1.symbols       1970-01-01 
00:00:00.000000000 +0000
@@ -1,18 +0,0 @@
-libpath_utils.so.1 libpath-utils1 #MINVER#
-* Build-Depends-Package: libpath-utils-dev
- PATH_UTILS_0.2.1@PATH_UTILS_0.2.1 0.4.0
- common_path_prefix@PATH_UTILS_0.2.1 0.4.0
- directory_list@PATH_UTILS_0.2.1 0.4.0
- find_existing_directory_ancestor@PATH_UTILS_0.2.1 0.4.0
- get_basename@PATH_UTILS_0.2.1 0.4.0
- get_directory_and_base_name@PATH_UTILS_0.2.1 0.4.0
- get_dirname@PATH_UTILS_0.2.1 0.4.0
- is_absolute_path@PATH_UTILS_0.2.1 0.4.0
- is_ancestor_path@PATH_UTILS_0.2.1 0.4.0
- make_normalized_absolute_path@PATH_UTILS_0.2.1 0.4.0
- make_path_absolute@PATH_UTILS_0.2.1 0.4.0
- normalize_path@PATH_UTILS_0.2.1 0.4.0
- path_concat@PATH_UTILS_0.2.1 0.4.0
- path_utils_error_string@PATH_UTILS_0.2.1 0.4.0
- split_path@PATH_UTILS_0.2.1 0.4.0
-
diff -Nru ding-libs-0.6.2/debian/libpath-utils1t64.install 
ding-libs-0.6.2/debian/libpath-utils1t64.install
--- ding-libs-0.6.2/debian/libpath-utils1t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libpath-utils1t64.install    2023-08-08 
12:52:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libpath_utils.so.*
diff -Nru ding-libs-0.6.2/debian/libpath-utils1t64.lintian-overrides 
ding-libs-0.6.2/debian/libpath-utils1t64.lintian-overrides
--- ding-libs-0.6.2/debian/libpath-utils1t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libpath-utils1t64.lintian-overrides  2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1 @@
+libpath-utils1t64: package-name-doesnt-match-sonames libpath-utils1
diff -Nru ding-libs-0.6.2/debian/libpath-utils1t64.symbols 
ding-libs-0.6.2/debian/libpath-utils1t64.symbols
--- ding-libs-0.6.2/debian/libpath-utils1t64.symbols    1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libpath-utils1t64.symbols    2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1,18 @@
+libpath_utils.so.1 libpath-utils1t64 #MINVER#
+* Build-Depends-Package: libpath-utils-dev
+ PATH_UTILS_0.2.1@PATH_UTILS_0.2.1 0.4.0
+ common_path_prefix@PATH_UTILS_0.2.1 0.4.0
+ directory_list@PATH_UTILS_0.2.1 0.4.0
+ find_existing_directory_ancestor@PATH_UTILS_0.2.1 0.4.0
+ get_basename@PATH_UTILS_0.2.1 0.4.0
+ get_directory_and_base_name@PATH_UTILS_0.2.1 0.4.0
+ get_dirname@PATH_UTILS_0.2.1 0.4.0
+ is_absolute_path@PATH_UTILS_0.2.1 0.4.0
+ is_ancestor_path@PATH_UTILS_0.2.1 0.4.0
+ make_normalized_absolute_path@PATH_UTILS_0.2.1 0.4.0
+ make_path_absolute@PATH_UTILS_0.2.1 0.4.0
+ normalize_path@PATH_UTILS_0.2.1 0.4.0
+ path_concat@PATH_UTILS_0.2.1 0.4.0
+ path_utils_error_string@PATH_UTILS_0.2.1 0.4.0
+ split_path@PATH_UTILS_0.2.1 0.4.0
+
diff -Nru ding-libs-0.6.2/debian/libref-array1.install 
ding-libs-0.6.2/debian/libref-array1.install
--- ding-libs-0.6.2/debian/libref-array1.install        2023-08-08 
12:52:15.000000000 +0000
+++ ding-libs-0.6.2/debian/libref-array1.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libref_array.so.*
diff -Nru ding-libs-0.6.2/debian/libref-array1.symbols 
ding-libs-0.6.2/debian/libref-array1.symbols
--- ding-libs-0.6.2/debian/libref-array1.symbols        2023-08-19 
11:07:14.000000000 +0000
+++ ding-libs-0.6.2/debian/libref-array1.symbols        1970-01-01 
00:00:00.000000000 +0000
@@ -1,18 +0,0 @@
-libref_array.so.1 libref-array1 #MINVER#
-* Build-Depends-Package: libref-array-dev
- REF_ARRAY_0.1.1@REF_ARRAY_0.1.1 0.4.0
- REF_ARRAY_0.1.4@REF_ARRAY_0.1.4 0.4.0
- ref_array_append@REF_ARRAY_0.1.1 0.4.0
- ref_array_copy@REF_ARRAY_0.1.4 0.4.0
- ref_array_create@REF_ARRAY_0.1.1 0.4.0
- ref_array_debug@REF_ARRAY_0.1.1 0.4.0
- ref_array_destroy@REF_ARRAY_0.1.1 0.4.0
- ref_array_get@REF_ARRAY_0.1.1 0.4.0
- ref_array_getlen@REF_ARRAY_0.1.1 0.4.0
- ref_array_getref@REF_ARRAY_0.1.1 0.4.0
- ref_array_insert@REF_ARRAY_0.1.1 0.4.0
- ref_array_len@REF_ARRAY_0.1.1 0.4.0
- ref_array_remove@REF_ARRAY_0.1.1 0.4.0
- ref_array_replace@REF_ARRAY_0.1.1 0.4.0
- ref_array_reset@REF_ARRAY_0.1.1 0.4.0
- ref_array_swap@REF_ARRAY_0.1.1 0.4.0
diff -Nru ding-libs-0.6.2/debian/libref-array1t64.install 
ding-libs-0.6.2/debian/libref-array1t64.install
--- ding-libs-0.6.2/debian/libref-array1t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libref-array1t64.install     2023-08-08 
12:52:15.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libref_array.so.*
diff -Nru ding-libs-0.6.2/debian/libref-array1t64.lintian-overrides 
ding-libs-0.6.2/debian/libref-array1t64.lintian-overrides
--- ding-libs-0.6.2/debian/libref-array1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libref-array1t64.lintian-overrides   2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1 @@
+libref-array1t64: package-name-doesnt-match-sonames libref-array1
diff -Nru ding-libs-0.6.2/debian/libref-array1t64.symbols 
ding-libs-0.6.2/debian/libref-array1t64.symbols
--- ding-libs-0.6.2/debian/libref-array1t64.symbols     1970-01-01 
00:00:00.000000000 +0000
+++ ding-libs-0.6.2/debian/libref-array1t64.symbols     2024-02-01 
04:26:40.000000000 +0000
@@ -0,0 +1,18 @@
+libref_array.so.1 libref-array1t64 #MINVER#
+* Build-Depends-Package: libref-array-dev
+ REF_ARRAY_0.1.1@REF_ARRAY_0.1.1 0.4.0
+ REF_ARRAY_0.1.4@REF_ARRAY_0.1.4 0.4.0
+ ref_array_append@REF_ARRAY_0.1.1 0.4.0
+ ref_array_copy@REF_ARRAY_0.1.4 0.4.0
+ ref_array_create@REF_ARRAY_0.1.1 0.4.0
+ ref_array_debug@REF_ARRAY_0.1.1 0.4.0
+ ref_array_destroy@REF_ARRAY_0.1.1 0.4.0
+ ref_array_get@REF_ARRAY_0.1.1 0.4.0
+ ref_array_getlen@REF_ARRAY_0.1.1 0.4.0
+ ref_array_getref@REF_ARRAY_0.1.1 0.4.0
+ ref_array_insert@REF_ARRAY_0.1.1 0.4.0
+ ref_array_len@REF_ARRAY_0.1.1 0.4.0
+ ref_array_remove@REF_ARRAY_0.1.1 0.4.0
+ ref_array_replace@REF_ARRAY_0.1.1 0.4.0
+ ref_array_reset@REF_ARRAY_0.1.1 0.4.0
+ ref_array_swap@REF_ARRAY_0.1.1 0.4.0

Reply via email to