[giac] 01/02: Investigate a build failure

Ximin Luo infinity0 at debian.org
Tue Jun 27 13:20:47 UTC 2017


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

infinity0 pushed a commit to branch master
in repository giac.

commit 373d20be21f5d5956dab39b157ade1768b888e42
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Jun 27 15:18:24 2017 +0200

    Investigate a build failure
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 +---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cf8cfd3..919e37d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+giac (1.2.3.53+dfsg1-2) UNRELEASED; urgency=medium
+
+  * Output test log after a failed test run, to investigate a ppc64el build
+    failure that isn't reproducible on porterboxes.
+
+ -- 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..0f1f814 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,6 @@ override_dh_autoreconf:
 # Deal with french documentation
 	cp -a debian/upstream-doc-fr doc/fr
 	mv doc/fr/Makefile.am.Debian doc/fr/Makefile.am
-# TODO: rm on next upstream import
-	$(RM) po/giac.pot
 # Actually configure
 	dh_autoreconf
 
@@ -39,7 +37,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; false; 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