[linbox] 01/01: Add stuff missing in previous commit.

Sébastien Villemot sebastien at debian.org
Sun Aug 20 13:13:30 UTC 2017


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

sebastien pushed a commit to branch master
in repository linbox.

commit a5be9a101a7fafda9a981fc1a23402f93e45b071
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Aug 20 15:13:16 2017 +0200

    Add stuff missing in previous commit.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b250d73..40e5e2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ linbox (1.4.2-5) UNRELEASED; urgency=medium
     - fix URL in Vcs-Browser field.
     - fix typo in liblinbox-doc description.
   * Bump to debhelper compat level 10.
+  * Effectively skip test-charpoly on mips and mipsel. Thanks to Radovan
+    Birdic for the patch. (Closes: #856356)
 
  -- Doug Torrance <dtorrance at piedmont.edu>  Sun, 13 Aug 2017 08:24:29 -0400
 
diff --git a/debian/rules b/debian/rules
index 7f7e7ed..39bb779 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 
 # Disable failing test test-charpoly on mips and mipsel.
-# See #856356 and https://github.com/linbox-team/linbox/issues/37
+# See #797167, #856356 and https://github.com/linbox-team/linbox/issues/37
 ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH_CPU)))
 override_dh_autoreconf:
 	sed -e '/\s*test-charpoly\s*\\/d' -i tests/Makefile.am

-- 
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