|
Revision 406, 1.2 kB
(checked in by Adrian Georgescu <ag@ag-projects.com>, 5 weeks ago)
|
|
Added missing python-mysqldb
|
| Line | |
|---|
| 1 | Source: openxcap |
|---|
| 2 | Section: net |
|---|
| 3 | Priority: optional |
|---|
| 4 | Maintainer: Denis Bilenko <denis@ag-projects.com> |
|---|
| 5 | Uploaders: Dan Pascu <dan@ag-projects.com>, Ruud Klaver <ruud@ag-projects.com>, Denis Bilenko <denis@ag-projects.com> |
|---|
| 6 | Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.5.2), python-central (>= 0.5.6) |
|---|
| 7 | XS-Python-Version: >= 2.5 |
|---|
| 8 | Standards-Version: 3.8.0 |
|---|
| 9 | |
|---|
| 10 | Package: openxcap |
|---|
| 11 | Architecture: all |
|---|
| 12 | Depends: ${python:Depends}, python-lxml, python-zopeinterface, python-twisted-core, python-twisted-web, python-twisted-web2, python-application (>= 1.0.9), python-gnutls (>= 1.1.4), python-sqlobject, python-xml, python-mysqldb |
|---|
| 13 | XB-Python-Version: ${python:Versions} |
|---|
| 14 | Description: An Open Source XCAP server implementation |
|---|
| 15 | XCAP protocol allows a client to read, write and modify application |
|---|
| 16 | configuration data stored in XML format on a server. XCAP maps XML document |
|---|
| 17 | sub-trees and element attributes to HTTP URIs, so that these components can |
|---|
| 18 | be directly accessed by HTTP. An XCAP server is used by the XCAP clients to |
|---|
| 19 | store data like Presence policy in combination with a SIP Presence server |
|---|
| 20 | that supports PUBLISH/SUBSCRIBE/NOTIFY methods to provide a complete SIP |
|---|
| 21 | SIMPLE server solution. |
|---|