~libravatar/libravatar/master

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
Source: libravatar
Section: web
Priority: extra
Maintainer: Francois Marier <francois@debian.org>
Build-Depends: debhelper (>=9), python (>= 2.7), yui-compressor, python-django, pep8, pyflakes, pylint, python-gearman, python-dns, python-imaging, python-requests, python-django-auth-openid, python-openid, python-bcrypt, codespell
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: ${misc:Depends}, libravatar-www, libravatar-cdn
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: ${misc:Depends}, ${python:Depends}, libravatar-common (=${source:Version}), apache2, libapache2-mod-wsgi, python-django, libjs-jquery (>= 1.5), python-psycopg2, python (>= 2.6), debconf, python-imaging, python-dns, gearman-tools, gearman-job-server, python-gearman, jpegoptim, optipng, pngcrush, advancecomp, python-openid, python-django-auth-openid, python-requests, ca-certificates, gifsicle, python-bcrypt
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: ${misc:Depends}, debconf, libravatar-common (=${source:Version}), apache2
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: ${misc:Depends}, libravatar-cdn-common (=${source:Version})
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: ${misc:Depends}, libravatar-cdn-common (=${source:Version})
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: ${misc:Depends}, debconf
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: ${misc:Depends}, libravatar-www, rsync, rssh
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: ${misc:Depends}, libravatar-cdn, rsync
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.