diff --git a/debian/control b/debian/control index c6188da..e7d061e 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,19 @@ Source: openxcap Section: net Priority: optional Maintainer: Saul Ibarra -Uploaders: Dan Pascu , Adrian Georgescu , Lucian Stanescu +Uploaders: Dan Pascu , Adrian Georgescu Build-Depends: debhelper (>= 7.3.5), python(>= 2.7) Standards-Version: 3.9.6 Package: openxcap Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 2.0.7-1), python-zopeinterface, python-twisted-core (>= 8.1.0), python-twisted-web (>= 8.1.0), python-twisted-web2 (>= 8.1.0), python-application (>= 1.2.8), python-gnutls (>= 1.1.8), python-sqlobject, python-mysqldb Description: An Open Source XCAP server implementation XCAP protocol allows a client to read, write and modify application configuration data stored in XML format on a server. XCAP maps XML document sub-trees and element attributes to HTTP URIs, so that these components can be directly accessed by HTTP. An XCAP server is used by the XCAP clients to store data like Presence policy in combination with a SIP Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY methods to provide a complete SIP SIMPLE server solution.