[Pkg-openldap-devel] [openldap] 01/01: Disable back-mdb test suite on powerpc

Ryan Tandy rtandy-guest at moszumanska.debian.org
Sun Apr 17 20:25:18 UTC 2016


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

rtandy-guest pushed a commit to branch wheezy
in repository openldap.

commit 1b09605c3d7013c4c328a0807ffdb3fc27282ef1
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Fri Mar 25 11:47:32 2016 -0700

    Disable back-mdb test suite on powerpc
---
 debian/changelog | 8 ++++++++
 debian/rules     | 6 ++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 38507e0..e010ac5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+openldap (2.4.31-2+deb7u2) wheezy; urgency=medium
+
+  * Disable the back-mdb test suite on powerpc to work around back-mdb tests
+    failing on buildds running the jessie ppc64 kernel, which uses 64KB pages.
+    (ITS#7713)
+
+ -- Ryan Tandy <ryan at nardis.ca>  Thu, 14 Apr 2016 20:55:33 -0700
+
 openldap (2.4.31-2+deb7u1) wheezy-security; urgency=high
 
   * Non-maintainer upload by the Security Team.
diff --git a/debian/rules b/debian/rules
index c0a9536..099268f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -172,3 +172,9 @@ override_dh_auto_clean:
 		contrib/slapd-modules/autogroup/autogroup.lo \
 		contrib/slapd-modules/autogroup/autogroup.la \
 		contrib/slapd-modules/autogroup/autogroup.o
+
+# Avoid running back-mdb tests on ppc64 builders
+ifeq ($(DEB_HOST_ARCH),powerpc)
+override_dh_auto_test:
+	dh_auto_test -- BUILD_MDB=no
+endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list