[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.13.1-20-g74eac84

Modestas Vainius modax at alioth.debian.org
Wed May 25 19:55:41 UTC 2011


The following commit has been merged in the master branch:
commit bb7bc207ce5677c194e6cc60eb117d8e8ee16cd3
Author: Modestas Vainius <modax at debian.org>
Date:   Wed May 25 15:22:00 2011 +0300

    Version libdlrestrictions.so.1 symbols (--default-symver).
---
 debian/changelog                  |    1 +
 debian/libdlrestrictions1.symbols |   15 ++++++++-------
 dlrestrictions/CMakeLists.txt     |    2 ++
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 68a80a6..8f5b3b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pkg-kde-tools (0.14.0~pre2) UNRELEASED; urgency=low
   * DLRestrictions: improve library compatibility checking APIs and export more
     functions.
   * Add symbol file for libdlrestrictions1.
+  * Version libdlrestrictions.so.1 symbols (--default-symver).
 
  -- Modestas Vainius <modax at debian.org>  Tue, 24 May 2011 21:47:52 +0300
 
diff --git a/debian/libdlrestrictions1.symbols b/debian/libdlrestrictions1.symbols
index d6ebb19..d3c8239 100644
--- a/debian/libdlrestrictions1.symbols
+++ b/debian/libdlrestrictions1.symbols
@@ -1,8 +1,9 @@
 libdlrestrictions.so.1 libdlrestrictions1 #MINVER#
- dlr_check_file_compatibility at Base 0.14
- dlr_dlopen_extended at Base 0.14
- dlr_error at Base 0.14
- dlr_get_symbol_name at Base 0.14
- dlr_print_pretty_error at Base 0.14
- dlr_set_symbol_name at Base 0.14
- dlr_snprintf_pretty_error at Base 0.14
+ dlr_check_file_compatibility at libdlrestrictions.so.1 0.14
+ dlr_dlopen_extended at libdlrestrictions.so.1 0.14
+ dlr_error at libdlrestrictions.so.1 0.14
+ dlr_get_symbol_name at libdlrestrictions.so.1 0.14
+ dlr_print_pretty_error at libdlrestrictions.so.1 0.14
+ dlr_set_symbol_name at libdlrestrictions.so.1 0.14
+ dlr_snprintf_pretty_error at libdlrestrictions.so.1 0.14
+ libdlrestrictions.so.1 at libdlrestrictions.so.1 0.14
diff --git a/dlrestrictions/CMakeLists.txt b/dlrestrictions/CMakeLists.txt
index b03f757..500853f 100644
--- a/dlrestrictions/CMakeLists.txt
+++ b/dlrestrictions/CMakeLists.txt
@@ -4,6 +4,8 @@ add_library(dlrestrictions SHARED
     dlrestrictions.c
     dlrestrictions.h)
 set_target_properties(dlrestrictions PROPERTIES SOVERSION 1 VERSION 1.0.0)
+# FIXME: portability
+set_target_properties(dlrestrictions PROPERTIES LINK_FLAGS "-Wl,--default-symver")
 target_link_libraries(dlrestrictions ${CMAKE_DL_LIBS})
 target_link_libraries(dlrestrictions LINK_INTERFACE_LIBRARIES "")
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list