diff --git a/debian/compat b/debian/compat index ec635144..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 3f394d7c..1f3118d3 100644 --- a/debian/control +++ b/debian/control @@ -1,46 +1,46 @@ Source: python-sipsimple Section: python Priority: optional Maintainer: Dan Pascu Uploaders: Adrian Georgescu -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), dh-python, python-all-dev (>= 2.7), python-all-dbg (>= 2.7), cython-dbg (>= 0.19), libasound2-dev, libssl-dev, libv4l-dev, libavcodec-dev (>= 7:2.7), libavformat-dev (>= 7:2.7), libavutil-dev (>= 7:2.7), libswscale-dev (>= 7:2.7), libx264-dev, libvpx-dev, libsqlite3-dev, pkg-config, uuid-dev Standards-Version: 3.9.8 Homepage: http://sipsimpleclient.org Package: python-sipsimple Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-application (>= 2.8.0), python-dateutil, python-dnspython (>= 1.9), python-eventlib, python-gnutls, python-lxml, python-msrplib (>= 0.20.0), python-otr (>= 1.2.0), python-twisted-core (>= 8.1.0), python-xcaplib (>= 1.0.17) Suggests: libavahi-compat-libdnssd1 Provides: ${python:Provides} Description: Python SDK for development of SIP end-points SIP SIMPLE client SDK is a Software Development Kit for easy development of SIP end-points that support rich media like Audio, Video, Instant Messaging, File Transfers, Desktop Sharing and Presence. Other media types can be added by using an extensible high-level API.