Ensure Attendees array is initialised.
[awl.git] / debian / control
blob71737e5e130e2d85db58889cb873408373447e21
1 Source: awl
2 Section: web
3 Priority: extra
4 Maintainer: Andrew McMillan <awm@debian.org>
5 Standards-Version: 3.9.2
6 Build-Depends: debhelper (>= 7)
7 Vcs-git: git://repo.or.cz/awl.git
8 Vcs-browser: http://repo.or.cz/w/awl.git
9 Homepage: http://andrew.mcmillan.net.nz/projects/awl
11 Package: libawl-php
12 Architecture: all
13 Depends: ${misc:Depends}, debconf (>= 1.0.32), perl
14 Recommends: php5 (>= 5.1)
15 Description: Andrew's Web Libraries - PHP Utility Libraries
16  This package contains Andrew's Web Libraries.  This is a set
17  of hopefully lightweight libraries for handling a variety of
18  useful things for web programming, including:
19   - Session management
20   - User management
21   - DB Records
22   - Simple reporting
23   - DB Schema Updating
24   - iCalendar parsing
25  .
26  There is some documentation in the awl-doc package.
28 Package: awl-doc
29 Section: doc
30 Architecture: all
31 Depends: ${misc:Depends}, debconf (>= 1.0.32)
32 Description: Andrew's Web Libraries - API documentation
33  This package documents Andrew's Web Libraries.  This is a set
34  of hopefully lightweight libraries for handling a variety of
35  useful things for web programming, including:
36   - Session management
37   - User management
38   - DB Records
39   - Simple reporting
40   - DB Schema Updating
41   - iCalendar parsing
42  .
43  This package contains detailed technical documentation for the
44  classes and methods in these libraries.