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

Stephen Gran steve at lobefin.net
Tue Nov 1 10:57:57 UTC 2011


The following commit has been merged in the debian/unstable branch:
commit c571e907bf6405271e76df26e321dfb9886fe897
Author: Stephen Gran <steve at lobefin.net>
Date:   Tue Nov 1 10:57:24 2011 +0000

    Add VERBOSE=1 to make check.
    
    This should cat the test log in the event of test suite failures
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/rules b/debian/rules
index b3b0346..f10b60d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,12 +94,12 @@ endif
 ifeq ($(with_check),yes)
 ifneq (,$(filter alpha, $(shell dpkg-architecture -qDEB_BUILD_ARCH)))
 	@echo "Ignoring errors because of #521737"
-	-$(MAKE) check
+	-$(MAKE) check VERBOSE=1
 else
 ifneq (,$(filter ia64 sparc, $(shell dpkg-architecture -qDEB_BUILD_ARCH)))
-	$(MAKE) check EF_ALIGNMENT=8
+	$(MAKE) check EF_ALIGNMENT=8 VERBOSE=1
 else
-	$(MAKE) check
+	$(MAKE) check VERBOSE=1
 endif
 endif
 else

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list