[Pkg-sssd-devel] ding-libs: Changes to 'debian-unstable'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu May 23 20:12:06 UTC 2013


 debian/changelog                   |   10 ++
 debian/control                     |    2 
 debian/libbasicobjects-dev.install |    1 
 debian/libbasicobjects0.symbols    |   10 ++
 debian/libcollection-dev.install   |    1 
 debian/libcollection2.symbols      |  134 +++++++++++++++++++++++++++++++++++
 debian/libdhash-dev.docs           |    1 
 debian/libdhash-dev.install        |    1 
 debian/libdhash1.symbols           |   17 ++++
 debian/libini-config-dev.install   |    1 
 debian/libini-config3.symbols      |  139 +++++++++++++++++++++++++++++++++++++
 debian/libpath-utils-dev.install   |    1 
 debian/libpath-utils1.symbols      |   16 ++++
 debian/libref-array-dev.install    |    1 
 debian/libref-array1.symbols       |   15 +++
 debian/rules                       |    4 -
 16 files changed, 349 insertions(+), 5 deletions(-)

New commits:
commit fa42a0d11589fe35658bad812fc30852a5f075d5
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu May 23 23:10:00 2013 +0300

    rules, *-dev.install: Build static libs again, include in respective -dev packages.

diff --git a/debian/changelog b/debian/changelog
index f695f25..b007442 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ding-libs (0.3.0.1-2) UNRELEASED; urgency=low
+
+  * rules, *-dev.install: Build static libs again, include in respective
+    -dev packages.
+
+ -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 23 May 2013 23:09:30 +0300
+
 ding-libs (0.3.0.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/libbasicobjects-dev.install b/debian/libbasicobjects-dev.install
index 76fb0b5..e0fdaea 100644
--- a/debian/libbasicobjects-dev.install
+++ b/debian/libbasicobjects-dev.install
@@ -1,3 +1,4 @@
 usr/include/simplebuffer.h
+usr/lib/*/libbasicobjects.a
 usr/lib/*/libbasicobjects.so
 usr/lib/*/pkgconfig/basicobjects.pc
diff --git a/debian/libcollection-dev.install b/debian/libcollection-dev.install
index db6df5e..f4bfca7 100644
--- a/debian/libcollection-dev.install
+++ b/debian/libcollection-dev.install
@@ -1,3 +1,4 @@
 usr/include/collection*.h
+usr/lib/*/libcollection.a
 usr/lib/*/libcollection.so
 usr/lib/*/pkgconfig/collection.pc
diff --git a/debian/libdhash-dev.install b/debian/libdhash-dev.install
index 0ea566e..0dfe91e 100644
--- a/debian/libdhash-dev.install
+++ b/debian/libdhash-dev.install
@@ -1,4 +1,5 @@
 usr/include/dhash.h
+usr/lib/*/libdhash.a
 usr/lib/*/libdhash.so
 usr/lib/*/pkgconfig/dhash.pc
 usr/share/doc/ding-libs/README.dhash	usr/share/doc/libdhash-dev/
diff --git a/debian/libini-config-dev.install b/debian/libini-config-dev.install
index 837eed8..a87d1fa 100644
--- a/debian/libini-config-dev.install
+++ b/debian/libini-config-dev.install
@@ -2,5 +2,6 @@ usr/include/ini_comment.h
 usr/include/ini_config.h
 usr/include/ini_configobj.h
 usr/include/ini_valueobj.h
+usr/lib/*/libini_config.a
 usr/lib/*/libini_config.so
 usr/lib/*/pkgconfig/ini_config.pc
diff --git a/debian/libpath-utils-dev.install b/debian/libpath-utils-dev.install
index bdac008..eabeee1 100644
--- a/debian/libpath-utils-dev.install
+++ b/debian/libpath-utils-dev.install
@@ -1,4 +1,5 @@
 usr/include/path_utils.h
+usr/lib/*/libpath_utils.a
 usr/lib/*/libpath_utils.so
 usr/lib/*/pkgconfig/path_utils.pc
 usr/share/doc/ding-libs/README.path_utils usr/share/doc/libpath-utils-dev/
diff --git a/debian/libref-array-dev.install b/debian/libref-array-dev.install
index c1639d1..ce96939 100644
--- a/debian/libref-array-dev.install
+++ b/debian/libref-array-dev.install
@@ -1,4 +1,5 @@
 usr/include/ref_array.h
+usr/lib/*/libref_array.a
 usr/lib/*/libref_array.so
 usr/lib/*/pkgconfig/ref_array.pc
 usr/share/doc/ding-libs/README.ref_array usr/share/doc/libref-array-dev/
diff --git a/debian/rules b/debian/rules
index 39dce2d..d5b148f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,6 @@
 %:
 	dh $@ 
 
-override_dh_auto_configure:
-	dh_auto_configure -- \
-	--disable-static
-
 override_dh_install:
 	# remove files we don't want to install
 	find $(CURDIR)/debian/tmp/ -name '*.la' -exec rm '{}' ';'

commit 60eda11536c8eb5aa402a08dbb6dcc8c269f1d63
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Wed May 22 15:09:48 2013 +0300

    control: Added check, pkg-config to build-depends, run full test suite on build.

diff --git a/debian/changelog b/debian/changelog
index db7d75e..f695f25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ ding-libs (0.3.0.1-1) unstable; urgency=low
   * control: libini-config-dev needs to depend on libbasicobjects-dev and
     libref-array-dev.
   * Added symbols files.
+  * control: Added check, pkg-config to build-depends, run full test suite
+    on build.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 22 May 2013 13:32:33 +0300
 
diff --git a/debian/control b/debian/control
index 29ec47c..070bf2b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Maintainer: Debian SSSD Team <pkg-sssd-devel at lists.alioth.debian.org>
 Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
 Build-Depends: debhelper (>= 9),
  autotools-dev,
+ check,
+ pkg-config,
 Standards-Version: 3.9.4
 Homepage: https://fedorahosted.org/sssd/
 Vcs-Git: git://git.debian.org/pkg-sssd/ding-libs.git

commit 8b348e46c948e1c0cfb045813f6af3869888f06b
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Wed May 22 15:04:22 2013 +0300

    drop duplicate libdhash docs

diff --git a/debian/libdhash-dev.docs b/debian/libdhash-dev.docs
deleted file mode 100644
index 3c939c5..0000000
--- a/debian/libdhash-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-dhash/examples/*

commit d9b35fa80fd655e796627854db97003410f9db78
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Wed May 22 15:02:09 2013 +0300

    Added symbols files.

diff --git a/debian/changelog b/debian/changelog
index 7af240b..db7d75e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ ding-libs (0.3.0.1-1) unstable; urgency=low
   * control: Update policy to 3.9.4, no changes.
   * control: libini-config-dev needs to depend on libbasicobjects-dev and
     libref-array-dev.
+  * Added symbols files.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 22 May 2013 13:32:33 +0300
 
diff --git a/debian/libbasicobjects0.symbols b/debian/libbasicobjects0.symbols
new file mode 100644
index 0000000..f744a12
--- /dev/null
+++ b/debian/libbasicobjects0.symbols
@@ -0,0 +1,10 @@
+libbasicobjects.so.0 libbasicobjects0 #MINVER#
+ simplebuffer_add_cr at Base 0.3.0.1
+ simplebuffer_add_raw at Base 0.3.0.1
+ simplebuffer_add_str at Base 0.3.0.1
+ simplebuffer_alloc at Base 0.3.0.1
+ simplebuffer_free at Base 0.3.0.1
+ simplebuffer_get_buf at Base 0.3.0.1
+ simplebuffer_get_len at Base 0.3.0.1
+ simplebuffer_grow at Base 0.3.0.1
+ simplebuffer_write at Base 0.3.0.1
diff --git a/debian/libcollection2.symbols b/debian/libcollection2.symbols
new file mode 100644
index 0000000..2a72118
--- /dev/null
+++ b/debian/libcollection2.symbols
@@ -0,0 +1,134 @@
+libcollection.so.2 libcollection2 #MINVER#
+ col_add_any_property at Base 0.3.0.1
+ col_add_any_property_with_ref at Base 0.3.0.1
+ col_add_binary_property at Base 0.3.0.1
+ col_add_binary_property_with_ref at Base 0.3.0.1
+ col_add_bool_property at Base 0.3.0.1
+ col_add_bool_property_with_ref at Base 0.3.0.1
+ col_add_collection_to_collection at Base 0.3.0.1
+ col_add_double_property at Base 0.3.0.1
+ col_add_double_property_with_ref at Base 0.3.0.1
+ col_add_int_property at Base 0.3.0.1
+ col_add_int_property_with_ref at Base 0.3.0.1
+ col_add_long_property at Base 0.3.0.1
+ col_add_long_property_with_ref at Base 0.3.0.1
+ col_add_str_property at Base 0.3.0.1
+ col_add_str_property_with_ref at Base 0.3.0.1
+ col_add_ulong_property at Base 0.3.0.1
+ col_add_ulong_property_with_ref at Base 0.3.0.1
+ col_add_unsigned_property at Base 0.3.0.1
+ col_add_unsigned_property_with_ref at Base 0.3.0.1
+ col_allocate_item at Base 0.3.0.1
+ col_bind_iterator at Base 0.3.0.1
+ col_collection_to_list at Base 0.3.0.1
+ col_compare_items at Base 0.3.0.1
+ col_copy_collection at Base 0.3.0.1
+ col_copy_collection_with_cb at Base 0.3.0.1
+ col_create_collection at Base 0.3.0.1
+ col_create_queue at Base 0.3.0.1
+ col_create_stack at Base 0.3.0.1
+ col_debug_collection at Base 0.3.0.1
+ col_debug_handle at Base 0.3.0.1
+ col_debug_item at Base 0.3.0.1
+ col_delete_item at Base 0.3.0.1
+ col_delete_property at Base 0.3.0.1
+ col_dequeue_item at Base 0.3.0.1
+ col_destroy_collection at Base 0.3.0.1
+ col_destroy_collection_with_cb at Base 0.3.0.1
+ col_destroy_queue at Base 0.3.0.1
+ col_destroy_stack at Base 0.3.0.1
+ col_enqueue_any_property at Base 0.3.0.1
+ col_enqueue_binary_property at Base 0.3.0.1
+ col_enqueue_bool_property at Base 0.3.0.1
+ col_enqueue_double_property at Base 0.3.0.1
+ col_enqueue_int_property at Base 0.3.0.1
+ col_enqueue_item at Base 0.3.0.1
+ col_enqueue_long_property at Base 0.3.0.1
+ col_enqueue_str_property at Base 0.3.0.1
+ col_enqueue_ulong_property at Base 0.3.0.1
+ col_enqueue_unsigned_property at Base 0.3.0.1
+ col_extract_item at Base 0.3.0.1
+ col_extract_item_from_current at Base 0.3.0.1
+ col_free_property_list at Base 0.3.0.1
+ col_get_collection_class at Base 0.3.0.1
+ col_get_collection_count at Base 0.3.0.1
+ col_get_collection_reference at Base 0.3.0.1
+ col_get_data_len at Base 0.3.0.1
+ col_get_item at Base 0.3.0.1
+ col_get_item_and_do at Base 0.3.0.1
+ col_get_item_data at Base 0.3.0.1
+ col_get_item_depth at Base 0.3.0.1
+ col_get_item_hash at Base 0.3.0.1
+ col_get_item_length at Base 0.3.0.1
+ col_get_item_property at Base 0.3.0.1
+ col_get_item_type at Base 0.3.0.1
+ col_get_iterator_depth at Base 0.3.0.1
+ col_get_reference_from_item at Base 0.3.0.1
+ col_grow_buffer at Base 0.3.0.1
+ col_insert_binary_property at Base 0.3.0.1
+ col_insert_binary_property_with_ref at Base 0.3.0.1
+ col_insert_bool_property at Base 0.3.0.1
+ col_insert_bool_property_with_ref at Base 0.3.0.1
+ col_insert_double_property at Base 0.3.0.1
+ col_insert_double_property_with_ref at Base 0.3.0.1
+ col_insert_int_property at Base 0.3.0.1
+ col_insert_int_property_with_ref at Base 0.3.0.1
+ col_insert_item at Base 0.3.0.1
+ col_insert_item_into_current at Base 0.3.0.1
+ col_insert_long_property at Base 0.3.0.1
+ col_insert_long_property_with_ref at Base 0.3.0.1
+ col_insert_property_with_ref at Base 0.3.0.1
+ col_insert_str_property at Base 0.3.0.1
+ col_insert_str_property_with_ref at Base 0.3.0.1
+ col_insert_ulong_property at Base 0.3.0.1
+ col_insert_ulong_property_with_ref at Base 0.3.0.1
+ col_insert_unsigned_property at Base 0.3.0.1
+ col_insert_unsigned_property_with_ref at Base 0.3.0.1
+ col_is_item_in_collection at Base 0.3.0.1
+ col_is_of_class at Base 0.3.0.1
+ col_iterate_collection at Base 0.3.0.1
+ col_iterate_up at Base 0.3.0.1
+ col_make_hash at Base 0.3.0.1
+ col_modify_binary_item at Base 0.3.0.1
+ col_modify_bool_item at Base 0.3.0.1
+ col_modify_double_item at Base 0.3.0.1
+ col_modify_int_item at Base 0.3.0.1
+ col_modify_item at Base 0.3.0.1
+ col_modify_item_property at Base 0.3.0.1
+ col_modify_long_item at Base 0.3.0.1
+ col_modify_str_item at Base 0.3.0.1
+ col_modify_ulong_item at Base 0.3.0.1
+ col_modify_unsigned_item at Base 0.3.0.1
+ col_pin_iterator at Base 0.3.0.1
+ col_pop_item at Base 0.3.0.1
+ col_print_collection2 at Base 0.3.0.1
+ col_print_collection at Base 0.3.0.1
+ col_print_item at Base 0.3.0.1
+ col_push_any_property at Base 0.3.0.1
+ col_push_binary_property at Base 0.3.0.1
+ col_push_bool_property at Base 0.3.0.1
+ col_push_double_property at Base 0.3.0.1
+ col_push_int_property at Base 0.3.0.1
+ col_push_item at Base 0.3.0.1
+ col_push_long_property at Base 0.3.0.1
+ col_push_str_property at Base 0.3.0.1
+ col_push_ulong_property at Base 0.3.0.1
+ col_push_unsigned_property at Base 0.3.0.1
+ col_put_marker at Base 0.3.0.1
+ col_remove_item at Base 0.3.0.1
+ col_remove_item_from_current at Base 0.3.0.1
+ col_rewind_iterator at Base 0.3.0.1
+ col_serialize at Base 0.3.0.1
+ col_set_collection_class at Base 0.3.0.1
+ col_sort_collection at Base 0.3.0.1
+ col_traverse_collection at Base 0.3.0.1
+ col_unbind_iterator at Base 0.3.0.1
+ col_update_binary_property at Base 0.3.0.1
+ col_update_bool_property at Base 0.3.0.1
+ col_update_double_property at Base 0.3.0.1
+ col_update_int_property at Base 0.3.0.1
+ col_update_long_property at Base 0.3.0.1
+ col_update_property at Base 0.3.0.1
+ col_update_str_property at Base 0.3.0.1
+ col_update_ulong_property at Base 0.3.0.1
+ col_update_unsigned_property at Base 0.3.0.1
diff --git a/debian/libdhash1.symbols b/debian/libdhash1.symbols
new file mode 100644
index 0000000..f9772f7
--- /dev/null
+++ b/debian/libdhash1.symbols
@@ -0,0 +1,17 @@
+libdhash.so.1 libdhash1 #MINVER#
+ hash_count at Base 0.3.0.1
+ hash_create at Base 0.3.0.1
+ hash_create_ex at Base 0.3.0.1
+ hash_delete at Base 0.3.0.1
+ hash_destroy at Base 0.3.0.1
+ hash_enter at Base 0.3.0.1
+ hash_entries at Base 0.3.0.1
+ hash_error_string at Base 0.3.0.1
+ hash_get_default at Base 0.3.0.1
+ hash_get_statistics at Base 0.3.0.1
+ hash_has_key at Base 0.3.0.1
+ hash_iterate at Base 0.3.0.1
+ hash_keys at Base 0.3.0.1
+ hash_lookup at Base 0.3.0.1
+ hash_values at Base 0.3.0.1
+ new_hash_iter_context at Base 0.3.0.1
diff --git a/debian/libini-config3.symbols b/debian/libini-config3.symbols
new file mode 100644
index 0000000..194b193
--- /dev/null
+++ b/debian/libini-config3.symbols
@@ -0,0 +1,139 @@
+libini_config.so.3 libini-config3 #MINVER#
+ collect_metadata at Base 0.3.0.1
+ config_access_check at Base 0.3.0.1
+ config_changed at Base 0.3.0.1
+ config_for_app at Base 0.3.0.1
+ config_for_app_with_metadata at Base 0.3.0.1
+ config_from_fd at Base 0.3.0.1
+ config_from_fd_with_metadata at Base 0.3.0.1
+ config_from_file at Base 0.3.0.1
+ config_from_file_with_metadata at Base 0.3.0.1
+ empty_section at Base 0.3.0.1
+ free_attribute_list at Base 0.3.0.1
+ free_bin_config_value at Base 0.3.0.1
+ free_double_config_array at Base 0.3.0.1
+ free_ini_config at Base 0.3.0.1
+ free_ini_config_errors at Base 0.3.0.1
+ free_ini_config_metadata at Base 0.3.0.1
+ free_long_config_array at Base 0.3.0.1
+ free_section_list at Base 0.3.0.1
+ free_string_config_array at Base 0.3.0.1
+ get_attribute_list at Base 0.3.0.1
+ get_bin_config_value at Base 0.3.0.1
+ get_bool_config_value at Base 0.3.0.1
+ get_config_item at Base 0.3.0.1
+ get_const_string_config_value at Base 0.3.0.1
+ get_double_config_array at Base 0.3.0.1
+ get_double_config_value at Base 0.3.0.1
+ get_int32_config_value at Base 0.3.0.1
+ get_int64_config_value at Base 0.3.0.1
+ get_int_config_value at Base 0.3.0.1
+ get_long_config_array at Base 0.3.0.1
+ get_long_config_value at Base 0.3.0.1
+ get_raw_string_config_array at Base 0.3.0.1
+ get_section_list at Base 0.3.0.1
+ get_string_config_array at Base 0.3.0.1
+ get_string_config_value at Base 0.3.0.1
+ get_uint32_config_value at Base 0.3.0.1
+ get_uint64_config_value at Base 0.3.0.1
+ get_ulong_config_value at Base 0.3.0.1
+ get_unsigned_config_value at Base 0.3.0.1
+ ini_boundary_cb at Base 0.3.0.1
+ ini_cleanup_cb at Base 0.3.0.1
+ ini_comment_add at Base 0.3.0.1
+ ini_comment_append at Base 0.3.0.1
+ ini_comment_build at Base 0.3.0.1
+ ini_comment_build_wl at Base 0.3.0.1
+ ini_comment_cb at Base 0.3.0.1
+ ini_comment_clear at Base 0.3.0.1
+ ini_comment_copy at Base 0.3.0.1
+ ini_comment_create at Base 0.3.0.1
+ ini_comment_destroy at Base 0.3.0.1
+ ini_comment_get_line at Base 0.3.0.1
+ ini_comment_get_numlines at Base 0.3.0.1
+ ini_comment_insert at Base 0.3.0.1
+ ini_comment_print at Base 0.3.0.1
+ ini_comment_remove at Base 0.3.0.1
+ ini_comment_replace at Base 0.3.0.1
+ ini_comment_reset at Base 0.3.0.1
+ ini_comment_serialize at Base 0.3.0.1
+ ini_comment_swap at Base 0.3.0.1
+ ini_config_access_check at Base 0.3.0.1
+ ini_config_changed at Base 0.3.0.1
+ ini_config_clean_state at Base 0.3.0.1
+ ini_config_copy at Base 0.3.0.1
+ ini_config_create at Base 0.3.0.1
+ ini_config_destroy at Base 0.3.0.1
+ ini_config_error_count at Base 0.3.0.1
+ ini_config_file_close at Base 0.3.0.1
+ ini_config_file_destroy at Base 0.3.0.1
+ ini_config_file_open at Base 0.3.0.1
+ ini_config_file_print at Base 0.3.0.1
+ ini_config_file_reopen at Base 0.3.0.1
+ ini_config_free_errors at Base 0.3.0.1
+ ini_config_get_errors at Base 0.3.0.1
+ ini_config_get_filename at Base 0.3.0.1
+ ini_config_get_stat at Base 0.3.0.1
+ ini_config_merge at Base 0.3.0.1
+ ini_config_parse at Base 0.3.0.1
+ ini_config_print_errors at Base 0.3.0.1
+ ini_config_serialize at Base 0.3.0.1
+ ini_config_set_wrap at Base 0.3.0.1
+ ini_free_attribute_list at Base 0.3.0.1
+ ini_free_bin_config_value at Base 0.3.0.1
+ ini_free_double_config_array at Base 0.3.0.1
+ ini_free_long_config_array at Base 0.3.0.1
+ ini_free_section_list at Base 0.3.0.1
+ ini_free_string_config_array at Base 0.3.0.1
+ ini_get_attribute_list at Base 0.3.0.1
+ ini_get_bin_config_value at Base 0.3.0.1
+ ini_get_bool_config_value at Base 0.3.0.1
+ ini_get_config_valueobj at Base 0.3.0.1
+ ini_get_const_string_config_value at Base 0.3.0.1
+ ini_get_double_config_array at Base 0.3.0.1
+ ini_get_double_config_value at Base 0.3.0.1
+ ini_get_error_str at Base 0.3.0.1
+ ini_get_int32_config_value at Base 0.3.0.1
+ ini_get_int64_config_value at Base 0.3.0.1
+ ini_get_int_config_value at Base 0.3.0.1
+ ini_get_long_config_array at Base 0.3.0.1
+ ini_get_long_config_value at Base 0.3.0.1
+ ini_get_raw_string_config_array at Base 0.3.0.1
+ ini_get_section_list at Base 0.3.0.1
+ ini_get_string_config_array at Base 0.3.0.1
+ ini_get_string_config_value at Base 0.3.0.1
+ ini_get_uint32_config_value at Base 0.3.0.1
+ ini_get_uint64_config_value at Base 0.3.0.1
+ ini_get_ulong_config_value at Base 0.3.0.1
+ ini_get_unsigned_config_value at Base 0.3.0.1
+ is_allowed_spaces at Base 0.3.0.1
+ is_just_spaces at Base 0.3.0.1
+ parser_run at Base 0.3.0.1
+ prepare_metadata at Base 0.3.0.1
+ print_config_parsing_errors at Base 0.3.0.1
+ print_file_parsing_errors at Base 0.3.0.1
+ print_grammar_errors at Base 0.3.0.1
+ print_validation_errors at Base 0.3.0.1
+ read_line at Base 0.3.0.1
+ valid_collision_flags at Base 0.3.0.1
+ value_add_to_arrays at Base 0.3.0.1
+ value_copy at Base 0.3.0.1
+ value_create_arrays at Base 0.3.0.1
+ value_create_from_refarray at Base 0.3.0.1
+ value_create_new at Base 0.3.0.1
+ value_destroy at Base 0.3.0.1
+ value_destroy_arrays at Base 0.3.0.1
+ value_extract_comment at Base 0.3.0.1
+ value_get_concatenated at Base 0.3.0.1
+ value_get_concatenated_len at Base 0.3.0.1
+ value_get_line at Base 0.3.0.1
+ value_get_origin at Base 0.3.0.1
+ value_lines_cleanup_cb at Base 0.3.0.1
+ value_merge_comment at Base 0.3.0.1
+ value_print at Base 0.3.0.1
+ value_put_comment at Base 0.3.0.1
+ value_serialize at Base 0.3.0.1
+ value_set_boundary at Base 0.3.0.1
+ value_set_keylen at Base 0.3.0.1
+ value_update at Base 0.3.0.1
+
diff --git a/debian/libpath-utils1.symbols b/debian/libpath-utils1.symbols
new file mode 100644
index 0000000..7491395
--- /dev/null
+++ b/debian/libpath-utils1.symbols
@@ -0,0 +1,16 @@
+libpath_utils.so.1 libpath-utils1 #MINVER#
+ common_path_prefix at Base 0.3.0.1
+ directory_list at Base 0.3.0.1
+ find_existing_directory_ancestor at Base 0.3.0.1
+ get_basename at Base 0.3.0.1
+ get_directory_and_base_name at Base 0.3.0.1
+ get_dirname at Base 0.3.0.1
+ is_absolute_path at Base 0.3.0.1
+ is_ancestor_path at Base 0.3.0.1
+ make_normalized_absolute_path at Base 0.3.0.1
+ make_path_absolute at Base 0.3.0.1
+ normalize_path at Base 0.3.0.1
+ path_concat at Base 0.3.0.1
+ path_utils_error_string at Base 0.3.0.1
+ split_path at Base 0.3.0.1
+
diff --git a/debian/libref-array1.symbols b/debian/libref-array1.symbols
new file mode 100644
index 0000000..ed59a98
--- /dev/null
+++ b/debian/libref-array1.symbols
@@ -0,0 +1,15 @@
+libref_array.so.1 libref-array1 #MINVER#
+ ref_array_append at Base 0.3.0.1
+ ref_array_copy at Base 0.3.0.1
+ ref_array_create at Base 0.3.0.1
+ ref_array_debug at Base 0.3.0.1
+ ref_array_destroy at Base 0.3.0.1
+ ref_array_get at Base 0.3.0.1
+ ref_array_getlen at Base 0.3.0.1
+ ref_array_getref at Base 0.3.0.1
+ ref_array_insert at Base 0.3.0.1
+ ref_array_len at Base 0.3.0.1
+ ref_array_remove at Base 0.3.0.1
+ ref_array_replace at Base 0.3.0.1
+ ref_array_reset at Base 0.3.0.1
+ ref_array_swap at Base 0.3.0.1



More information about the Pkg-sssd-devel mailing list