[teem] 01/07: Re-apply change from Tobias' NMU 1.11.0~svn6057-1.1 there were accidentally reverted
Mattia Rizzolo
mattia at debian.org
Sun Apr 2 19:52:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository teem.
commit 31f20879eee80faacbde27f6bf4d4319b66de59e
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun Apr 2 21:32:49 2017 +0200
Re-apply change from Tobias' NMU 1.11.0~svn6057-1.1 there were accidentally reverted
Closes: #820503, #704206
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/rules | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 544e7e6..1e4c528 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
CMAKE_EXTRA_FLAGS += \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
- -DCMAKE_VERBOSE_MAKEFILE=$(DH_VERBOSE) \
+ -DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DBUILD_EXPERIMENTAL_APPS:BOOL=OFF \
-DBUILD_EXPERIMENTAL_LIBS:BOOL=OFF \
@@ -19,6 +19,14 @@ CMAKE_EXTRA_FLAGS += \
-DTeem_USE_LIB_INSTALL_SUBDIR:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=ON \
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386))
+ export DEB_CFLAGS_MAINT_APPEND = -ffloat-store
+endif
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), powerpc ppc64 s390x))
+ export DEB_CFLAGS_MAINT_APPEND = -ffp-contract=off
+endif
+
+
%:
dh $@ --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/teem.git
More information about the debian-science-commits
mailing list