[clfft] 02/03: d/p/0003*.patch: disable versioning for executable

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat May 30 15:26:56 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 297a7c5245affd9271975b0469d1ecf4bac98e83
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat May 30 16:12:57 2015 +0100

    d/p/0003*.patch: disable versioning for executable
---
 debian/patches/0003-fix-client-name.patch | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0003-fix-client-name.patch b/debian/patches/0003-fix-client-name.patch
index bdc449e..af80d0a 100644
--- a/debian/patches/0003-fix-client-name.patch
+++ b/debian/patches/0003-fix-client-name.patch
@@ -5,11 +5,13 @@ Forwarded: not-needed
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/src/client/CMakeLists.txt
 +++ b/src/client/CMakeLists.txt
-@@ -48,7 +48,7 @@
+@@ -47,8 +47,8 @@
+ 
  target_link_libraries( Client clFFT ${Boost_LIBRARIES} ${OPENCL_LIBRARIES} ${DL_LIB} )
  
- set_target_properties( Client PROPERTIES VERSION ${CLFFT_VERSION} )
+-set_target_properties( Client PROPERTIES VERSION ${CLFFT_VERSION} )
 -set_target_properties( Client PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/staging" )
++#set_target_properties( Client PROPERTIES VERSION ${CLFFT_VERSION} )
 +set_target_properties( Client PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/staging" OUTPUT_NAME clFFT-client)
  
  # CPack configuration; include the executable into the package

-- 
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