diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-08 11:00:39 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-08 11:00:39 +0100 |
commit | 5f46ed3e2189a9e11865750d326e147d384d8f6f (patch) | |
tree | 52c83fda76d018267119c81c169db01d4c8565eb /dilos/libraries/pytde/debian/control | |
parent | b2d2291fa263be947e14a6a97810dd42d8ae7281 (diff) | |
download | tde-packaging-5f46ed3e2189a9e11865750d326e147d384d8f6f.tar.gz tde-packaging-5f46ed3e2189a9e11865750d326e147d384d8f6f.zip |
Move python-trinity to pytde
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos/libraries/pytde/debian/control')
-rw-r--r-- | dilos/libraries/pytde/debian/control | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/dilos/libraries/pytde/debian/control b/dilos/libraries/pytde/debian/control new file mode 100644 index 000000000..0c73b601f --- /dev/null +++ b/dilos/libraries/pytde/debian/control @@ -0,0 +1,55 @@ +Source: pytde +Section: python +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> +Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> +Build-Depends: debhelper (>= 9~), libtqtinterface-dev, python-all, python-all-dev, python-all-dbg [!solaris-any], python-sip-tqt, python-sip-tqt-dev, python-sip-tqt-dbg [!solaris-any], pytqt-dev, python-pytqt-dbg [!solaris-any], tdelibs14-trinity-dev, dh-python +Standards-Version: 3.8.4 +Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php + +Package: python-pytde +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, python-pytqt +Replaces: python-trinity-trinity (<< 4:14.1.0~) +Breaks: python-trinity-trinity (<< 4:14.1.0~) +Provides: ${python:Provides} +Description: Trinity bindings for Python [Trinity] + Python binding module that provides wide access to the Trinity API, + also known as PyTDE. Using this, you'll get (for example) classes + from kio, kjs, tdehtml and kprint. + +Package: python-pytde-dbg +Priority: extra +Architecture: linux-any +Replaces: python-trinity-trinity-dbg (<< 4:14.1.0~) +Breaks: python-trinity-trinity-dbg (<< 4:14.1.0~) +Depends: python-pytde (= ${binary:Version}), python-all-dbg, python-pytqt-dbg, ${shlibs:Depends} +Description: Trinity bindings for Python (debug extensions) [Trinity] + Python binding module that provides wide access to the Trinity API, + also known as PyTDE. Using this, you'll get (for example) classes + from kio, kjs, tdehtml and kprint. + . + This package contains the extension built for the Python debug interpreter. + +Package: pytde-dev +Section: python +Architecture: all +Replaces: python-trinity-trinity-dev (<< 4:14.1.0~) +Breaks: python-trinity-trinity-dev (<< 4:14.1.0~) +Depends: pytqt-tools, ${python:Depends} +Description: Trinity bindings for Python - Development files and scripts [Trinity] + Development .sip files with definitions of PyTDE classes. They + are needed to build PyTDE, but also as building blocks of other + packages based on them. + The package also contains tdepyuic, a wrapper script around PyTQt's + user interface compiler. + +Package: pytde-doc +Section: doc +Architecture: all +Replaces: python-trinity-trinity-doc (<< 4:14.1.0~) +Breaks: python-trinity-trinity-doc (<< 4:14.1.0~) +Description: Documentation and examples for PyTDE [Trinity] + General documentation and examples for PyTDE providing programming + tips and working code you can use to learn from. |