diff --git a/debian/control b/debian/control index 68dd92b4..a7db1e2d 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 (>= 11), +Build-Depends: debhelper, python3, dh-python, - python-all-dev (>= 2.7), - python-all-dbg (>= 2.7), - cython-dbg (>= 0.19), + python3-all-dev (>= 2.7), + python3-all-dbg (>= 2.7), + cython3-dbg, 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: 4.5.0 Homepage: http://sipsimpleclient.org -Package: python-sipsimple +Package: python3-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) +Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, + python3-application, + python3-dateutil, + python3-dnspython, + python3-eventlib, + python3-gnutls, + python3-lxml, + python3-msrplib, + python3-otr + python-twisted, + python3-xcaplib Suggests: libavahi-compat-libdnssd1 -Provides: ${python:Provides} +Provides: ${python3: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. diff --git a/debian/rules b/debian/rules index 6ef7771e..5eed8bca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,12 @@ #!/usr/bin/make -f export DEB_BUILD_HARDENING = 1 export PYBUILD_NAME = sipsimple %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_clean: dh_clean rm -rf build dist MANIFEST