[Pkg-sssd-devel] Bug#1062331: ding-libs: NMU diff for 64-bit time_t transition

mwhudson at fastmail.fm mwhudson at fastmail.fm
Wed Feb 28 01:35:29 GMT 2024


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-21-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)
-------------- next part --------------
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-28 01:35:10.000000000 +0000
@@ -1,3 +1,10 @@
+ding-libs (0.6.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062331
+
+ -- Michael Hudson-Doyle <mwhudson at debian.org>  Wed, 28 Feb 2024 01:35:10 +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-28 01:35:10.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian SSSD Team <pkg-sssd-devel at alioth-lists.debian.net>
 Uploaders: Timo Aaltonen <tjaalton at debian.org>,
            Simon Josefsson <simon at josefsson.org>
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
  quilt,
  check,
  pkg-config,
@@ -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 at BASICOBJECTS_0.1.0 0.4.0
- BASICOBJECTS_0.1.1 at BASICOBJECTS_0.1.1 0.4.0
- simplebuffer_add_cr at BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_add_raw at BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_add_str at BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_alloc at BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_free at BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_get_buf at BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_get_len at BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_get_vbuf at BASICOBJECTS_0.1.1 0.4.0
- simplebuffer_grow at BASICOBJECTS_0.1.0 0.4.0
- simplebuffer_write at 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-28 01:35:03.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-28 01:35:03.000000000 +0000
@@ -0,0 +1,14 @@
+libbasicobjects.so.0 libbasicobjects0t64 #MINVER#
+* Build-Depends-Package: libbasicobjects-dev
+ BASICOBJECTS_0.1.0 at BASICOBJECTS_0.1.0 0.4.0
+ BASICOBJECTS_0.1.1 at BASICOBJECTS_0.1.1 0.4.0
+ simplebuffer_add_cr at BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_add_raw at BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_add_str at BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_alloc at BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_free at BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_get_buf at BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_get_len at BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_get_vbuf at BASICOBJECTS_0.1.1 0.4.0
+ simplebuffer_grow at BASICOBJECTS_0.1.0 0.4.0
+ simplebuffer_write at 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 at COLLECTION_0.6.2 0.4.0
- COLLECTION_0.7 at COLLECTION_0.7 0.5.0
- col_add_any_property at COLLECTION_0.6.2 0.4.0
- col_add_any_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_add_binary_property at COLLECTION_0.6.2 0.4.0
- col_add_binary_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_add_bool_property at COLLECTION_0.6.2 0.4.0
- col_add_bool_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_add_collection_to_collection at COLLECTION_0.6.2 0.4.0
- col_add_double_property at COLLECTION_0.6.2 0.4.0
- col_add_double_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_add_int_property at COLLECTION_0.6.2 0.4.0
- col_add_int_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_add_long_property at COLLECTION_0.6.2 0.4.0
- col_add_long_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_add_str_property at COLLECTION_0.6.2 0.4.0
- col_add_str_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_add_ulong_property at COLLECTION_0.6.2 0.4.0
- col_add_ulong_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_add_unsigned_property at COLLECTION_0.6.2 0.4.0
- col_add_unsigned_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_bind_iterator at COLLECTION_0.6.2 0.4.0
- col_collection_to_list at COLLECTION_0.6.2 0.4.0
- col_compare_items at COLLECTION_0.6.2 0.4.0
- col_copy_collection at COLLECTION_0.6.2 0.4.0
- col_copy_collection_with_cb at COLLECTION_0.6.2 0.4.0
- col_create_collection at COLLECTION_0.6.2 0.4.0
- col_create_queue at COLLECTION_0.6.2 0.4.0
- col_create_stack at COLLECTION_0.6.2 0.4.0
- col_debug_collection at COLLECTION_0.6.2 0.4.0
- col_debug_handle at COLLECTION_0.6.2 0.4.0
- col_debug_item at COLLECTION_0.6.2 0.4.0
- col_delete_item at COLLECTION_0.6.2 0.4.0
- col_delete_item_with_cb at COLLECTION_0.7 0.5.0
- col_delete_property at COLLECTION_0.6.2 0.4.0
- col_dequeue_item at COLLECTION_0.6.2 0.4.0
- col_destroy_collection at COLLECTION_0.6.2 0.4.0
- col_destroy_collection_with_cb at COLLECTION_0.6.2 0.4.0
- col_destroy_queue at COLLECTION_0.6.2 0.4.0
- col_destroy_stack at COLLECTION_0.6.2 0.4.0
- col_enqueue_any_property at COLLECTION_0.6.2 0.4.0
- col_enqueue_binary_property at COLLECTION_0.6.2 0.4.0
- col_enqueue_bool_property at COLLECTION_0.6.2 0.4.0
- col_enqueue_double_property at COLLECTION_0.6.2 0.4.0
- col_enqueue_int_property at COLLECTION_0.6.2 0.4.0
- col_enqueue_item at COLLECTION_0.6.2 0.4.0
- col_enqueue_long_property at COLLECTION_0.6.2 0.4.0
- col_enqueue_str_property at COLLECTION_0.6.2 0.4.0
- col_enqueue_ulong_property at COLLECTION_0.6.2 0.4.0
- col_enqueue_unsigned_property at COLLECTION_0.6.2 0.4.0
- col_extract_item at COLLECTION_0.6.2 0.4.0
- col_extract_item_from_current at COLLECTION_0.6.2 0.4.0
- col_free_property_list at COLLECTION_0.6.2 0.4.0
- col_get_collection_class at COLLECTION_0.6.2 0.4.0
- col_get_collection_count at COLLECTION_0.6.2 0.4.0
- col_get_collection_reference at COLLECTION_0.6.2 0.4.0
- col_get_data_len at COLLECTION_0.6.2 0.4.0
- col_get_dup_item at COLLECTION_0.7 0.5.0
- col_get_item at COLLECTION_0.6.2 0.4.0
- col_get_item_and_do at COLLECTION_0.6.2 0.4.0
- col_get_item_data at COLLECTION_0.6.2 0.4.0
- col_get_item_depth at COLLECTION_0.6.2 0.4.0
- col_get_item_hash at COLLECTION_0.6.2 0.4.0
- col_get_item_length at COLLECTION_0.6.2 0.4.0
- col_get_item_property at COLLECTION_0.6.2 0.4.0
- col_get_item_type at COLLECTION_0.6.2 0.4.0
- col_get_iterator_depth at COLLECTION_0.6.2 0.4.0
- col_get_reference_from_item at COLLECTION_0.6.2 0.4.0
- col_grow_buffer at COLLECTION_0.6.2 0.4.0
- col_insert_binary_property at COLLECTION_0.6.2 0.4.0
- col_insert_binary_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_insert_bool_property at COLLECTION_0.6.2 0.4.0
- col_insert_bool_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_insert_double_property at COLLECTION_0.6.2 0.4.0
- col_insert_double_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_insert_int_property at COLLECTION_0.6.2 0.4.0
- col_insert_int_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_insert_item at COLLECTION_0.6.2 0.4.0
- col_insert_item_into_current at COLLECTION_0.6.2 0.4.0
- col_insert_long_property at COLLECTION_0.6.2 0.4.0
- col_insert_long_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_insert_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_insert_str_property at COLLECTION_0.6.2 0.4.0
- col_insert_str_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_insert_ulong_property at COLLECTION_0.6.2 0.4.0
- col_insert_ulong_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_insert_unsigned_property at COLLECTION_0.6.2 0.4.0
- col_insert_unsigned_property_with_ref at COLLECTION_0.6.2 0.4.0
- col_is_item_in_collection at COLLECTION_0.6.2 0.4.0
- col_is_of_class at COLLECTION_0.6.2 0.4.0
- col_iterate_collection at COLLECTION_0.6.2 0.4.0
- col_iterate_up at COLLECTION_0.6.2 0.4.0
- col_make_hash at COLLECTION_0.6.2 0.4.0
- col_modify_binary_item at COLLECTION_0.6.2 0.4.0
- col_modify_bool_item at COLLECTION_0.6.2 0.4.0
- col_modify_double_item at COLLECTION_0.6.2 0.4.0
- col_modify_int_item at COLLECTION_0.6.2 0.4.0
- col_modify_item at COLLECTION_0.6.2 0.4.0
- col_modify_item_property at COLLECTION_0.6.2 0.4.0
- col_modify_long_item at COLLECTION_0.6.2 0.4.0
- col_modify_str_item at COLLECTION_0.6.2 0.4.0
- col_modify_ulong_item at COLLECTION_0.6.2 0.4.0
- col_modify_unsigned_item at COLLECTION_0.6.2 0.4.0
- col_pin_iterator at COLLECTION_0.6.2 0.4.0
- col_pop_item at COLLECTION_0.6.2 0.4.0
- col_print_collection2 at COLLECTION_0.6.2 0.4.0
- col_print_collection at COLLECTION_0.6.2 0.4.0
- col_print_item at COLLECTION_0.6.2 0.4.0
- col_push_any_property at COLLECTION_0.6.2 0.4.0
- col_push_binary_property at COLLECTION_0.6.2 0.4.0
- col_push_bool_property at COLLECTION_0.6.2 0.4.0
- col_push_double_property at COLLECTION_0.6.2 0.4.0
- col_push_int_property at COLLECTION_0.6.2 0.4.0
- col_push_item at COLLECTION_0.6.2 0.4.0
- col_push_long_property at COLLECTION_0.6.2 0.4.0
- col_push_str_property at COLLECTION_0.6.2 0.4.0
- col_push_ulong_property at COLLECTION_0.6.2 0.4.0
- col_push_unsigned_property at COLLECTION_0.6.2 0.4.0
- col_put_marker at COLLECTION_0.6.2 0.4.0
- col_remove_item at COLLECTION_0.6.2 0.4.0
- col_remove_item_from_current at COLLECTION_0.6.2 0.4.0
- col_remove_item_with_cb at COLLECTION_0.7 0.5.0
- col_rewind_iterator at COLLECTION_0.6.2 0.4.0
- col_serialize at COLLECTION_0.6.2 0.4.0
- col_set_collection_class at COLLECTION_0.6.2 0.4.0
- col_sort_collection at COLLECTION_0.6.2 0.4.0
- col_traverse_collection at COLLECTION_0.6.2 0.4.0
- col_unbind_iterator at COLLECTION_0.6.2 0.4.0
- col_update_binary_property at COLLECTION_0.6.2 0.4.0
- col_update_bool_property at COLLECTION_0.6.2 0.4.0
- col_update_double_property at COLLECTION_0.6.2 0.4.0
- col_update_int_property at COLLECTION_0.6.2 0.4.0
- col_update_long_property at COLLECTION_0.6.2 0.4.0
- col_update_property at COLLECTION_0.6.2 0.4.0
- col_update_str_property at COLLECTION_0.6.2 0.4.0
- col_update_ulong_property at COLLECTION_0.6.2 0.4.0
- col_update_unsigned_property at 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-28 01:35:03.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-28 01:35:03.000000000 +0000
@@ -0,0 +1,139 @@
+libcollection.so.4 libcollection4t64 #MINVER#
+* Build-Depends-Package: libcollection-dev
+ COLLECTION_0.6.2 at COLLECTION_0.6.2 0.4.0
+ COLLECTION_0.7 at COLLECTION_0.7 0.5.0
+ col_add_any_property at COLLECTION_0.6.2 0.4.0
+ col_add_any_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_add_binary_property at COLLECTION_0.6.2 0.4.0
+ col_add_binary_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_add_bool_property at COLLECTION_0.6.2 0.4.0
+ col_add_bool_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_add_collection_to_collection at COLLECTION_0.6.2 0.4.0
+ col_add_double_property at COLLECTION_0.6.2 0.4.0
+ col_add_double_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_add_int_property at COLLECTION_0.6.2 0.4.0
+ col_add_int_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_add_long_property at COLLECTION_0.6.2 0.4.0
+ col_add_long_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_add_str_property at COLLECTION_0.6.2 0.4.0
+ col_add_str_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_add_ulong_property at COLLECTION_0.6.2 0.4.0
+ col_add_ulong_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_add_unsigned_property at COLLECTION_0.6.2 0.4.0
+ col_add_unsigned_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_bind_iterator at COLLECTION_0.6.2 0.4.0
+ col_collection_to_list at COLLECTION_0.6.2 0.4.0
+ col_compare_items at COLLECTION_0.6.2 0.4.0
+ col_copy_collection at COLLECTION_0.6.2 0.4.0
+ col_copy_collection_with_cb at COLLECTION_0.6.2 0.4.0
+ col_create_collection at COLLECTION_0.6.2 0.4.0
+ col_create_queue at COLLECTION_0.6.2 0.4.0
+ col_create_stack at COLLECTION_0.6.2 0.4.0
+ col_debug_collection at COLLECTION_0.6.2 0.4.0
+ col_debug_handle at COLLECTION_0.6.2 0.4.0
+ col_debug_item at COLLECTION_0.6.2 0.4.0
+ col_delete_item at COLLECTION_0.6.2 0.4.0
+ col_delete_item_with_cb at COLLECTION_0.7 0.5.0
+ col_delete_property at COLLECTION_0.6.2 0.4.0
+ col_dequeue_item at COLLECTION_0.6.2 0.4.0
+ col_destroy_collection at COLLECTION_0.6.2 0.4.0
+ col_destroy_collection_with_cb at COLLECTION_0.6.2 0.4.0
+ col_destroy_queue at COLLECTION_0.6.2 0.4.0
+ col_destroy_stack at COLLECTION_0.6.2 0.4.0
+ col_enqueue_any_property at COLLECTION_0.6.2 0.4.0
+ col_enqueue_binary_property at COLLECTION_0.6.2 0.4.0
+ col_enqueue_bool_property at COLLECTION_0.6.2 0.4.0
+ col_enqueue_double_property at COLLECTION_0.6.2 0.4.0
+ col_enqueue_int_property at COLLECTION_0.6.2 0.4.0
+ col_enqueue_item at COLLECTION_0.6.2 0.4.0
+ col_enqueue_long_property at COLLECTION_0.6.2 0.4.0
+ col_enqueue_str_property at COLLECTION_0.6.2 0.4.0
+ col_enqueue_ulong_property at COLLECTION_0.6.2 0.4.0
+ col_enqueue_unsigned_property at COLLECTION_0.6.2 0.4.0
+ col_extract_item at COLLECTION_0.6.2 0.4.0
+ col_extract_item_from_current at COLLECTION_0.6.2 0.4.0
+ col_free_property_list at COLLECTION_0.6.2 0.4.0
+ col_get_collection_class at COLLECTION_0.6.2 0.4.0
+ col_get_collection_count at COLLECTION_0.6.2 0.4.0
+ col_get_collection_reference at COLLECTION_0.6.2 0.4.0
+ col_get_data_len at COLLECTION_0.6.2 0.4.0
+ col_get_dup_item at COLLECTION_0.7 0.5.0
+ col_get_item at COLLECTION_0.6.2 0.4.0
+ col_get_item_and_do at COLLECTION_0.6.2 0.4.0
+ col_get_item_data at COLLECTION_0.6.2 0.4.0
+ col_get_item_depth at COLLECTION_0.6.2 0.4.0
+ col_get_item_hash at COLLECTION_0.6.2 0.4.0
+ col_get_item_length at COLLECTION_0.6.2 0.4.0
+ col_get_item_property at COLLECTION_0.6.2 0.4.0
+ col_get_item_type at COLLECTION_0.6.2 0.4.0
+ col_get_iterator_depth at COLLECTION_0.6.2 0.4.0
+ col_get_reference_from_item at COLLECTION_0.6.2 0.4.0
+ col_grow_buffer at COLLECTION_0.6.2 0.4.0
+ col_insert_binary_property at COLLECTION_0.6.2 0.4.0
+ col_insert_binary_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_insert_bool_property at COLLECTION_0.6.2 0.4.0
+ col_insert_bool_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_insert_double_property at COLLECTION_0.6.2 0.4.0
+ col_insert_double_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_insert_int_property at COLLECTION_0.6.2 0.4.0
+ col_insert_int_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_insert_item at COLLECTION_0.6.2 0.4.0
+ col_insert_item_into_current at COLLECTION_0.6.2 0.4.0
+ col_insert_long_property at COLLECTION_0.6.2 0.4.0
+ col_insert_long_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_insert_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_insert_str_property at COLLECTION_0.6.2 0.4.0
+ col_insert_str_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_insert_ulong_property at COLLECTION_0.6.2 0.4.0
+ col_insert_ulong_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_insert_unsigned_property at COLLECTION_0.6.2 0.4.0
+ col_insert_unsigned_property_with_ref at COLLECTION_0.6.2 0.4.0
+ col_is_item_in_collection at COLLECTION_0.6.2 0.4.0
+ col_is_of_class at COLLECTION_0.6.2 0.4.0
+ col_iterate_collection at COLLECTION_0.6.2 0.4.0
+ col_iterate_up at COLLECTION_0.6.2 0.4.0
+ col_make_hash at COLLECTION_0.6.2 0.4.0
+ col_modify_binary_item at COLLECTION_0.6.2 0.4.0
+ col_modify_bool_item at COLLECTION_0.6.2 0.4.0
+ col_modify_double_item at COLLECTION_0.6.2 0.4.0
+ col_modify_int_item at COLLECTION_0.6.2 0.4.0
+ col_modify_item at COLLECTION_0.6.2 0.4.0
+ col_modify_item_property at COLLECTION_0.6.2 0.4.0
+ col_modify_long_item at COLLECTION_0.6.2 0.4.0
+ col_modify_str_item at COLLECTION_0.6.2 0.4.0
+ col_modify_ulong_item at COLLECTION_0.6.2 0.4.0
+ col_modify_unsigned_item at COLLECTION_0.6.2 0.4.0
+ col_pin_iterator at COLLECTION_0.6.2 0.4.0
+ col_pop_item at COLLECTION_0.6.2 0.4.0
+ col_print_collection2 at COLLECTION_0.6.2 0.4.0
+ col_print_collection at COLLECTION_0.6.2 0.4.0
+ col_print_item at COLLECTION_0.6.2 0.4.0
+ col_push_any_property at COLLECTION_0.6.2 0.4.0
+ col_push_binary_property at COLLECTION_0.6.2 0.4.0
+ col_push_bool_property at COLLECTION_0.6.2 0.4.0
+ col_push_double_property at COLLECTION_0.6.2 0.4.0
+ col_push_int_property at COLLECTION_0.6.2 0.4.0
+ col_push_item at COLLECTION_0.6.2 0.4.0
+ col_push_long_property at COLLECTION_0.6.2 0.4.0
+ col_push_str_property at COLLECTION_0.6.2 0.4.0
+ col_push_ulong_property at COLLECTION_0.6.2 0.4.0
+ col_push_unsigned_property at COLLECTION_0.6.2 0.4.0
+ col_put_marker at COLLECTION_0.6.2 0.4.0
+ col_remove_item at COLLECTION_0.6.2 0.4.0
+ col_remove_item_from_current at COLLECTION_0.6.2 0.4.0
+ col_remove_item_with_cb at COLLECTION_0.7 0.5.0
+ col_rewind_iterator at COLLECTION_0.6.2 0.4.0
+ col_serialize at COLLECTION_0.6.2 0.4.0
+ col_set_collection_class at COLLECTION_0.6.2 0.4.0
+ col_sort_collection at COLLECTION_0.6.2 0.4.0
+ col_traverse_collection at COLLECTION_0.6.2 0.4.0
+ col_unbind_iterator at COLLECTION_0.6.2 0.4.0
+ col_update_binary_property at COLLECTION_0.6.2 0.4.0
+ col_update_bool_property at COLLECTION_0.6.2 0.4.0
+ col_update_double_property at COLLECTION_0.6.2 0.4.0
+ col_update_int_property at COLLECTION_0.6.2 0.4.0
+ col_update_long_property at COLLECTION_0.6.2 0.4.0
+ col_update_property at COLLECTION_0.6.2 0.4.0
+ col_update_str_property at COLLECTION_0.6.2 0.4.0
+ col_update_ulong_property at COLLECTION_0.6.2 0.4.0
+ col_update_unsigned_property at 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 at DHASH_0.4.3 0.4.0
- hash_count at DHASH_0.4.3 0.4.0
- hash_create at DHASH_0.4.3 0.4.0
- hash_create_ex at DHASH_0.4.3 0.4.0
- hash_delete at DHASH_0.4.3 0.4.0
- hash_destroy at DHASH_0.4.3 0.4.0
- hash_enter at DHASH_0.4.3 0.4.0
- hash_entries at DHASH_0.4.3 0.4.0
- hash_error_string at DHASH_0.4.3 0.4.0
- hash_get_default at DHASH_0.4.3 0.4.0
- hash_get_statistics at DHASH_0.4.3 0.4.0
- hash_has_key at DHASH_0.4.3 0.4.0
- hash_iterate at DHASH_0.4.3 0.4.0
- hash_keys at DHASH_0.4.3 0.4.0
- hash_lookup at DHASH_0.4.3 0.4.0
- hash_values at DHASH_0.4.3 0.4.0
- new_hash_iter_context at 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-28 01:35:03.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-28 01:35:03.000000000 +0000
@@ -0,0 +1,19 @@
+libdhash.so.1 libdhash1t64 #MINVER#
+* Build-Depends-Package: libdhash-dev
+ DHASH_0.4.3 at DHASH_0.4.3 0.4.0
+ hash_count at DHASH_0.4.3 0.4.0
+ hash_create at DHASH_0.4.3 0.4.0
+ hash_create_ex at DHASH_0.4.3 0.4.0
+ hash_delete at DHASH_0.4.3 0.4.0
+ hash_destroy at DHASH_0.4.3 0.4.0
+ hash_enter at DHASH_0.4.3 0.4.0
+ hash_entries at DHASH_0.4.3 0.4.0
+ hash_error_string at DHASH_0.4.3 0.4.0
+ hash_get_default at DHASH_0.4.3 0.4.0
+ hash_get_statistics at DHASH_0.4.3 0.4.0
+ hash_has_key at DHASH_0.4.3 0.4.0
+ hash_iterate at DHASH_0.4.3 0.4.0
+ hash_keys at DHASH_0.4.3 0.4.0
+ hash_lookup at DHASH_0.4.3 0.4.0
+ hash_values at DHASH_0.4.3 0.4.0
+ new_hash_iter_context at 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 at INI_CONFIG_1.1.0 0.4.0
- INI_CONFIG_1.2.0 at INI_CONFIG_1.2.0 0.5.0
- INI_CONFIG_1.3.0 at INI_CONFIG_1.3.0 0.6.0
- config_access_check at INI_CONFIG_1.1.0 0.4.0
- config_changed at INI_CONFIG_1.1.0 0.4.0
- config_for_app at INI_CONFIG_1.1.0 0.4.0
- config_for_app_with_metadata at INI_CONFIG_1.1.0 0.4.0
- config_from_fd at INI_CONFIG_1.1.0 0.4.0
- config_from_fd_with_metadata at INI_CONFIG_1.1.0 0.4.0
- config_from_file at INI_CONFIG_1.1.0 0.4.0
- config_from_file_with_metadata at INI_CONFIG_1.1.0 0.4.0
- free_attribute_list at INI_CONFIG_1.1.0 0.4.0
- free_bin_config_value at INI_CONFIG_1.1.0 0.4.0
- free_double_config_array at INI_CONFIG_1.1.0 0.4.0
- free_ini_config at INI_CONFIG_1.1.0 0.4.0
- free_ini_config_errors at INI_CONFIG_1.1.0 0.4.0
- free_ini_config_metadata at INI_CONFIG_1.1.0 0.4.0
- free_long_config_array at INI_CONFIG_1.1.0 0.4.0
- free_section_list at INI_CONFIG_1.1.0 0.4.0
- free_string_config_array at INI_CONFIG_1.1.0 0.4.0
- get_attribute_list at INI_CONFIG_1.1.0 0.4.0
- get_bin_config_value at INI_CONFIG_1.1.0 0.4.0
- get_bool_config_value at INI_CONFIG_1.1.0 0.4.0
- get_config_item at INI_CONFIG_1.1.0 0.4.0
- get_const_string_config_value at INI_CONFIG_1.1.0 0.4.0
- get_double_config_array at INI_CONFIG_1.1.0 0.4.0
- get_double_config_value at INI_CONFIG_1.1.0 0.4.0
- get_int32_config_value at INI_CONFIG_1.1.0 0.4.0
- get_int64_config_value at INI_CONFIG_1.1.0 0.4.0
- get_int_config_value at INI_CONFIG_1.1.0 0.4.0
- get_long_config_array at INI_CONFIG_1.1.0 0.4.0
- get_long_config_value at INI_CONFIG_1.1.0 0.4.0
- get_raw_string_config_array at INI_CONFIG_1.1.0 0.4.0
- get_section_list at INI_CONFIG_1.1.0 0.4.0
- get_string_config_array at INI_CONFIG_1.1.0 0.4.0
- get_string_config_value at INI_CONFIG_1.1.0 0.4.0
- get_uint32_config_value at INI_CONFIG_1.1.0 0.4.0
- get_uint64_config_value at INI_CONFIG_1.1.0 0.4.0
- get_ulong_config_value at INI_CONFIG_1.1.0 0.4.0
- get_unsigned_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_comment_add at INI_CONFIG_1.1.0 0.4.0
- ini_comment_append at INI_CONFIG_1.1.0 0.4.0
- ini_comment_build at INI_CONFIG_1.1.0 0.4.0
- ini_comment_build_wl at INI_CONFIG_1.1.0 0.4.0
- ini_comment_clear at INI_CONFIG_1.1.0 0.4.0
- ini_comment_construct at INI_CONFIG_1.2.0 0.5.0
- ini_comment_copy at INI_CONFIG_1.1.0 0.4.0
- ini_comment_create at INI_CONFIG_1.1.0 0.4.0
- ini_comment_destroy at INI_CONFIG_1.1.0 0.4.0
- ini_comment_get_line at INI_CONFIG_1.1.0 0.4.0
- ini_comment_get_numlines at INI_CONFIG_1.1.0 0.4.0
- ini_comment_insert at INI_CONFIG_1.1.0 0.4.0
- ini_comment_print at INI_CONFIG_1.1.0 0.4.0
- ini_comment_remove at INI_CONFIG_1.1.0 0.4.0
- ini_comment_replace at INI_CONFIG_1.1.0 0.4.0
- ini_comment_reset at INI_CONFIG_1.1.0 0.4.0
- ini_comment_serialize at INI_CONFIG_1.1.0 0.4.0
- ini_comment_swap at INI_CONFIG_1.1.0 0.4.0
- ini_config_access_check at INI_CONFIG_1.1.0 0.4.0
- ini_config_add_bin_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_const_str_arr_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_double_arr_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_double_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_int32_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_int64_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_int_arr_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_int_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_long_arr_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_long_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_section at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_str_arr_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_str_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_uint32_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_uint64_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_ulong_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_add_unsigned_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_augment at INI_CONFIG_1.2.0 0.5.0
- ini_config_change_access at INI_CONFIG_1.2.0 0.5.0
- ini_config_changed at INI_CONFIG_1.1.0 0.4.0
- ini_config_clean_state at INI_CONFIG_1.1.0 0.4.0
- ini_config_comment_section at INI_CONFIG_1.2.0 0.5.0
- ini_config_copy at INI_CONFIG_1.1.0 0.4.0
- ini_config_create at INI_CONFIG_1.1.0 0.4.0
- ini_config_delete_section_by_name at INI_CONFIG_1.2.0 0.5.0
- ini_config_delete_section_by_position at INI_CONFIG_1.2.0 0.5.0
- ini_config_delete_value at INI_CONFIG_1.2.0 0.5.0
- ini_config_destroy at INI_CONFIG_1.1.0 0.4.0
- ini_config_error_count at INI_CONFIG_1.1.0 0.4.0
- ini_config_file_backup at INI_CONFIG_1.2.0 0.5.0
- ini_config_file_close at INI_CONFIG_1.1.0 0.4.0
- ini_config_file_destroy at INI_CONFIG_1.1.0 0.4.0
- ini_config_file_from_mem at INI_CONFIG_1.1.0 0.4.0
- ini_config_file_open at INI_CONFIG_1.1.0 0.4.0
- ini_config_file_print at INI_CONFIG_1.1.0 0.4.0
- ini_config_file_reopen at INI_CONFIG_1.1.0 0.4.0
- ini_config_free_errors at INI_CONFIG_1.1.0 0.4.0
- ini_config_get_bom at INI_CONFIG_1.2.0 0.5.0
- ini_config_get_errors at INI_CONFIG_1.1.0 0.4.0
- ini_config_get_filename at INI_CONFIG_1.1.0 0.4.0
- ini_config_get_stat at INI_CONFIG_1.1.0 0.4.0
- ini_config_merge at INI_CONFIG_1.1.0 0.4.0
- ini_config_parse at INI_CONFIG_1.1.0 0.4.0
- ini_config_print_errors at INI_CONFIG_1.1.0 0.4.0
- ini_config_rename_section at INI_CONFIG_1.2.0 0.5.0
- ini_config_save at INI_CONFIG_1.2.0 0.5.0
- ini_config_save_as at INI_CONFIG_1.2.0 0.5.0
- ini_config_serialize at INI_CONFIG_1.1.0 0.4.0
- ini_config_set_bom at INI_CONFIG_1.2.0 0.5.0
- ini_config_set_wrap at INI_CONFIG_1.1.0 0.4.0
- ini_config_update_comment at INI_CONFIG_1.2.0 0.5.0
- ini_errobj_add_msg at INI_CONFIG_1.3.0 0.6.0
- ini_errobj_count at INI_CONFIG_1.3.0 0.6.0
- ini_errobj_create at INI_CONFIG_1.3.0 0.6.0
- ini_errobj_destroy at INI_CONFIG_1.3.0 0.6.0
- ini_errobj_get_msg at INI_CONFIG_1.3.0 0.6.0
- ini_errobj_next at INI_CONFIG_1.3.0 0.6.0
- ini_errobj_no_more_msgs at INI_CONFIG_1.3.0 0.6.0
- ini_errobj_reset at INI_CONFIG_1.3.0 0.6.0
- ini_free_attribute_list at INI_CONFIG_1.1.0 0.4.0
- ini_free_bin_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_free_double_config_array at INI_CONFIG_1.1.0 0.4.0
- ini_free_long_config_array at INI_CONFIG_1.1.0 0.4.0
- ini_free_section_list at INI_CONFIG_1.1.0 0.4.0
- ini_free_string_config_array at INI_CONFIG_1.1.0 0.4.0
- ini_get_attribute_list at INI_CONFIG_1.1.0 0.4.0
- ini_get_bin_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_bool_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_config_valueobj at INI_CONFIG_1.1.0 0.4.0
- ini_get_const_string_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_double_config_array at INI_CONFIG_1.1.0 0.4.0
- ini_get_double_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_int32_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_int64_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_int_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_long_config_array at INI_CONFIG_1.1.0 0.4.0
- ini_get_long_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_raw_string_config_array at INI_CONFIG_1.1.0 0.4.0
- ini_get_section_list at INI_CONFIG_1.1.0 0.4.0
- ini_get_string_config_array at INI_CONFIG_1.1.0 0.4.0
- ini_get_string_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_uint32_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_uint64_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_ulong_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_get_unsigned_config_value at INI_CONFIG_1.1.0 0.4.0
- ini_rules_check at INI_CONFIG_1.3.0 0.6.0
- ini_rules_destroy at INI_CONFIG_1.3.0 0.6.0
- ini_rules_read_from_file at INI_CONFIG_1.3.0 0.6.0
- print_config_parsing_errors at INI_CONFIG_1.1.0 0.4.0
- print_file_parsing_errors at INI_CONFIG_1.1.0 0.4.0
- value_add_to_arrays at INI_CONFIG_1.1.0 0.4.0
- value_copy at INI_CONFIG_1.1.0 0.4.0
- value_create_arrays at INI_CONFIG_1.1.0 0.4.0
- value_create_from_refarray at INI_CONFIG_1.1.0 0.4.0
- value_create_new at INI_CONFIG_1.1.0 0.4.0
- value_destroy at INI_CONFIG_1.1.0 0.4.0
- value_destroy_arrays at INI_CONFIG_1.1.0 0.4.0
- value_extract_comment at INI_CONFIG_1.1.0 0.4.0
- value_get_concatenated at INI_CONFIG_1.1.0 0.4.0
- value_get_concatenated_len at INI_CONFIG_1.1.0 0.4.0
- value_get_line at INI_CONFIG_1.1.0 0.4.0
- value_get_origin at INI_CONFIG_1.1.0 0.4.0
- value_lines_cleanup_cb at INI_CONFIG_1.1.0 0.4.0
- value_merge_comment at INI_CONFIG_1.1.0 0.4.0
- value_print at INI_CONFIG_1.1.0 0.4.0
- value_put_comment at INI_CONFIG_1.1.0 0.4.0
- value_serialize at INI_CONFIG_1.1.0 0.4.0
- value_set_boundary at INI_CONFIG_1.1.0 0.4.0
- value_set_keylen at INI_CONFIG_1.1.0 0.4.0
- value_update at 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-28 01:35:03.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-28 01:35:03.000000000 +0000
@@ -0,0 +1,171 @@
+libini_config.so.5 libini-config5t64 #MINVER#
+* Build-Depends-Package: libini-config-dev
+ INI_CONFIG_1.1.0 at INI_CONFIG_1.1.0 0.4.0
+ INI_CONFIG_1.2.0 at INI_CONFIG_1.2.0 0.5.0
+ INI_CONFIG_1.3.0 at INI_CONFIG_1.3.0 0.6.0
+ config_access_check at INI_CONFIG_1.1.0 0.4.0
+ config_changed at INI_CONFIG_1.1.0 0.4.0
+ config_for_app at INI_CONFIG_1.1.0 0.4.0
+ config_for_app_with_metadata at INI_CONFIG_1.1.0 0.4.0
+ config_from_fd at INI_CONFIG_1.1.0 0.4.0
+ config_from_fd_with_metadata at INI_CONFIG_1.1.0 0.4.0
+ config_from_file at INI_CONFIG_1.1.0 0.4.0
+ config_from_file_with_metadata at INI_CONFIG_1.1.0 0.4.0
+ free_attribute_list at INI_CONFIG_1.1.0 0.4.0
+ free_bin_config_value at INI_CONFIG_1.1.0 0.4.0
+ free_double_config_array at INI_CONFIG_1.1.0 0.4.0
+ free_ini_config at INI_CONFIG_1.1.0 0.4.0
+ free_ini_config_errors at INI_CONFIG_1.1.0 0.4.0
+ free_ini_config_metadata at INI_CONFIG_1.1.0 0.4.0
+ free_long_config_array at INI_CONFIG_1.1.0 0.4.0
+ free_section_list at INI_CONFIG_1.1.0 0.4.0
+ free_string_config_array at INI_CONFIG_1.1.0 0.4.0
+ get_attribute_list at INI_CONFIG_1.1.0 0.4.0
+ get_bin_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_bool_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_config_item at INI_CONFIG_1.1.0 0.4.0
+ get_const_string_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_double_config_array at INI_CONFIG_1.1.0 0.4.0
+ get_double_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_int32_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_int64_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_int_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_long_config_array at INI_CONFIG_1.1.0 0.4.0
+ get_long_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_raw_string_config_array at INI_CONFIG_1.1.0 0.4.0
+ get_section_list at INI_CONFIG_1.1.0 0.4.0
+ get_string_config_array at INI_CONFIG_1.1.0 0.4.0
+ get_string_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_uint32_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_uint64_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_ulong_config_value at INI_CONFIG_1.1.0 0.4.0
+ get_unsigned_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_add at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_append at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_build at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_build_wl at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_clear at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_construct at INI_CONFIG_1.2.0 0.5.0
+ ini_comment_copy at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_create at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_destroy at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_get_line at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_get_numlines at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_insert at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_print at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_remove at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_replace at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_reset at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_serialize at INI_CONFIG_1.1.0 0.4.0
+ ini_comment_swap at INI_CONFIG_1.1.0 0.4.0
+ ini_config_access_check at INI_CONFIG_1.1.0 0.4.0
+ ini_config_add_bin_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_const_str_arr_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_double_arr_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_double_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_int32_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_int64_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_int_arr_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_int_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_long_arr_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_long_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_section at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_str_arr_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_str_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_uint32_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_uint64_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_ulong_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_add_unsigned_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_augment at INI_CONFIG_1.2.0 0.5.0
+ ini_config_change_access at INI_CONFIG_1.2.0 0.5.0
+ ini_config_changed at INI_CONFIG_1.1.0 0.4.0
+ ini_config_clean_state at INI_CONFIG_1.1.0 0.4.0
+ ini_config_comment_section at INI_CONFIG_1.2.0 0.5.0
+ ini_config_copy at INI_CONFIG_1.1.0 0.4.0
+ ini_config_create at INI_CONFIG_1.1.0 0.4.0
+ ini_config_delete_section_by_name at INI_CONFIG_1.2.0 0.5.0
+ ini_config_delete_section_by_position at INI_CONFIG_1.2.0 0.5.0
+ ini_config_delete_value at INI_CONFIG_1.2.0 0.5.0
+ ini_config_destroy at INI_CONFIG_1.1.0 0.4.0
+ ini_config_error_count at INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_backup at INI_CONFIG_1.2.0 0.5.0
+ ini_config_file_close at INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_destroy at INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_from_mem at INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_open at INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_print at INI_CONFIG_1.1.0 0.4.0
+ ini_config_file_reopen at INI_CONFIG_1.1.0 0.4.0
+ ini_config_free_errors at INI_CONFIG_1.1.0 0.4.0
+ ini_config_get_bom at INI_CONFIG_1.2.0 0.5.0
+ ini_config_get_errors at INI_CONFIG_1.1.0 0.4.0
+ ini_config_get_filename at INI_CONFIG_1.1.0 0.4.0
+ ini_config_get_stat at INI_CONFIG_1.1.0 0.4.0
+ ini_config_merge at INI_CONFIG_1.1.0 0.4.0
+ ini_config_parse at INI_CONFIG_1.1.0 0.4.0
+ ini_config_print_errors at INI_CONFIG_1.1.0 0.4.0
+ ini_config_rename_section at INI_CONFIG_1.2.0 0.5.0
+ ini_config_save at INI_CONFIG_1.2.0 0.5.0
+ ini_config_save_as at INI_CONFIG_1.2.0 0.5.0
+ ini_config_serialize at INI_CONFIG_1.1.0 0.4.0
+ ini_config_set_bom at INI_CONFIG_1.2.0 0.5.0
+ ini_config_set_wrap at INI_CONFIG_1.1.0 0.4.0
+ ini_config_update_comment at INI_CONFIG_1.2.0 0.5.0
+ ini_errobj_add_msg at INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_count at INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_create at INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_destroy at INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_get_msg at INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_next at INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_no_more_msgs at INI_CONFIG_1.3.0 0.6.0
+ ini_errobj_reset at INI_CONFIG_1.3.0 0.6.0
+ ini_free_attribute_list at INI_CONFIG_1.1.0 0.4.0
+ ini_free_bin_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_free_double_config_array at INI_CONFIG_1.1.0 0.4.0
+ ini_free_long_config_array at INI_CONFIG_1.1.0 0.4.0
+ ini_free_section_list at INI_CONFIG_1.1.0 0.4.0
+ ini_free_string_config_array at INI_CONFIG_1.1.0 0.4.0
+ ini_get_attribute_list at INI_CONFIG_1.1.0 0.4.0
+ ini_get_bin_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_bool_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_config_valueobj at INI_CONFIG_1.1.0 0.4.0
+ ini_get_const_string_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_double_config_array at INI_CONFIG_1.1.0 0.4.0
+ ini_get_double_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_int32_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_int64_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_int_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_long_config_array at INI_CONFIG_1.1.0 0.4.0
+ ini_get_long_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_raw_string_config_array at INI_CONFIG_1.1.0 0.4.0
+ ini_get_section_list at INI_CONFIG_1.1.0 0.4.0
+ ini_get_string_config_array at INI_CONFIG_1.1.0 0.4.0
+ ini_get_string_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_uint32_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_uint64_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_ulong_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_get_unsigned_config_value at INI_CONFIG_1.1.0 0.4.0
+ ini_rules_check at INI_CONFIG_1.3.0 0.6.0
+ ini_rules_destroy at INI_CONFIG_1.3.0 0.6.0
+ ini_rules_read_from_file at INI_CONFIG_1.3.0 0.6.0
+ print_config_parsing_errors at INI_CONFIG_1.1.0 0.4.0
+ print_file_parsing_errors at INI_CONFIG_1.1.0 0.4.0
+ value_add_to_arrays at INI_CONFIG_1.1.0 0.4.0
+ value_copy at INI_CONFIG_1.1.0 0.4.0
+ value_create_arrays at INI_CONFIG_1.1.0 0.4.0
+ value_create_from_refarray at INI_CONFIG_1.1.0 0.4.0
+ value_create_new at INI_CONFIG_1.1.0 0.4.0
+ value_destroy at INI_CONFIG_1.1.0 0.4.0
+ value_destroy_arrays at INI_CONFIG_1.1.0 0.4.0
+ value_extract_comment at INI_CONFIG_1.1.0 0.4.0
+ value_get_concatenated at INI_CONFIG_1.1.0 0.4.0
+ value_get_concatenated_len at INI_CONFIG_1.1.0 0.4.0
+ value_get_line at INI_CONFIG_1.1.0 0.4.0
+ value_get_origin at INI_CONFIG_1.1.0 0.4.0
+ value_lines_cleanup_cb at INI_CONFIG_1.1.0 0.4.0
+ value_merge_comment at INI_CONFIG_1.1.0 0.4.0
+ value_print at INI_CONFIG_1.1.0 0.4.0
+ value_put_comment at INI_CONFIG_1.1.0 0.4.0
+ value_serialize at INI_CONFIG_1.1.0 0.4.0
+ value_set_boundary at INI_CONFIG_1.1.0 0.4.0
+ value_set_keylen at INI_CONFIG_1.1.0 0.4.0
+ value_update at 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 at PATH_UTILS_0.2.1 0.4.0
- common_path_prefix at PATH_UTILS_0.2.1 0.4.0
- directory_list at PATH_UTILS_0.2.1 0.4.0
- find_existing_directory_ancestor at PATH_UTILS_0.2.1 0.4.0
- get_basename at PATH_UTILS_0.2.1 0.4.0
- get_directory_and_base_name at PATH_UTILS_0.2.1 0.4.0
- get_dirname at PATH_UTILS_0.2.1 0.4.0
- is_absolute_path at PATH_UTILS_0.2.1 0.4.0
- is_ancestor_path at PATH_UTILS_0.2.1 0.4.0
- make_normalized_absolute_path at PATH_UTILS_0.2.1 0.4.0
- make_path_absolute at PATH_UTILS_0.2.1 0.4.0
- normalize_path at PATH_UTILS_0.2.1 0.4.0
- path_concat at PATH_UTILS_0.2.1 0.4.0
- path_utils_error_string at PATH_UTILS_0.2.1 0.4.0
- split_path at 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-28 01:35:03.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-28 01:35:03.000000000 +0000
@@ -0,0 +1,18 @@
+libpath_utils.so.1 libpath-utils1t64 #MINVER#
+* Build-Depends-Package: libpath-utils-dev
+ PATH_UTILS_0.2.1 at PATH_UTILS_0.2.1 0.4.0
+ common_path_prefix at PATH_UTILS_0.2.1 0.4.0
+ directory_list at PATH_UTILS_0.2.1 0.4.0
+ find_existing_directory_ancestor at PATH_UTILS_0.2.1 0.4.0
+ get_basename at PATH_UTILS_0.2.1 0.4.0
+ get_directory_and_base_name at PATH_UTILS_0.2.1 0.4.0
+ get_dirname at PATH_UTILS_0.2.1 0.4.0
+ is_absolute_path at PATH_UTILS_0.2.1 0.4.0
+ is_ancestor_path at PATH_UTILS_0.2.1 0.4.0
+ make_normalized_absolute_path at PATH_UTILS_0.2.1 0.4.0
+ make_path_absolute at PATH_UTILS_0.2.1 0.4.0
+ normalize_path at PATH_UTILS_0.2.1 0.4.0
+ path_concat at PATH_UTILS_0.2.1 0.4.0
+ path_utils_error_string at PATH_UTILS_0.2.1 0.4.0
+ split_path at 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 at REF_ARRAY_0.1.1 0.4.0
- REF_ARRAY_0.1.4 at REF_ARRAY_0.1.4 0.4.0
- ref_array_append at REF_ARRAY_0.1.1 0.4.0
- ref_array_copy at REF_ARRAY_0.1.4 0.4.0
- ref_array_create at REF_ARRAY_0.1.1 0.4.0
- ref_array_debug at REF_ARRAY_0.1.1 0.4.0
- ref_array_destroy at REF_ARRAY_0.1.1 0.4.0
- ref_array_get at REF_ARRAY_0.1.1 0.4.0
- ref_array_getlen at REF_ARRAY_0.1.1 0.4.0
- ref_array_getref at REF_ARRAY_0.1.1 0.4.0
- ref_array_insert at REF_ARRAY_0.1.1 0.4.0
- ref_array_len at REF_ARRAY_0.1.1 0.4.0
- ref_array_remove at REF_ARRAY_0.1.1 0.4.0
- ref_array_replace at REF_ARRAY_0.1.1 0.4.0
- ref_array_reset at REF_ARRAY_0.1.1 0.4.0
- ref_array_swap at 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-28 01:35:03.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-28 01:35:03.000000000 +0000
@@ -0,0 +1,18 @@
+libref_array.so.1 libref-array1t64 #MINVER#
+* Build-Depends-Package: libref-array-dev
+ REF_ARRAY_0.1.1 at REF_ARRAY_0.1.1 0.4.0
+ REF_ARRAY_0.1.4 at REF_ARRAY_0.1.4 0.4.0
+ ref_array_append at REF_ARRAY_0.1.1 0.4.0
+ ref_array_copy at REF_ARRAY_0.1.4 0.4.0
+ ref_array_create at REF_ARRAY_0.1.1 0.4.0
+ ref_array_debug at REF_ARRAY_0.1.1 0.4.0
+ ref_array_destroy at REF_ARRAY_0.1.1 0.4.0
+ ref_array_get at REF_ARRAY_0.1.1 0.4.0
+ ref_array_getlen at REF_ARRAY_0.1.1 0.4.0
+ ref_array_getref at REF_ARRAY_0.1.1 0.4.0
+ ref_array_insert at REF_ARRAY_0.1.1 0.4.0
+ ref_array_len at REF_ARRAY_0.1.1 0.4.0
+ ref_array_remove at REF_ARRAY_0.1.1 0.4.0
+ ref_array_replace at REF_ARRAY_0.1.1 0.4.0
+ ref_array_reset at REF_ARRAY_0.1.1 0.4.0
+ ref_array_swap at REF_ARRAY_0.1.1 0.4.0


More information about the Pkg-sssd-devel mailing list