root/debian/control

Revision 406, 1.2 kB (checked in by Adrian Georgescu <ag@ag-projects.com>, 5 weeks ago)

Added missing python-mysqldb

Line 
1Source: openxcap
2Section: net
3Priority: optional
4Maintainer: Denis Bilenko <denis@ag-projects.com>
5Uploaders: Dan Pascu <dan@ag-projects.com>, Ruud Klaver <ruud@ag-projects.com>, Denis Bilenko <denis@ag-projects.com>
6Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.5.2), python-central (>= 0.5.6)
7XS-Python-Version: >= 2.5
8Standards-Version: 3.8.0
9
10Package: openxcap
11Architecture: all
12Depends: ${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
13XB-Python-Version: ${python:Versions}
14Description: 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.
Note: See TracBrowser for help on using the browser.