[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-21-g7cc6bfe
Stephen Gran
steve at lobefin.net
Fri Mar 27 19:13:09 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 554216f2e6dd2d65c2f135df02128bf4e3d492ac
Author: Stephen Gran <steve at lobefin.net>
Date: Fri Mar 27 10:50:09 2009 -0400
The milter needs a clamd to talk to, but not necessarily one on the
local system
Signed-off-by: Stephen Gran <steve at lobefin.net>
diff --git a/debian/changelog b/debian/changelog
index 9322cd7..3b9347c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,6 @@ clamav (0.95+dfsg-2) unstable; urgency=low
* Lots of option handling fixups for clamav-milter
* Remove new .cld files on removal of freshclam
* Eliminate unnecessary ucf version check
- * Make clamav-milter Depend on clamav-daemon, since it does now
* Try to preseed clamav-milter.conf with options from clamd.conf where
possible
diff --git a/debian/control b/debian/control
index fa34ced..b087712 100644
--- a/debian/control
+++ b/debian/control
@@ -183,7 +183,8 @@ Package: clamav-milter
Architecture: any
Suggests: daemon, clamav-docs
Priority: extra
-Depends: ${shlibs:Depends}, clamav-base (>= ${source:Version}), clamav-freshclam | clamav-data, lsb-base (>= 3.2-13), ${misc:Depends}, adduser, ucf, logrotate, clamav-daemon
+Recommends: clamav-daemon
+Depends: ${shlibs:Depends}, clamav-base (>= ${source:Version}), clamav-freshclam | clamav-data, lsb-base (>= 3.2-13), ${misc:Depends}, adduser, ucf, logrotate
Description: anti-virus utility for Unix - sendmail integration
Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
this software is the integration with mail servers (attachment
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list