[giac] 01/01: Investigate the build failure

Ximin Luo infinity0 at debian.org
Tue Jun 27 12:18:37 UTC 2017


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

infinity0 pushed a commit to branch _volatile_test
in repository giac.

commit 1676184eb6a36f84f9f1d71e6bf0b4e0138b98c9
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Jun 27 14:18:07 2017 +0200

    Investigate the build failure
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cf8cfd3..7ed894b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+giac (1.2.3.53+dfsg1-2) UNRELEASED; urgency=medium
+
+  * Fix builds on non-x86 64-bit platforms. (Closes: #855078)
+
+ -- Ximin Luo <infinity0 at debian.org>  Tue, 27 Jun 2017 14:17:18 +0200
+
 giac (1.2.3.53+dfsg1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index e2ce319..b92a045 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ override_dh_auto_build-arch:
 	dh_auto_build -a -D doc -- info
 
 override_dh_auto_test-arch:
-	dh_auto_test -a -D check
+	if dh_auto_test -a -D check; then :; else cat check/test-suite.log; fi
 
 override_dh_auto_test-indep:
 	true

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



More information about the debian-science-commits mailing list