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

Michael Tautschnig mt at debian.org
Fri Mar 13 12:45:50 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 27363d67095db6e830069d89dcf3ce436d509a69
Author: Michael Tautschnig <mt at debian.org>
Date:   Fri Mar 13 13:44:50 2009 +0100

    More work on make check
    
    - Ignore the result until upstream has fixed a bug
    - Added electric-fence to build-depends to get an additional test suite run
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 84c3c87..3b2f4f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,9 +15,10 @@ clamav (0.95rc1+dfsg-1) unstable; urgency=low
     get support for runtime loading (nonfree) unrar code if the user so
     decides.
   * Fixed watch file to deal with new versioning schema (+dfsg).
-  * Run make check unless nocheck is in DEB_BUILD_OPTIONS.
+  * 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.
 
- -- Michael Tautschnig <mt at debian.org>  Fri, 13 Mar 2009 12:40:50 +0100
+ -- Michael Tautschnig <mt at debian.org>  Fri, 13 Mar 2009 13:41:40 +0100
 
 clamav (0.94.dfsg.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 3be45c1..1f5bb31 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: ClamAV Team <pkg-clamav-devel at lists.alioth.debian.org>
 Uploaders: Stephen Gran <sgran at debian.org>, Michael Meskes <meskes at debian.org>, Michael Tautschnig <mt at debian.org>
-Build-Depends: debhelper (>=5.0), po-debconf, zlib1g-dev, libbz2-dev, libmilter-dev, libwrap0-dev, perl, bc, check, libtommath-dev, libltdl3-dev
+Build-Depends: debhelper (>=5.0), po-debconf, zlib1g-dev, libbz2-dev, libmilter-dev, libwrap0-dev, perl, bc, check, libtommath-dev, libltdl3-dev, electric-fence
 Standards-Version: 3.8.1
 
 Package: clamav-base
diff --git a/debian/rules b/debian/rules
index 05cd3c6..26babc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,7 +103,9 @@ endif
 check:
 	dh_testdir
 ifeq ($(with_check),yes)
-	$(MAKE) check
+	# ignore the results until
+	# https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1468 has been fixed
+	-$(MAKE) check
 else
 	@echo "Testsuite not run: $(with_check)."
 endif

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list