[Pkg-xmpp-commits] [SCM] GNU SASL Library branch, master, updated. upstream/1.4.0-79-g1c7bc7e

Simon Josefsson simon at josefsson.org
Thu Dec 9 22:03:15 UTC 2010


The following commit has been merged in the master branch:
commit 1c7bc7ee39ada6212293baedadb6ee124616c521
Author: Simon Josefsson <simon at josefsson.org>
Date:   Thu Dec 9 23:02:46 2010 +0100

    Reenable self checks on mips(el) now that #519006 is fixed.

diff --git a/debian/changelog b/debian/changelog
index b0c144a..f933d9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gsasl (1.5.5-1) experimental; urgency=low
 
   * New upstream (development) version.
   * Upgrade to standards version 3.9.1.
+  * Reenable self checks on mips(el) now that #519006 is fixed.
 
  -- Simon Josefsson <simon at josefsson.org>  Thu, 09 Dec 2010 22:53:06 +0100
 
diff --git a/debian/rules b/debian/rules
index c71df74..6f8d81c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DH_STRIP_ARGS = --dbg-package=gsasl-dbg
+DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_libgsasl7 = -- -c4
-
-# Binutils is buggy on mips(el) see <http://bugs.debian.org/519006>,
-# so we have to disable self-tests.
-DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifeq (,$(filter $(DEB_HOST_ARCH),mips mipsel))
-  DEB_MAKE_CHECK_TARGET = check
-endif

-- 
GNU SASL Library



More information about the Pkg-xmpp-commits mailing list