From 7c10b9ffca90818af703dde007e2e964b4e3b46f Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 30 Sep 2016 21:47:20 -0400 Subject: [PATCH] debian: Add libyaml-0-2.symbols file All versions are set to 0 because the ABI is indeed unchanged since the initial release of libyaml.so.0.2. Signed-off-by: Anders Kaseorg --- debian/changelog | 1 + debian/libyaml-0-2.symbols | 59 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 debian/libyaml-0-2.symbols diff --git a/debian/changelog b/debian/changelog index 9a9d06d..e1a058e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libyaml (0.1.7-2) UNRELEASED; urgency=medium * Clean doxygen-generated documentation with dh_doxygen. * Mark libyaml-doc Multi-Arch: foreign. + * Add libyaml-0-2.symbols file. -- Anders Kaseorg Sun, 04 Sep 2016 04:34:55 -0400 diff --git a/debian/libyaml-0-2.symbols b/debian/libyaml-0-2.symbols new file mode 100644 index 0000000..189f912 --- /dev/null +++ b/debian/libyaml-0-2.symbols @@ -0,0 +1,59 @@ +libyaml-0.so.2 libyaml-0-2 #MINVER# + yaml_alias_event_initialize@Base 0 + yaml_document_add_mapping@Base 0 + yaml_document_add_scalar@Base 0 + yaml_document_add_sequence@Base 0 + yaml_document_append_mapping_pair@Base 0 + yaml_document_append_sequence_item@Base 0 + yaml_document_delete@Base 0 + yaml_document_end_event_initialize@Base 0 + yaml_document_get_node@Base 0 + yaml_document_get_root_node@Base 0 + yaml_document_initialize@Base 0 + yaml_document_start_event_initialize@Base 0 + yaml_emitter_close@Base 0 + yaml_emitter_delete@Base 0 + yaml_emitter_dump@Base 0 + yaml_emitter_emit@Base 0 + yaml_emitter_flush@Base 0 + yaml_emitter_initialize@Base 0 + yaml_emitter_open@Base 0 + yaml_emitter_set_break@Base 0 + yaml_emitter_set_canonical@Base 0 + yaml_emitter_set_encoding@Base 0 + yaml_emitter_set_indent@Base 0 + yaml_emitter_set_output@Base 0 + yaml_emitter_set_output_file@Base 0 + yaml_emitter_set_output_string@Base 0 + yaml_emitter_set_unicode@Base 0 + yaml_emitter_set_width@Base 0 + yaml_event_delete@Base 0 + yaml_free@Base 0 + yaml_get_version@Base 0 + yaml_get_version_string@Base 0 + yaml_malloc@Base 0 + yaml_mapping_end_event_initialize@Base 0 + yaml_mapping_start_event_initialize@Base 0 + yaml_parser_delete@Base 0 + yaml_parser_fetch_more_tokens@Base 0 + yaml_parser_initialize@Base 0 + yaml_parser_load@Base 0 + yaml_parser_parse@Base 0 + yaml_parser_scan@Base 0 + yaml_parser_set_encoding@Base 0 + yaml_parser_set_input@Base 0 + yaml_parser_set_input_file@Base 0 + yaml_parser_set_input_string@Base 0 + yaml_parser_update_buffer@Base 0 + yaml_queue_extend@Base 0 + yaml_realloc@Base 0 + yaml_scalar_event_initialize@Base 0 + yaml_sequence_end_event_initialize@Base 0 + yaml_sequence_start_event_initialize@Base 0 + yaml_stack_extend@Base 0 + yaml_strdup@Base 0 + yaml_stream_end_event_initialize@Base 0 + yaml_stream_start_event_initialize@Base 0 + yaml_string_extend@Base 0 + yaml_string_join@Base 0 + yaml_token_delete@Base 0 -- 2.45.0