From 11394aecd1f906fee2ebd2b90412aeba4651fbff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 22:56:40 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../_base/libraries/python-trinity/debian/control | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ubuntu/_base/libraries/python-trinity/debian/control (limited to 'ubuntu/_base/libraries/python-trinity/debian/control') diff --git a/ubuntu/_base/libraries/python-trinity/debian/control b/ubuntu/_base/libraries/python-trinity/debian/control new file mode 100644 index 000000000..86335497a --- /dev/null +++ b/ubuntu/_base/libraries/python-trinity/debian/control @@ -0,0 +1,56 @@ +Source: python-trinity-trinity +Section: python +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina +Uploaders: Torsten Marek , Debian Python Modules Team +Build-Depends: debhelper (>= 7.0.50~), libtqtinterface-dev, python, python-all-dev, python-all-dbg, python-sip-tqt, python-sip-tqt-dev, python-sip-tqt-dbg, python-tqt-dev, python-tqt-dbg, tdelibs14-trinity-dev +Standards-Version: 3.8.4 +Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php + +Package: python-trinity-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt +Replaces: python-kde3-kde3 (<< 4:14.0.0~), python-trinity-trinity (<< 4:14.0.0~) +Breaks: python-kde3-kde3 (<< 4:14.0.0~), python-trinity-trinity (<< 4:14.0.0~) +Provides: ${python:Provides} +Conflicts: python-trinity-trinity +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-trinity-trinity-dbg +Priority: extra +Architecture: any +Replaces: python-kde3-kde3-dbg (<< 4:14.0.0~), python-trinity-trinity-dbg (<< 4:14.0.0~) +Breaks: python-kde3-kde3-dbg (<< 4:14.0.0~), python-trinity-trinity-dbg (<< 4:14.0.0~) +Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-tqt-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: python-trinity-trinity-dev +Section: python +Architecture: all +Replaces: python-kde3-kde3-dev (<< 4:14.0.0~), python-trinity-trinity-dev (<< 4:14.0.0~) +Breaks: python-kde3-kde3-dev (<< 4:14.0.0~), python-trinity-trinity-dev (<< 4:14.0.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: python-trinity-trinity-doc +Section: doc +Architecture: all +Replaces: python-kde3-kde3-doc (<< 4:14.0.0~), python-trinity-trinity-doc (<< 4:14.0.0~) +Breaks: python-kde3-kde3-doc (<< 4:14.0.0~), python-trinity-trinity-doc (<< 4:14.0.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. -- cgit v1.2.1