diff --git a/debian/control b/debian/control index d38e9bb..39622e4 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,26 @@ Source: openxcap Section: net Priority: optional Maintainer: Dan Pascu Build-Depends: debhelper (>= 11), dh-python, python -Standards-Version: 3.9.8 +Standards-Version: 4.5.0 Package: openxcap Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-application (>= 2.8.0), python-gnutls (>= 3.1.0), python-lxml, python-mysqldb, python-sipsimple, python-sqlobject, python-twisted-core, python-zope.interface Description: 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.