1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Source: shiboken
Section: devel
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Didier Raboud <odyx@debian.org>
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.
|