-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontrol
85 lines (80 loc) · 2.63 KB
/
control
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
Source: varnish
Section: web
Priority: optional
Maintainer: Varnish Package Maintainers <[email protected]>
Uploaders:
Jan Wagner <[email protected]>,
Lars Bahner <[email protected]>,
Stig Sandbeck Mathisen <[email protected]>,
Tollef Fog Heen <[email protected]>,
Build-Depends:
autoconf,
automake,
autotools-dev,
debhelper (>= 7.0.50~),
libedit-dev,
libncurses-dev,
libpcre3-dev,
libtool,
pkg-config,
python-docutils,
python-sphinx,
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, libvarnishapi1 (>= ${binary:Version})
Suggests: varnish-doc
Replaces: libvarnishapi1 (<< 3.0.0-5)
Provides: ${Varnish:ABI}
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
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.