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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
Source: libravatar
Section: web
Priority: extra
Maintainer: Francois Marier <francois@debian.org>
Build-Depends: codespell,
debhelper (>=9),
dh-python,
pep8,
pyflakes,
pylint,
python (>= 2.7),
python-bcrypt,
python-django,
python-django-auth-openid,
python-dns,
python-gearman,
python-imaging,
python-openid,
python-requests,
yui-compressor
Standards-Version: 3.9.6
Homepage: https://www.libravatar.org
Vcs-git: https://git.nzoss.org.nz/libravatar/libravatar.git
Vcs-browser: https://git.nzoss.org.nz/libravatar/libravatar
Package: libravatar
Architecture: all
Depends: libravatar-cdn, libravatar-www, ${misc:Depends}
Recommends: libravatar-seccdn
Description: avatar image hosting - full install
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
This is a virtual package to install all of the components necessary to
run a full Libravatar server on a single host.
Package: libravatar-www
Architecture: all
Depends: advancecomp,
apache2,
ca-certificates,
debconf,
gearman-job-server,
gearman-tools,
gifsicle,
jpegoptim,
libapache2-mod-wsgi,
libjs-jquery (>= 1.5),
libravatar-common (=${source:Version}),
optipng,
pngcrush,
python (>= 2.6),
python-bcrypt,
python-django,
python-django-auth-openid,
python-dns,
python-gearman,
python-imaging,
python-openid,
python-psycopg2,
python-requests,
${misc:Depends},
${python:Depends}
Recommends: awstats
Description: avatar image hosting - main web application
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
Main Libravatar application for uploading images and associating
them with email addresses.
Package: libravatar-cdn-common
Architecture: all
Depends: apache2,
debconf,
libravatar-common (=${source:Version}),
${misc:Depends}
Description: avatar image hosting - common cdn files
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
Files needed by both Libravatar CDN packages.
Package: libravatar-cdn
Architecture: all
Depends: libravatar-cdn-common (=${source:Version}), ${misc:Depends}
Recommends: awstats
Description: avatar image hosting - mirror node
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
Package for running a mirror of the Libravatar avatar images and
join the content delivery network.
Package: libravatar-seccdn
Architecture: all
Depends: libravatar-cdn-common (=${source:Version}), ${misc:Depends}
Recommends: awstats
Description: avatar image hosting - https mirror node
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
Package for running a mirror of the Libravatar avatar images and
join the content delivery network over https.
Package: libravatar-common
Architecture: all
Depends: debconf, ${misc:Depends}
Description: avatar image hosting - common files
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
This is an empty package which contains configuration needed by the
main Libravatar website and both CDN packages.
Package: libravatar-master
Architecture: all
Depends: libravatar-www, rssh, rsync, ${misc:Depends}
Suggests: libravatar-deployment
Description: avatar image hosting - mirror master
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
Package for giving mirror updates to slaves.
Package: libravatar-slave
Architecture: all
Recommends: libravatar-seccdn
Depends: libravatar-cdn, rsync, ${misc:Depends}
Suggests: libravatar-deployment
Conflicts: libravatar-www
Description: avatar image hosting - mirror slave
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
Package for fetching mirror updates from the master server.
Package: libravatar-deployment
Architecture: all
Depends: ${misc:Depends}
Description: avatar image hosting - deployment account
Libravatar is a free service for hosting profile images tied to your
email address or OpenID.
.
Create a deployment account so that the Libravatar packages can
be managed by the Libravatar core team.
|