[givaro] 01/01: Append -ffp-contract=off to CXXFLAGS also on mipsel to fix FTBFS.

Tobias Hansen thansen at moszumanska.debian.org
Tue Nov 29 23:25:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository givaro.

commit a1cffb76125d2062ba9edfe7cabb76f863b8ffda
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Tue Nov 29 23:15:16 2016 +0000

    Append -ffp-contract=off to CXXFLAGS also on mipsel to fix FTBFS.
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a7d6a58..b6d5fb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+givaro (4.0.2-5) unstable; urgency=medium
+
+  * Team upload.
+  * debian/rules
+    - Append -ffp-contract=off to CXXFLAGS also on mipsel to fix FTBFS.
+
+ -- Tobias Hansen <thansen at debian.org>  Tue, 29 Nov 2016 23:13:31 +0000
+
 givaro (4.0.2-4) unstable; urgency=medium
 
   [ Doug Torrance ]
diff --git a/debian/rules b/debian/rules
index c833497..4e20ea7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 # in a future release.
 # Inspired by patch for Fedora package by Dan Horák <dan at danny.cz>:
 # http://pkgs.fedoraproject.org/cgit/rpms/givaro.git/commit/?id=2755bb0
-ifeq ($(DEB_HOST_ARCH_CPU), $(filter $(DEB_HOST_ARCH_CPU), mips64el s390x))
+ifeq ($(DEB_HOST_ARCH_CPU), $(filter $(DEB_HOST_ARCH_CPU), mips64el mipsel s390x))
 	export DEB_CXXFLAGS_MAINT_APPEND = -ffp-contract=off
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/givaro.git



More information about the debian-science-commits mailing list