[clfft] 08/12: d/p: add patch fixing unnecessary symlinks for client
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Aug 4 11:06:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.
commit 758f4dc37c75b1c0b04b1db77fffc8fda40607b8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Jul 30 19:42:03 2015 +0100
d/p: add patch fixing unnecessary symlinks for client
---
debian/patches/fix-client-no-symlink.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/fix-client-no-symlink.patch b/debian/patches/fix-client-no-symlink.patch
new file mode 100644
index 0000000..e3ca067
--- /dev/null
+++ b/debian/patches/fix-client-no-symlink.patch
@@ -0,0 +1,15 @@
+Description: avoid unnecessary version symlinks for client app
+Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/client/CMakeLists.txt
++++ b/src/client/CMakeLists.txt
+@@ -45,7 +45,6 @@
+
+ target_link_libraries( clFFT-client clFFT ${Boost_LIBRARIES} ${OPENCL_LIBRARIES} ${CMAKE_DL_LIBS} ${RT_LIB} )
+
+-set_target_properties( clFFT-client PROPERTIES VERSION ${CLFFT_VERSION} )
+ set_target_properties( clFFT-client PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/staging" )
+ if( APPLE )
+ # properly deal with RPATH on mac
diff --git a/debian/patches/series b/debian/patches/series
index b92cce0..e79b1f8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ debian-enable-multiarch.patch
disable-multilib-cflags.patch
#fix-libdl-linkage.patch
fix-docs-output-directory.patch
+fix-client-no-symlink.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list