summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/libraries/python-trinity/debian/control
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-04-17 13:57:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-04-17 13:57:20 +0900
commit2d59086b104acd7b4711fd067c9bb4480158e6ab (patch)
tree7d3d9aff90930e65a491c055510aba94debc6da9 /ubuntu/precise/libraries/python-trinity/debian/control
parent55b519366b1dcd7ab5b2f1f720d275b33fc4bd49 (diff)
downloadtde-packaging-2d59086b104acd7b4711fd067c9bb4480158e6ab.tar.gz
tde-packaging-2d59086b104acd7b4711fd067c9bb4480158e6ab.zip
Removed Ubuntu/precise folder
Diffstat (limited to 'ubuntu/precise/libraries/python-trinity/debian/control')
-rw-r--r--ubuntu/precise/libraries/python-trinity/debian/control56
1 files changed, 0 insertions, 56 deletions
diff --git a/ubuntu/precise/libraries/python-trinity/debian/control b/ubuntu/precise/libraries/python-trinity/debian/control
deleted file mode 100644
index 5ababab48..000000000
--- a/ubuntu/precise/libraries/python-trinity/debian/control
+++ /dev/null
@@ -1,56 +0,0 @@
-Source: python-trinity-trinity
-Section: python
-Priority: optional
-Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-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 (>= 5.0.38), libtqtinterface-dev, python, python-all-dev, python-all-dbg, python-sip-tqt, python-sip-tqt-dev, python-sip-tqt-dbg, python-tqt-dev, 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 PyKDE. 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 PyKDE. 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 PyKDE classes. They
- are needed to build PyKDE, 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 PyKDE [Trinity]
- General documentation and examples for PyKDE providing programming
- tips and working code you can use to learn from.