~ubuntu-branches/ubuntu/lucid/apache-openid/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Szilveszter Farkas (Canonical)
  • Date: 2010-03-07 15:24:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100307152400-qnsnxntc11id08jj
Tags: 2.0.1-0ubuntu1
Initial release for Ubuntu 10.04. (LP: #532637)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: apache-openid
 
2
Section: python
 
3
Priority: extra
 
4
Build-Depends: cdbs (>= 0.4.43),
 
5
 debhelper (>= 7),
 
6
 python,
 
7
 python-central (>= 0.6),
 
8
 python-setuptools
 
9
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
10
XSBC-Original-Maintainer: Canonical ISD Hackers <canonical-isd@lists.launchpad.net>
 
11
Standards-Version: 3.8.4
 
12
XS-Python-Version: current
 
13
 
 
14
Package: python-apache-openid
 
15
Architecture: all
 
16
Conflicts: apache-openid
 
17
Replaces: apache-openid
 
18
XB-Python-Version: ${python:Versions}
 
19
Depends: ${misc:Depends},
 
20
 ${python:Depends},
 
21
 libapache2-mod-python,
 
22
 python-openid
 
23
Description: OpenID consumer module for Apache
 
24
 This is a library that you can use with Apache web server and mod_python
 
25
 to enable OpenID access control to web resources.