[Pkg-clamav-commits] [SCM] non-free RAR support for ClamAV branch, debian/unstable, updated. 1a05b29a672ebaacd2622af2c1b9d10477756477

Michael Tautschnig tautschnig at joey.forsyte
Sun Apr 12 16:22:17 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1a05b29a672ebaacd2622af2c1b9d10477756477
Author: Michael Tautschnig <tautschnig at joey.forsyte>
Date:   Sun Apr 12 18:20:58 2009 +0200

    Don't check for clamav user
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/files b/debian/files
deleted file mode 100644
index 85d9cac..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-libclamunrar6_0.95-1_amd64.deb non-free/libs extra
diff --git a/debian/rules b/debian/rules
index ac450cf..51a0b02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --disable-clamav
 
 
 build: build-stamp

-- 
non-free RAR support for ClamAV



More information about the Pkg-clamav-commits mailing list