[ocl] 01/02: Added SONAME to taskbrowser lib

Leopold Palomo-Avellaneda leo at alaxarxa.net
Wed Apr 15 11:42:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch patch-queue/master
in repository ocl.

commit a7c0c88b106a12da5239d6b99bfb3008c8f895ea
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Wed Apr 15 08:23:07 2015 +0200

    Added SONAME to taskbrowser lib
---
 debian/README.Debian                    | 6 ------
 debian/liborocos-ocl-tools2.8.install   | 8 ++++++++
 debian/patches/series                   | 1 +
 debian/{ => templates}/README.PACKAGING | 0
 taskbrowser/CMakeLists.txt              | 4 +++-
 5 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index a3120ef..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-orocos-ocl for Debian
----------------------
-
-This package is part of the Orocos Toolchain
-
- -- Peter Soetens <peter.soetens at fmtc.be>  Thu, 26 Jul 2007 16:54:00 +0200
diff --git a/debian/liborocos-ocl-tools2.8.install b/debian/liborocos-ocl-tools2.8.install
new file mode 100644
index 0000000..d9f98f6
--- /dev/null
+++ b/debian/liborocos-ocl-tools2.8.install
@@ -0,0 +1,8 @@
+usr/bin/cdeployer
+usr/bin/ctaskbrowser
+usr/bin/deployer
+usr/bin/deployer-corba
+usr/bin/rttlua
+usr/bin/rttlua-corba
+usr/bin/rttlua-tlsf
+usr/bin/rttscript
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..83a1ab9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Added-SONAME-to-taskbrowser-lib.patch
diff --git a/debian/README.PACKAGING b/debian/templates/README.PACKAGING
similarity index 100%
rename from debian/README.PACKAGING
rename to debian/templates/README.PACKAGING
diff --git a/taskbrowser/CMakeLists.txt b/taskbrowser/CMakeLists.txt
index 10714b2..24401ee 100644
--- a/taskbrowser/CMakeLists.txt
+++ b/taskbrowser/CMakeLists.txt
@@ -38,7 +38,9 @@ IF ( BUILD_TASKBROWSER )
     find_package(RTTPlugin REQUIRED rtt-scripting)      
     orocos_library( orocos-ocl-taskbrowser ${SRCS} )
     SET_TARGET_PROPERTIES( orocos-ocl-taskbrowser PROPERTIES
-      DEFINE_SYMBOL OCL_DLL_EXPORT)
+      DEFINE_SYMBOL OCL_DLL_EXPORT
+      SOVERSION "${OCL_VERSION_MAJOR}.${OCL_VERSION_MINOR}"
+      VERSION "${OCL_VERSION}")
     orocos_install_headers( ${HPPS} INSTALL include/orocos/ocl )
 
     # Readline support:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/orocos/ocl.git



More information about the debian-science-commits mailing list