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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
Source: varnish
Section: web
Priority: optional
Maintainer: Varnish Package Maintainers <pkg-varnish-devel@lists.alioth.debian.org>
Uploaders:
Jan Wagner <waja@cyconet.org>,
Lars Bahner <bahner@debian.org>,
Stig Sandbeck Mathisen <ssm@debian.org>,
Tollef Fog Heen <tfheen@debian.org>,
Build-Depends:
autoconf,
automake,
autotools-dev,
debhelper (>= 9),
groff-base,
libedit-dev,
libncurses-dev,
libpcre3-dev,
libtool,
pkg-config,
python-docutils,
xsltproc,
Vcs-Browser: http://git.debian.org/?p=pkg-varnish/pkg-varnish.git;a=summary
Vcs-Git: git://git.debian.org/pkg-varnish/pkg-varnish.git
Homepage: http://varnish-cache.org/
Standards-Version: 3.9.3
Package: varnish
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libc6-dev | libc6.1-dev | libc-dev, adduser
Suggests: varnish-doc
Replaces: libvarnishapi1 (<< 3.0.0-5)
Description: state of the art, high-performance web accelerator
Varnish Cache is a state of the art web accelerator written with
performance and flexibility in mind.
.
Varnish Cache stores web pages in memory so web servers don't have to
create the same web page over and over again. Varnish serves pages
much faster than any application server; giving the website a
significant speed up.
.
Some of the features include:
* A modern design
* VCL - a very flexible configuration language
* Load balancing with health checking of backends
* Partial support for ESI - Edge Side Includes
* URL rewriting
* Graceful handling of "dead" backends
Package: varnish-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
Description: documentation for Varnish Cache
This package contains HTML documentation for Varnish Cache.
Package: libvarnishapi1
Section: libs
Architecture: any
Provides: libvarnish1
Conflicts: libvarnish1
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: shared libraries for Varnish
Shared libraries for the Varnish HTTP accelerator.
Package: libvarnishapi-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libvarnishapi1 (= ${binary:Version})
Provides: libvarnish-dev
Conflicts: libvarnish-dev
Description: development files for Varnish
Development files for the Varnish HTTP accelerator.
Package: varnish-dbg
Section: debug
Priority: extra
Architecture: any
Depends: varnish (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for varnish
This package contains the detached debugging symbols for varnish.
.
Varnish Cache is a state of the art web accelerator written with
performance and flexibility in mind.
|