Source: shiboken Section: devel Priority: optional Maintainer: Debian Python Modules Team Uploaders: Didier Raboud Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), cmake (>= 2.8.4+dfsg.1-3~), libqt4-dev (>= 4:4.7.0), libsparsehash-dev (>= 1.6-1.1~), libxml2-dev (>= 2.6.32), libxslt1-dev (>= 1.1.19), python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python-numpy, python-numpy-dbg, python3-all-dev, python3-all-dbg, python3-numpy, python3-numpy-dbg Build-Depends-Indep: python-sphinx X-Python-Version: >= 2.6 X-Python3-Version: >= 3.3 Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/shiboken.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/shiboken.git Homepage: http://www.pyside.org/ Package: shiboken Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: CPython bindings generator for C++ libraries Shiboken is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . Shiboken is the binding generator used to create the PySide bindings. Package: shiboken-doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Section: doc Description: CPython bindings generator for C++ libraries documentation Shiboken is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . Shiboken is the binding generator used to create the PySide bindings; this package contains its documentation. Package: libshiboken1.2v5 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Conflicts: libshiboken1.2 Replaces: libshiboken1.2 Description: CPython bindings generator for C++ libraries - shared library Shiboken is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . This is the shared library used by shiboken. Package: libshiboken-py3-1.2v5 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Conflicts: libshiboken-py3-1.2 Replaces: libshiboken-py3-1.2 Description: CPython3 bindings generator for C++ libraries - shared library Shiboken is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . This is the shared library used by shiboken when used with python3. Package: libshiboken-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python-dev, libshiboken1.2v5 (= ${binary:Version}), libshiboken-py3-1.2v5 (= ${binary:Version}) Description: development files for the shiboken bindings generator library Shiboken is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . This package contains the development files for the library. Package: shiboken-dbg Section: debug Architecture: any Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, libshiboken1.2v5 (= ${binary:Version}), shiboken (= ${binary:Version}) Description: debugging symbols for shiboken and its library Shiboken is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . This package contains the debugging symbols for shiboken and libshiboken.