mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 03:33:23 +00:00
fix symbols file
SONAME was not matching and as a result dpkg-gensymbols was creating new symbols file that resulted in lintian error. Fix the SONAME. Add the new symbols. Mark the missing symbols in this version. Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
This commit is contained in:
parent
208a269dee
commit
373326264c
62
debian/libgit2-99.symbols
vendored
62
debian/libgit2-99.symbols
vendored
@ -1,4 +1,4 @@
|
||||
libgit2.so.99 libgit2-99 #MINVER#
|
||||
libgit2.so.0.99 libgit2-99 #MINVER#
|
||||
git_annotated_commit_free@Base 0.26.0
|
||||
git_annotated_commit_from_fetchhead@Base 0.26.0
|
||||
git_annotated_commit_from_ref@Base 0.26.0
|
||||
@ -7,6 +7,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_annotated_commit_lookup@Base 0.26.0
|
||||
git_annotated_commit_ref@Base 0.28.1
|
||||
git_apply@Base 0.28.1
|
||||
git_apply_options_init@Base 0.99.0
|
||||
git_apply_to_tree@Base 0.28.1
|
||||
git_attr_add_macro@Base 0.26.0
|
||||
git_attr_cache_flush@Base 0.26.0
|
||||
@ -21,12 +22,19 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_blame_get_hunk_byline@Base 0.26.0
|
||||
git_blame_get_hunk_count@Base 0.26.0
|
||||
git_blame_init_options@Base 0.26.0
|
||||
git_blame_options_init@Base 0.99.0
|
||||
git_blob_create_from_buffer@Base 0.99.0
|
||||
git_blob_create_from_disk@Base 0.99.0
|
||||
git_blob_create_from_stream@Base 0.99.0
|
||||
git_blob_create_from_stream_commit@Base 0.99.0
|
||||
git_blob_create_from_workdir@Base 0.99.0
|
||||
git_blob_create_frombuffer@Base 0.26.0
|
||||
git_blob_create_fromdisk@Base 0.26.0
|
||||
git_blob_create_fromstream@Base 0.26.0
|
||||
git_blob_create_fromstream_commit@Base 0.26.0
|
||||
git_blob_create_fromworkdir@Base 0.26.0
|
||||
git_blob_dup@Base 0.26.0
|
||||
git_blob_filter@Base 0.99.0
|
||||
git_blob_filtered_content@Base 0.26.0
|
||||
git_blob_free@Base 0.26.0
|
||||
git_blob_id@Base 0.26.0
|
||||
@ -61,12 +69,15 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_checkout_head@Base 0.26.0
|
||||
git_checkout_index@Base 0.26.0
|
||||
git_checkout_init_options@Base 0.26.0
|
||||
git_checkout_options_init@Base 0.99.0
|
||||
git_checkout_tree@Base 0.26.0
|
||||
git_cherrypick@Base 0.26.0
|
||||
git_cherrypick_commit@Base 0.26.0
|
||||
git_cherrypick_init_options@Base 0.26.0
|
||||
git_cherrypick_options_init@Base 0.99.0
|
||||
git_clone@Base 0.26.0
|
||||
git_clone_init_options@Base 0.26.0
|
||||
git_clone_options_init@Base 0.99.0
|
||||
git_commit_amend@Base 0.26.0
|
||||
git_commit_author@Base 0.26.0
|
||||
git_commit_author_with_mailmap@Base 0.28.1
|
||||
@ -148,6 +159,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_config_unlock@Base 0.26.0
|
||||
git_cred_default_new@Base 0.26.0
|
||||
git_cred_free@Base 0.26.0
|
||||
git_cred_get_username@Base 0.99.0
|
||||
git_cred_has_username@Base 0.26.0
|
||||
git_cred_ssh_custom_new@Base 0.26.0
|
||||
git_cred_ssh_interactive_new@Base 0.26.0
|
||||
@ -157,10 +169,24 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_cred_username_new@Base 0.26.0
|
||||
git_cred_userpass@Base 0.26.0
|
||||
git_cred_userpass_plaintext_new@Base 0.26.0
|
||||
git_credential_default_new@Base 0.99.0
|
||||
git_credential_free@Base 0.99.0
|
||||
git_credential_get_username@Base 0.99.0
|
||||
git_credential_has_username@Base 0.99.0
|
||||
git_credential_ssh_custom_new@Base 0.99.0
|
||||
git_credential_ssh_interactive_new@Base 0.99.0
|
||||
git_credential_ssh_key_from_agent@Base 0.99.0
|
||||
git_credential_ssh_key_memory_new@Base 0.99.0
|
||||
git_credential_ssh_key_new@Base 0.99.0
|
||||
git_credential_username_new@Base 0.99.0
|
||||
git_credential_userpass@Base 0.99.0
|
||||
git_credential_userpass_plaintext_new@Base 0.99.0
|
||||
git_describe_commit@Base 0.26.0
|
||||
git_describe_format@Base 0.26.0
|
||||
git_describe_format_options_init@Base 0.99.0
|
||||
git_describe_init_format_options@Base 0.26.0
|
||||
git_describe_init_options@Base 0.26.0
|
||||
git_describe_options_init@Base 0.99.0
|
||||
git_describe_result_free@Base 0.26.0
|
||||
git_describe_workdir@Base 0.26.0
|
||||
git_diff_blob_to_buffer@Base 0.26.0
|
||||
@ -168,10 +194,12 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_diff_buffers@Base 0.26.0
|
||||
git_diff_commit_as_email@Base 0.26.0
|
||||
git_diff_find_init_options@Base 0.26.0
|
||||
git_diff_find_options_init@Base 0.99.0
|
||||
git_diff_find_similar@Base 0.26.0
|
||||
git_diff_foreach@Base 0.26.0
|
||||
git_diff_format_email@Base 0.26.0
|
||||
git_diff_format_email_init_options@Base 0.26.0
|
||||
git_diff_format_email_options_init@Base 0.99.0
|
||||
git_diff_free@Base 0.26.0
|
||||
git_diff_from_buffer@Base 0.26.0
|
||||
git_diff_get_delta@Base 0.26.0
|
||||
@ -184,8 +212,10 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_diff_merge@Base 0.26.0
|
||||
git_diff_num_deltas@Base 0.26.0
|
||||
git_diff_num_deltas_of_type@Base 0.26.0
|
||||
git_diff_options_init@Base 0.99.0
|
||||
git_diff_patchid@Base 0.27.0
|
||||
git_diff_patchid_init_options@Base 0.27.0
|
||||
#MISSING: 0.99.0# git_diff_patchid_init_options@Base 0.27.0
|
||||
git_diff_patchid_options_init@Base 0.99.0
|
||||
git_diff_print@Base 0.26.0
|
||||
git_diff_print_callback__to_buf@Base 0.26.0
|
||||
git_diff_print_callback__to_file_handle@Base 0.26.0
|
||||
@ -205,6 +235,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_error_set_oom@Base 0.28.1
|
||||
git_error_set_str@Base 0.28.1
|
||||
git_fetch_init_options@Base 0.26.0
|
||||
git_fetch_options_init@Base 0.99.0
|
||||
git_filter_init@Base 0.26.0
|
||||
git_filter_list_apply_to_blob@Base 0.26.0
|
||||
git_filter_list_apply_to_data@Base 0.26.0
|
||||
@ -239,6 +270,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_index_add@Base 0.26.0
|
||||
git_index_add_all@Base 0.26.0
|
||||
git_index_add_bypath@Base 0.26.0
|
||||
git_index_add_from_buffer@Base 0.99.0
|
||||
git_index_add_frombuffer@Base 0.26.0
|
||||
git_index_caps@Base 0.26.0
|
||||
git_index_checksum@Base 0.26.0
|
||||
@ -296,6 +328,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_indexer_hash@Base 0.26.0
|
||||
git_indexer_init_options@Base 0.28.1
|
||||
git_indexer_new@Base 0.26.0
|
||||
git_indexer_options_init@Base 0.99.0
|
||||
git_libgit2_features@Base 0.26.0
|
||||
git_libgit2_init@Base 0.26.0
|
||||
git_libgit2_opts@Base 0.26.0
|
||||
@ -332,8 +365,11 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_merge_file_from_index@Base 0.26.0
|
||||
git_merge_file_init_input@Base 0.26.0
|
||||
git_merge_file_init_options@Base 0.26.0
|
||||
git_merge_file_input_init@Base 0.99.0
|
||||
git_merge_file_options_init@Base 0.99.0
|
||||
git_merge_file_result_free@Base 0.26.0
|
||||
git_merge_init_options@Base 0.26.0
|
||||
git_merge_options_init@Base 0.99.0
|
||||
git_merge_trees@Base 0.26.0
|
||||
git_message_prettify@Base 0.26.0
|
||||
git_message_trailer_array_free@Base 0.27.0
|
||||
@ -372,6 +408,8 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_odb_add_alternate@Base 0.26.0
|
||||
git_odb_add_backend@Base 0.26.0
|
||||
git_odb_add_disk_alternate@Base 0.26.0
|
||||
git_odb_backend_data_alloc@Base 0.99.0
|
||||
git_odb_backend_data_free@Base 0.99.0
|
||||
git_odb_backend_loose@Base 0.26.0
|
||||
git_odb_backend_malloc@Base 0.26.0
|
||||
git_odb_backend_one_pack@Base 0.26.0
|
||||
@ -414,6 +452,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_oid_fromstr@Base 0.26.0
|
||||
git_oid_fromstrn@Base 0.26.0
|
||||
git_oid_fromstrp@Base 0.26.0
|
||||
git_oid_is_zero@Base 0.99.0
|
||||
git_oid_iszero@Base 0.26.0
|
||||
git_oid_ncmp@Base 0.26.0
|
||||
git_oid_nfmt@Base 0.26.0
|
||||
@ -471,7 +510,9 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_pathspec_matches_path@Base 0.26.0
|
||||
git_pathspec_new@Base 0.26.0
|
||||
git_proxy_init_options@Base 0.26.0
|
||||
git_proxy_options_init@Base 0.99.0
|
||||
git_push_init_options@Base 0.26.0
|
||||
git_push_options_init@Base 0.99.0
|
||||
git_rebase_abort@Base 0.26.0
|
||||
git_rebase_commit@Base 0.26.0
|
||||
git_rebase_finish@Base 0.26.0
|
||||
@ -480,10 +521,15 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_rebase_init_options@Base 0.26.0
|
||||
git_rebase_inmemory_index@Base 0.26.0
|
||||
git_rebase_next@Base 0.26.0
|
||||
git_rebase_onto_id@Base 0.99.0
|
||||
git_rebase_onto_name@Base 0.99.0
|
||||
git_rebase_open@Base 0.26.0
|
||||
git_rebase_operation_byindex@Base 0.26.0
|
||||
git_rebase_operation_current@Base 0.26.0
|
||||
git_rebase_operation_entrycount@Base 0.26.0
|
||||
git_rebase_options_init@Base 0.99.0
|
||||
git_rebase_orig_head_id@Base 0.99.0
|
||||
git_rebase_orig_head_name@Base 0.99.0
|
||||
git_refdb_backend_fs@Base 0.26.0
|
||||
git_refdb_compress@Base 0.26.0
|
||||
git_refdb_free@Base 0.26.0
|
||||
@ -567,6 +613,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_remote_create_anonymous@Base 0.26.0
|
||||
git_remote_create_detached@Base 0.27.0
|
||||
git_remote_create_init_options@Base 0.28.1
|
||||
git_remote_create_options_init@Base 0.99.0
|
||||
git_remote_create_with_fetchspec@Base 0.26.0
|
||||
git_remote_create_with_opts@Base 0.28.1
|
||||
git_remote_default_branch@Base 0.26.0
|
||||
@ -620,6 +667,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_repository_init@Base 0.26.0
|
||||
git_repository_init_ext@Base 0.26.0
|
||||
git_repository_init_init_options@Base 0.26.0
|
||||
git_repository_init_options_init@Base 0.99.0
|
||||
git_repository_is_bare@Base 0.26.0
|
||||
git_repository_is_empty@Base 0.26.0
|
||||
git_repository_is_shallow@Base 0.26.0
|
||||
@ -660,6 +708,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_revert@Base 0.26.0
|
||||
git_revert_commit@Base 0.26.0
|
||||
git_revert_init_options@Base 0.26.0
|
||||
git_revert_options_init@Base 0.99.0
|
||||
git_revparse@Base 0.26.0
|
||||
git_revparse_ext@Base 0.26.0
|
||||
git_revparse_single@Base 0.26.0
|
||||
@ -691,6 +740,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_smart_subtransport_ssh@Base 0.26.0
|
||||
git_stash_apply@Base 0.26.0
|
||||
git_stash_apply_init_options@Base 0.26.0
|
||||
git_stash_apply_options_init@Base 0.99.0
|
||||
git_stash_drop@Base 0.26.0
|
||||
git_stash_foreach@Base 0.26.0
|
||||
git_stash_pop@Base 0.26.0
|
||||
@ -704,6 +754,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_status_list_free@Base 0.26.0
|
||||
git_status_list_get_perfdata@Base 0.26.0
|
||||
git_status_list_new@Base 0.26.0
|
||||
git_status_options_init@Base 0.99.0
|
||||
git_status_should_ignore@Base 0.26.0
|
||||
git_strarray_copy@Base 0.26.0
|
||||
git_strarray_free@Base 0.26.0
|
||||
@ -713,6 +764,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_submodule_add_setup@Base 0.26.0
|
||||
git_submodule_add_to_index@Base 0.26.0
|
||||
git_submodule_branch@Base 0.26.0
|
||||
git_submodule_clone@Base 0.99.0
|
||||
git_submodule_fetch_recurse_submodules@Base 0.26.0
|
||||
git_submodule_foreach@Base 0.26.0
|
||||
git_submodule_free@Base 0.26.0
|
||||
@ -738,11 +790,13 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_submodule_sync@Base 0.26.0
|
||||
git_submodule_update@Base 0.26.0
|
||||
git_submodule_update_init_options@Base 0.26.0
|
||||
git_submodule_update_options_init@Base 0.99.0
|
||||
git_submodule_update_strategy@Base 0.26.0
|
||||
git_submodule_url@Base 0.26.0
|
||||
git_submodule_wd_id@Base 0.26.0
|
||||
git_tag_annotation_create@Base 0.26.0
|
||||
git_tag_create@Base 0.26.0
|
||||
git_tag_create_from_buffer@Base 0.99.0
|
||||
git_tag_create_frombuffer@Base 0.26.0
|
||||
git_tag_create_lightweight@Base 0.26.0
|
||||
git_tag_delete@Base 0.26.0
|
||||
@ -815,6 +869,7 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_treebuilder_write_with_buffer@Base 0.26.0
|
||||
git_worktree_add@Base 0.26.0
|
||||
git_worktree_add_init_options@Base 0.28.1
|
||||
git_worktree_add_options_init@Base 0.99.0
|
||||
git_worktree_free@Base 0.26.0
|
||||
git_worktree_is_locked@Base 0.26.0
|
||||
git_worktree_is_prunable@Base 0.26.0
|
||||
@ -825,7 +880,8 @@ libgit2.so.99 libgit2-99 #MINVER#
|
||||
git_worktree_open_from_repository@Base 0.26.0
|
||||
git_worktree_path@Base 0.28.1
|
||||
git_worktree_prune@Base 0.26.0
|
||||
git_worktree_prune_init_options@Base 0.26.0
|
||||
#MISSING: 0.99.0# git_worktree_prune_init_options@Base 0.26.0
|
||||
git_worktree_prune_options_init@Base 0.99.0
|
||||
git_worktree_unlock@Base 0.26.0
|
||||
git_worktree_validate@Base 0.26.0
|
||||
giterr_clear@Base 0.26.0
|
||||
|
Loading…
Reference in New Issue
Block a user