~ubuntu-branches/ubuntu/natty/beaker/natty-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2006-10-16 22:46:18 UTC
  • Revision ID: james.westby@ubuntu.com-20061016224618-667keoru7cfs36ed
Tags: 0.6.1-1
Initial release (Closes: #393756).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: beaker
 
2
Section: web
 
3
Priority: optional
 
4
Maintainer: Oleksandr Moskalenko <malex@debian.org>
 
5
Build-Depends: debhelper (>= 5), python (>= 2.3.3), python-all-dev, python-support (>= 0.4.17), python-setuptools (>= 0.6b3-1)
 
6
Standards-Version: 3.7.2
 
7
XS-Python-Version: all
 
8
 
 
9
Package: python-beaker
 
10
Architecture: all
 
11
Depends: ${python:Depends}, python, python-myghtyutils
 
12
XB-Python-Version: ${python:Versions}
 
13
Enhances: python-pylons
 
14
Description: Simple WSGI middleware that uses the Myghty Container API
 
15
 MyghtyUtils contains a very robust Container API for storing data using
 
16
 various backends. Beaker uses those APIs to implement common web application
 
17
 wrappers, like sessions and caching, in WSGI middleware. Currently the only
 
18
 middleware implemented is that for sessions but more is coming soon.