[clfft] 02/10: Update patch queue.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Sep 2 13:45:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository clfft.
commit 73b7e47250cc52e849adaec19a641c310ad3f589
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Sep 1 09:42:58 2016 +0100
Update patch queue.
- Refresh disable-multilib-cflags.patch.
- Drop obsolete use-boost-dynamic-libs.patch.
Gbp-Dch: Full
---
debian/patches/disable-multilib-cflags.patch | 6 +++---
debian/patches/series | 1 -
debian/patches/use-boost-dynamic-libs.patch | 16 ----------------
3 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/debian/patches/disable-multilib-cflags.patch b/debian/patches/disable-multilib-cflags.patch
index 9ca88ed..f2ba6a0 100644
--- a/debian/patches/disable-multilib-cflags.patch
+++ b/debian/patches/disable-multilib-cflags.patch
@@ -5,7 +5,7 @@ Forwarded: not-needed
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
-@@ -220,13 +220,13 @@
+@@ -219,13 +219,13 @@
add_definitions( "/D_DEBUG" )
endif( )
@@ -24,5 +24,5 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+ #set( CMAKE_C_FLAGS "-m32 ${CMAKE_C_FLAGS}" )
+ #endif( )
- if( CODE_COVERAGE )
- set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage")
+ if( CODE_COVERAGE )
+ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage" )
diff --git a/debian/patches/series b/debian/patches/series
index cef62e4..d12fae5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,5 +2,4 @@ disable-multilib-cflags.patch
fix-client-no-symlink.patch
use-system-mathjax.patch
reproducible-build.patch
-use-boost-dynamic-libs.patch
Enable-support-for-GNU-Hurd.patch
diff --git a/debian/patches/use-boost-dynamic-libs.patch b/debian/patches/use-boost-dynamic-libs.patch
deleted file mode 100644
index 9bac18c..0000000
--- a/debian/patches/use-boost-dynamic-libs.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: use Boost shared libraries instead of static
-Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Forwarded: no
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -137,7 +137,7 @@
- # Client is built only if boost is found; on windows, we need vs10 or higher
- # Find Boost on the system, and configure the type of boost build we want
- if( NOT DEFINED Boost_USE_STATIC_LIBS )
-- set( Boost_USE_STATIC_LIBS ON )
-+ set( Boost_USE_STATIC_LIBS OFF )
- endif( )
-
- if( NOT DEFINED Boost_USE_STATIC_RUNTIME )
--
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