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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: c-icap
Section: net
Priority: extra
Maintainer: Mathieu Parent <sathieu@debian.org>
Build-Depends: debhelper (>= 9~), autotools-dev, zlib1g-dev, chrpath, libdb-dev, dh-autoreconf, libpcre3-dev
Standards-Version: 3.9.8
Homepage: http://c-icap.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/c-icap.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/c-icap.git
Package: c-icap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libicapapi4 (=${binary:Version}), adduser, lsb-base (>= 3.0-6)
Suggests: squid, libc-icap-module
Description: ICAP server implementation
C-ICAP is an implementation of an ICAP server. It can be used with
HTTP proxies that support the ICAP protocol to implement content
adaptation and filtering services.
.
Most of the commercial HTTP proxies must support the ICAP protocol.
The open source Squid 3.x proxy server supports it.
.
This Package contains the core ICAP daemon
Package: libicapapi4
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ICAP API library
C-ICAP is an implementation of an ICAP server. It can be used with
HTTP proxies that support the ICAP protocol to implement content
adaptation and filtering services.
.
Most of the commercial HTTP proxies must support the ICAP protocol.
The open source Squid 3.x proxy server supports it.
.
This Package contains the ICAP API library.
Package: libicapapi-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libicapapi4 (=${binary:Version})
Description: ICAP API library development files
C-ICAP is an implementation of an ICAP server. It can be used with
HTTP proxies that support the ICAP protocol to implement content
adaptation and filtering services.
.
Most of the commercial HTTP proxies must support the ICAP protocol.
The open source Squid 3.x proxy server supports it.
.
This Package contains the ICAP API library development files.
Package: libicapapi4-dbg
Architecture: any
Section: debug
Depends: ${misc:Depends}, libicapapi4 (=${binary:Version})
Description: ICAP API library debug symbols
C-ICAP is an implementation of an ICAP server. It can be used with
HTTP proxies that support the ICAP protocol to implement content
adaptation and filtering services.
.
Most of the commercial HTTP proxies must support the ICAP protocol.
The open source Squid 3.x proxy server supports it.
.
This Package contains the debug symbols for the ICAP API library.
|