[clfft] 19/25: d/p/0003*.patch: fix incomplete patching

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 22:01:14 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 4d33596b1e7e411d7fccfd2632b0bc3c8b7108fe
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri May 29 22:44:46 2015 +0100

    d/p/0003*.patch: fix incomplete patching
---
 debian/patches/0003-fix-client-name.patch | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0003-fix-client-name.patch b/debian/patches/0003-fix-client-name.patch
index 10975cc..677bcf2 100644
--- a/debian/patches/0003-fix-client-name.patch
+++ b/debian/patches/0003-fix-client-name.patch
@@ -5,7 +5,7 @@ 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
-@@ -43,12 +43,12 @@
+@@ -43,15 +43,15 @@
  # Include standard OpenCL headers
  include_directories( ${Boost_INCLUDE_DIRS} ${OPENCL_INCLUDE_DIRS} ../../../common ${PROJECT_BINARY_DIR}/include ../include )
  
@@ -21,4 +21,8 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +set_target_properties( clFFT-client PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/staging" )
  
  # CPack configuration; include the executable into the package
- install( TARGETS Client
+-install( TARGETS Client
++install( TARGETS clFFT-client
+         RUNTIME DESTINATION bin${SUFFIX_BIN}
+         LIBRARY DESTINATION lib${SUFFIX_LIB}
+         ARCHIVE DESTINATION lib${SUFFIX_LIB}/import

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