[Debian-astro-commits] [gyoto] 01/03: Imported Debian patch 1.1.1-3+lorene2

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Mon Nov 28 16:41:09 UTC 2016


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

thibaut pushed a commit to branch lorene
in repository gyoto.

commit aba835818013b71cd2d2cd950589423829833265
Author: Thibaut Paumard <thibaut at debian.org>
Date:   Fri Nov 18 13:53:03 2016 +0100

    Imported Debian patch 1.1.1-3+lorene2
---
 debian/changelog | 7 +++++++
 debian/rules     | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e5b594a..9e1af4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gyoto (1.1.1-3+lorene2) experimental; urgency=medium
+
+  * Tweak test suite to look harder for Boost.multiprecision locking bug
+    (#844495).
+
+ -- Thibaut Paumard <thibaut at debian.org>  Fri, 18 Nov 2016 13:53:03 +0100
+
 gyoto (1.1.1-3+lorene1) experimental; urgency=low
 
   * Compile the LORENE plug-in.
diff --git a/debian/rules b/debian/rules
index 5c0ab19..54487a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,12 +9,11 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # Hardened flags
-# LORENE has a couple of undefined symbols, we can't use bindnow until this is fixed
-export DEB_BUILD_MAINT_OPTIONS = hardening=-bindnow
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 -include /usr/share/dpkg/buildflags.mk
 
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 mips64el ppc64el s390x powerpc ppc64))
+ifneq (,$(filter $(DEB_HOST_ARCH), arm64 mips64el ppc64el s390x powerpc ppc64))
 CPPFLAGS += -DGYOTO_ACOS_LOCKING_WORKAROUND
 endif
 
@@ -107,6 +106,7 @@ override_dh_auto_test-indep:
 override_dh_auto_test-arch:
 ifeq (,$(filter $(DEB_HOST_ARCH), mips))
 # skip on mips as lucatelli2 fails on it (but the binary works on other boxes)
+	$(MAKE) -C bin CHECK_RAW_CMD="./gyoto -pstdplug -r101 --ispec=51:51:1 -T1 -P0" check check-lorene
 	LC_ALL=C.UTF-8 dh_auto_test -- check-lorene
 endif
 

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



More information about the Debian-astro-commits mailing list