[Git][debian-proftpd-team/proftpd-mod-clamav][master] Remove Depends on clamav, lower to Recommends
Hilmar Preuße
gitlab at salsa.debian.org
Wed May 2 20:57:24 BST 2018
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-clamav
Commits:
7bdaeffe by Hilmar Preusse at 2018-05-02T21:57:18+02:00
Remove Depends on clamav, lower to Recommends
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+proftpd-mod-clamav (0.14~rc2-3) UNRELEASED; urgency=medium
+
+ [ Hilmar Preuße ]
+ * Remove Depends on clamav, lower to Recommends (Closes: #875891)
+ This module can utilize a clamav instance on a remote machine via TCP.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 02 May 2018 21:53:16 +0200
+
proftpd-mod-clamav (0.14~rc2-2) unstable; urgency=medium
[ Hilmar Preuße ]
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-clamav
Package: proftpd-mod-clamav
Architecture: any
-Depends: clamav, ${misc:Depends}, ${proftpd:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${proftpd:Depends}, ${shlibs:Depends}
+Recommends: clamav
Description: ProFTPD module mod_clamav
Mod_Clamav can be configured to either use Clamd via local unix
sockets or TCP sockets. This allows one to combine ProFTPd with
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-clamav/commit/7bdaeffe1db2c66adcc95723d8d88b2c0c5f692e
---
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-clamav/commit/7bdaeffe1db2c66adcc95723d8d88b2c0c5f692e
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list