]> andersk Git - libyaml.git/commitdiff
debian: Add libyaml-0-2.symbols file
authorAnders Kaseorg <andersk@mit.edu>
Sat, 1 Oct 2016 01:47:20 +0000 (21:47 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Sat, 1 Oct 2016 01:47:20 +0000 (21:47 -0400)
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 <andersk@mit.edu>
debian/changelog
debian/libyaml-0-2.symbols [new file with mode: 0644]

index 9a9d06dcaf61e5ca07ecd17601292f32a52efd3e..e1a058e832f4708ca6a9511e314c7067cbe0f314 100644 (file)
@@ -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 <andersk@mit.edu>  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 (file)
index 0000000..189f912
--- /dev/null
@@ -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
This page took 0.037482 seconds and 5 git commands to generate.