[linbox] 01/01: Disable test-charpoly on mipsel.

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


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

thansen pushed a commit to branch master
in repository linbox.

commit 52c0c3d35f0237d715fc3a789acc3c5e9ff603e4
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Tue Nov 29 22:37:38 2016 +0000

    Disable test-charpoly on mipsel.
---
 debian/changelog | 7 +++++++
 debian/rules     | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f98c575..5265a21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linbox (1.4.2-3) unstable; urgency=medium
+
+  * Team upload.
+  * Disable test-charpoly on mipsel. (Closes: #797167)
+
+ -- Tobias Hansen <thansen at debian.org>  Tue, 29 Nov 2016 22:32:45 +0000
+
 linbox (1.4.2-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 6ebaadb..1872ca3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,13 @@ LDFLAGS  :=$(shell dpkg-buildflags --get LDFLAGS) -fopenmp
 
 export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
 
+DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
+ifeq ($(DEB_HOST_ARCH_CPU), $(filter $(DEB_HOST_ARCH_CPU), mipsel))
+build:
+	sed -e '/\s*test-charpoly\s*\\/d' -i tests/Makefile.am
+	dh build --with autoreconf --parallel
+endif
+
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--prefix=/usr \

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



More information about the debian-science-commits mailing list