[clfft] 21/23: Drop fix-libdl-linkage.patch, applied upstream

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Aug 18 16:08:22 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 368a33fd567fa64fdf982d8414b599c61bf5d473
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Aug 18 15:08:11 2015 +0100

    Drop fix-libdl-linkage.patch, applied upstream
---
 debian/changelog                       |  1 +
 debian/patches/fix-libdl-linkage.patch | 17 -----------------
 debian/patches/series                  |  1 -
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 24116b5..45b9788 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 clfft (2.6.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop fix-libdl-linkage.patch, applied upstream.
 
  -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Tue, 18 Aug 2015 15:02:46 +0100
 
diff --git a/debian/patches/fix-libdl-linkage.patch b/debian/patches/fix-libdl-linkage.patch
deleted file mode 100644
index 6a5ec9c..0000000
--- a/debian/patches/fix-libdl-linkage.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: fix missing linkage with libdl.
- Add missing linkage with libdl in libclfft.
-Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Forwarded: https://github.com/clMathLibraries/clFFT/pull/97
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/library/CMakeLists.txt
-+++ b/src/library/CMakeLists.txt
-@@ -83,7 +93,7 @@
- include_directories( ${OPENCL_INCLUDE_DIRS} ${PROJECT_BINARY_DIR}/include ../include )
- 
- add_library( clFFT ${clFFT.Files} )
--target_link_libraries( clFFT ${OPENCL_LIBRARIES} )
-+target_link_libraries( clFFT ${OPENCL_LIBRARIES} ${CMAKE_DL_LIBS} )
- 
- set_target_properties( clFFT PROPERTIES VERSION ${CLFFT_VERSION} )
- set_target_properties( clFFT PROPERTIES SOVERSION ${CLFFT_SOVERSION} )
diff --git a/debian/patches/series b/debian/patches/series
index 3ebf142..002ffb9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,4 +4,3 @@ fix-client-no-symlink.patch
 fix-docs-output.patch
 use-system-mathjax.patch
 reproducible-build.patch
-fix-libdl-linkage.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