[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.2-1-427-g8e62fc4

Michael Tautschnig mt at debian.org
Wed Mar 18 18:29:08 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8e62fc4b7ed8b01f052e31efdaf3f943c26fd4eb
Author: Michael Tautschnig <mt at debian.org>
Date:   Wed Mar 18 19:28:41 2009 +0100

    Upstream has fixed the bug in the test suite
    
    - No need to ignore errors in the test suite anymore
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index e73c8d4..1933d57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,7 @@ clamav (0.95rc2+dfsg-1) experimental; urgency=low
     decides. Fixed libclamav/Makefile.in to make the build work with
     non-bundled libltdl3-dev (upstream's #1469)
   * Fixed watch file to deal with new versioning schema (+dfsg).
-  * Run make check unless nocheck is in DEB_BUILD_OPTIONS; for now the result
-    must be ignored because of upstream's #1468 that must be fixed first.
+  * Run make check unless nocheck is in DEB_BUILD_OPTIONS
   * Changed Section of clamav-dbg to debug.
   * Override lintian error stating that libclamav6 statically links to zlib
     (lintian is right, libclamav6 does indeed duplicate parts of the zlib
diff --git a/debian/rules b/debian/rules
index 2cfb456..2defb5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,9 +103,7 @@ endif
 check:
 	dh_testdir
 ifeq ($(with_check),yes)
-	# ignore the results until
-	# https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1468 has been fixed
-	-$(MAKE) check
+	$(MAKE) check
 else
 	@echo "Testsuite not run: $(with_check)."
 endif

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list