1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: c-icap-modules
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
libclamav-dev,
libdb-dev,
libicapapi-dev,
libltdl-dev,
Standards-Version: 4.6.0
Homepage: http://c-icap.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/c-icap-modules
Vcs-Git: https://salsa.debian.org/debian/c-icap-modules.git
Package: libc-icap-mod-virus-scan
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: c-icap, clamav, ${misc:Depends}, ${shlibs:Depends}
Replaces: c-icap
Provides: libc-icap-module
Description: Antivirus Service for c-icap
This is an antivirus Service for c-icap which uses libclamav or clamd to do
scanning. It is distributed with c-icap and written by the same author.
Package: libc-icap-mod-urlcheck
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: c-icap, ${misc:Depends}, ${shlibs:Depends}
Replaces: c-icap
Provides: libc-icap-module
Description: URL Check Service for c-icap
This is an URL Check Service for c-icap. It is
distributed with c-icap and written by the same author.
Package: libc-icap-mod-contentfiltering
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: c-icap, ${misc:Depends}, ${shlibs:Depends}
Provides: libc-icap-module
Description: Content filtering Service for c-icap
This is an score based content filtering icap service. It is distributed with
c-icap and written by the same author.
|