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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113 | $ cat debian/control
Source: memcached
Section: web
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: David Martínez Moreno <ender@debian.org>
Uploaders: Guillaume Delacour <gui@iroqwa.org>
Build-Depends: debhelper (>= 9), libevent-dev, libsasl2-dev, adduser,
autotools-dev, dh-systemd (>= 1.5), dh-autoreconf
Homepage: http://www.memcached.org/
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/memcached.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/memcached.git
Package: memcached
Architecture: any
Depends: ${shlibs:Depends}, perl, ${misc:Depends}, lsb-base (>= 3.2-13),
adduser
Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl,
libyaml-perl, libterm-readkey-perl
Description: high-performance memory object caching system
Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
a site which was already doing 20 million+ dynamic page views per day for 1
million users with a bunch of webservers and a bunch of database servers.
memcached dropped the database load to almost nothing, yielding faster page
load times for users, better resource utilization, and faster access to the
databases on a memcache miss.
.
memcached optimizes specific high-load serving applications that are designed
to take advantage of its versatile no-locking memory access system. Clients
are available in several different programming languages, to suit the needs
of the specific application. Traditionally this has been used in mod_perl
apps to avoid storing large chunks of data in Apache memory, and to share
this burden across several machines.
$ update-maintainer --vcs
The Maintainer email is set to an ubuntu.com address. Doing nothing.
The original Vcs values are:
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/memcached.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/memcached.git
$ cat debian/control
Source: memcached
Section: web
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: David Martínez Moreno <ender@debian.org>
Uploaders: Guillaume Delacour <gui@iroqwa.org>
Build-Depends: debhelper (>= 9), libevent-dev, libsasl2-dev, adduser,
autotools-dev, dh-systemd (>= 1.5), dh-autoreconf
Homepage: http://www.memcached.org/
Standards-Version: 3.9.6
XS-Debian-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/memcached.git
XS-Debian-Vcs-Git: https://anonscm.debian.org/git/collab-maint/memcached.git
Package: memcached
Architecture: any
Depends: ${shlibs:Depends}, perl, ${misc:Depends}, lsb-base (>= 3.2-13),
adduser
Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl,
libyaml-perl, libterm-readkey-perl
Description: high-performance memory object caching system
Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
a site which was already doing 20 million+ dynamic page views per day for 1
million users with a bunch of webservers and a bunch of database servers.
memcached dropped the database load to almost nothing, yielding faster page
load times for users, better resource utilization, and faster access to the
databases on a memcache miss.
.
memcached optimizes specific high-load serving applications that are designed
to take advantage of its versatile no-locking memory access system. Clients
are available in several different programming languages, to suit the needs
of the specific application. Traditionally this has been used in mod_perl
apps to avoid storing large chunks of data in Apache memory, and to share
this burden across several machines.
$ update-maintainer --vcs --restore
Restoring original maintainer: David Martínez Moreno <ender@debian.org>
Restoring original Vcs values:
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/memcached.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/memcached.git
$ cat debian/control
Source: memcached
Section: web
Priority: optional
Maintainer: David Martínez Moreno <ender@debian.org>
Uploaders: Guillaume Delacour <gui@iroqwa.org>
Build-Depends: debhelper (>= 9), libevent-dev, libsasl2-dev, adduser,
autotools-dev, dh-systemd (>= 1.5), dh-autoreconf
Homepage: http://www.memcached.org/
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/memcached.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/memcached.git
Package: memcached
Architecture: any
Depends: ${shlibs:Depends}, perl, ${misc:Depends}, lsb-base (>= 3.2-13),
adduser
Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl,
libyaml-perl, libterm-readkey-perl
Description: high-performance memory object caching system
Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
a site which was already doing 20 million+ dynamic page views per day for 1
million users with a bunch of webservers and a bunch of database servers.
memcached dropped the database load to almost nothing, yielding faster page
load times for users, better resource utilization, and faster access to the
databases on a memcache miss.
.
memcached optimizes specific high-load serving applications that are designed
to take advantage of its versatile no-locking memory access system. Clients
are available in several different programming languages, to suit the needs
of the specific application. Traditionally this has been used in mod_perl
apps to avoid storing large chunks of data in Apache memory, and to share
this burden across several machines.
|