[adios] 94/207: Fix bug where FTBFS on bigendian

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:43 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit 2dbf2f6fcf41dba28a15b4aa9f24d78e8c463fef
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Mar 28 21:37:35 2014 +0000

    Fix bug where FTBFS on bigendian
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f36c742..b719c47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adios (1.6.0-3) unstable; urgency=medium
+
+  * Ensure makefile doesn't fail on shell conditional in debian/rules
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Fri, 28 Mar 2014 21:36:36 +0000
+
 adios (1.6.0-2) unstable; urgency=medium
 
   * Disable tests on big-endian platforms due to upstream test bug.
diff --git a/debian/rules b/debian/rules
index cb92e34..4703ab2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ override_dh_auto_install:
 	# mv $(DESTDIR)/bin/xmlparser.py $(DESTDIR)/bin/xmlparser
 
 override_dh_auto_test:
-	$(DO_TEST) && $(MAKE) check
+	$(DO_TEST) && $(MAKE) check || echo "Tests disabled on bigendian systems for the moment"
 
 override_dh_installexamples:
 	dh_installexamples

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



More information about the debian-science-commits mailing list