File: control

package info (click to toggle)
gracie 0.2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 412 kB
  • ctags: 552
  • sloc: python: 3,851; sh: 62; makefile: 16
file content (38 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
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
Source: gracie
Section: web
Priority: extra
Maintainer: Ben Finney <ben+debian@benfinney.id.au>
Build-Depends:
    debhelper (>= 7.4.2),
    python-support (>= 0.90),
    graphicsmagick,
    python-docutils (>= 0.3.9),
    docutils-writer-manpage,
    python-setuptools (>= 0.6b3),
    python-minimock (>= 1.2.2),
    python-openid (>= 1.2),
    python-daemon,
    python-lockfile,
    python-routes,
    python-pam,
    python
Standards-Version: 3.8.4
VCS-bzr: http://bzr.debian.org/bzr/collab-maint/gracie/gracie.debian/
VCS-Browser: http://bzr.debian.org/loggerhead/collab-maint/gracie/gracie.debian/
Homepage: http://pypi.python.org/pypi/gracie/

Package: gracie
Architecture: all
Depends:
    python-openid (>= 1.2),
    python-daemon,
    python-routes,
    python-pam,
    ${python:Depends}, ${misc:Depends}
Description: OpenID server for local PAM accounts
 Gracie is an OpenID server (a “provider” in OpenID terminology) that
 serves identities for the local system PAM accounts. It uses OpenID
 protocol version 1.1, and authenticates using a username/password
 challenge.
 .
 The OpenID protocol is documented at <URL:http://openid.net/>.