diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index b06c30d..f8ea5ae 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 -Build-Depends: debhelper (>= 7.3.5), python(>= 2.7) +Build-Depends: debhelper (>= 9), python(>= 2.7) Standards-Version: 3.9.6 Package: openxcap Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 2.0.7-1), python-zope.interface, python-twisted-core (>= 8.1.0), python-twisted-web2 (>= 8.1.0), python-application (>= 1.4.0), python-gnutls (>= 3.1.0), python-sqlobject, python-mysqldb, python-sipsimple 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.