diff options
author | Modestas Vainius <modax@debian.org> | 2011-05-25 15:11:15 +0300 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2011-05-25 15:11:15 +0300 |
commit | ef732bc70a7c61e97a224c45757884c5bbae47e1 (patch) | |
tree | 183693a2c6c90ab186708f5807899f11824aa3a8 /debian | |
parent | aa9b5d5f8c9999f3a8b6838e5360899f36dc4bee (diff) | |
download | pkg-kde-tools-ef732bc70a7c61e97a224c45757884c5bbae47e1.tar.gz |
Add symbol file for libdlrestrictions1.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libdlrestrictions1.symbols | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 10b7ef5..23f7379 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ pkg-kde-tools (0.14.0~pre1) UNRELEASED; urgency=low * DLRestrictions: rework and cleanup error functions. Export new APIs. * DLRestrictions: improve library compatibility checking APIs and export more functions. + * Add symbol file for libdlrestrictions1. -- Modestas Vainius <modax@debian.org> Tue, 24 May 2011 21:47:52 +0300 diff --git a/debian/libdlrestrictions1.symbols b/debian/libdlrestrictions1.symbols new file mode 100644 index 0000000..d6ebb19 --- /dev/null +++ b/debian/libdlrestrictions1.symbols @@ -0,0 +1,8 @@ +libdlrestrictions.so.1 libdlrestrictions1 #MINVER# + dlr_check_file_compatibility@Base 0.14 + dlr_dlopen_extended@Base 0.14 + dlr_error@Base 0.14 + dlr_get_symbol_name@Base 0.14 + dlr_print_pretty_error@Base 0.14 + dlr_set_symbol_name@Base 0.14 + dlr_snprintf_pretty_error@Base 0.14 |