]> git.tuebingen.mpg.de Git - lopsub.git/commitdiff
debian: Add symbols control file.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 24 Apr 2024 01:33:30 +0000 (03:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 10 May 2024 01:20:49 +0000 (03:20 +0200)
This helps dpkg to generate more accurate library dependencies.

This initial version of the file was created with

dpkg-gensymbols -pliblopsub1t64 -q
sed -e 's/-1.1$//g' debian/tmp/DEBIAN/symbols > debian/liblopsub1t64.symbols

The second line (the one which starts with the asterisk) was added
manually. This is the meta-information field used by dpkg-shlibdeps(1).

Suggested-by: lintian(1)
debian/liblopsub1t64.symbols [new file with mode: 0644]

diff --git a/debian/liblopsub1t64.symbols b/debian/liblopsub1t64.symbols
new file mode 100644 (file)
index 0000000..9ea3e23
--- /dev/null
@@ -0,0 +1,63 @@
+liblopsub.so.1 liblopsub1t64 #MINVER#
+* Build-Depends-Package: liblopsub-dev
+ lls_abi_version2@Base 1.0.4
+ lls_check_arg_count@Base 1.0.4
+ lls_cmd@Base 1.0.4
+ lls_command_name@Base 1.0.4
+ lls_convert_config@Base 1.0.4
+ lls_deserialize_parse_result@Base 1.0.4
+ lls_dump_parse_result@Base 1.0.4
+ lls_enum_string_val@Base 1.0.4
+ lls_free_argv@Base 1.0.4
+ lls_free_parse_result@Base 1.0.4
+ lls_input@Base 1.0.4
+ lls_int32_val@Base 1.0.4
+ lls_int64_val@Base 1.0.4
+ lls_long_help@Base 1.0.4
+ lls_lookup_subcmd@Base 1.0.4
+ lls_merge@Base 1.0.4
+ lls_num_inputs@Base 1.0.4
+ lls_opt@Base 1.0.4
+ lls_opt_given@Base 1.0.4
+ lls_opt_result@Base 1.0.4
+ lls_parse@Base 1.0.4
+ lls_purpose@Base 1.0.4
+ lls_serialize_parse_result@Base 1.0.4
+ lls_short_help@Base 1.0.4
+ lls_strerror@Base 1.0.4
+ lls_string_val@Base 1.0.4
+ lls_uint32_val@Base 1.0.4
+ lls_uint64_val@Base 1.0.4
+ lls_user_data@Base 1.0.4
+ lls_version@Base 1.0.4
+ lls_yy_create_buffer@Base 1.0.4
+ lls_yy_delete_buffer@Base 1.0.4
+ lls_yy_flush_buffer@Base 1.0.4
+ lls_yy_scan_buffer@Base 1.0.4
+ lls_yy_scan_bytes@Base 1.0.4
+ lls_yy_scan_string@Base 1.0.4
+ lls_yy_switch_to_buffer@Base 1.0.4
+ lls_yyalloc@Base 1.0.4
+ lls_yyfree@Base 1.0.4
+ lls_yyget_column@Base 1.0.4
+ lls_yyget_debug@Base 1.0.4
+ lls_yyget_extra@Base 1.0.4
+ lls_yyget_in@Base 1.0.4
+ lls_yyget_leng@Base 1.0.4
+ lls_yyget_lineno@Base 1.0.4
+ lls_yyget_out@Base 1.0.4
+ lls_yyget_text@Base 1.0.4
+ lls_yylex@Base 1.0.4
+ lls_yylex_destroy@Base 1.0.4
+ lls_yylex_init@Base 1.0.4
+ lls_yylex_init_extra@Base 1.0.4
+ lls_yypop_buffer_state@Base 1.0.4
+ lls_yypush_buffer_state@Base 1.0.4
+ lls_yyrealloc@Base 1.0.4
+ lls_yyrestart@Base 1.0.4
+ lls_yyset_column@Base 1.0.4
+ lls_yyset_debug@Base 1.0.4
+ lls_yyset_extra@Base 1.0.4
+ lls_yyset_in@Base 1.0.4
+ lls_yyset_lineno@Base 1.0.4
+ lls_yyset_out@Base 1.0.4