[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-26-ge90043c

Michael Tautschnig mt at debian.org
Thu Apr 2 07:51:44 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e90043cf4f0384b2d8c92869fe513398ca4fadf9
Author: Michael Tautschnig <mt at debian.org>
Date:   Thu Apr 2 09:51:05 2009 +0200

    Really ignore errors in the test suite on alpha, ia64, sparc
    
    - -qDEB_BUILD_ARCH was missing in the dpkg-architecture call. Sorry.
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 66963f3..525e105 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clamav (0.95+dfsg-3) unstable; urgency=low
+
+  [ Michael Tautschnig ]
+  * Really ignore failing test suite on alpha, ia64, sparc.
+
+ -- Michael Tautschnig <mt at debian.org>  Thu, 02 Apr 2009 09:49:30 +0200
+
 clamav (0.95+dfsg-2) unstable; urgency=low
 
   [ Michael Tautschnig ]
diff --git a/debian/rules b/debian/rules
index efecfb6..d47649f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -114,7 +114,7 @@ endif
 check:
 	dh_testdir
 ifeq ($(with_check),yes)
-ifneq (,$(filter alpha ia64 sparc, $(shell dpkg-architecture)))
+ifneq (,$(filter alpha ia64 sparc, $(shell dpkg-architecture -qDEB_BUILD_ARCH)))
 	@echo "Ignoring errors because of #521737, #521556, #521688"
 	-$(MAKE) check
 else

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list