summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/libraries/python-trinity/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-13 02:46:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-13 02:46:03 -0500
commitfa3d546eba520ad6a0676139fa6e2dd550a75200 (patch)
tree85c3ca003e728bb0261832ad5b6f9df58ea9336b /ubuntu/maverick/libraries/python-trinity/debian/control
parent9b928d4197b3570e62d187ced814c82859a5736b (diff)
downloadtde-packaging-fa3d546eba520ad6a0676139fa6e2dd550a75200.tar.gz
tde-packaging-fa3d546eba520ad6a0676139fa6e2dd550a75200.zip
Added python packages to Ubuntu Maverick
Diffstat (limited to 'ubuntu/maverick/libraries/python-trinity/debian/control')
-rw-r--r--ubuntu/maverick/libraries/python-trinity/debian/control52
1 files changed, 52 insertions, 0 deletions
diff --git a/ubuntu/maverick/libraries/python-trinity/debian/control b/ubuntu/maverick/libraries/python-trinity/debian/control
new file mode 100644
index 000000000..c384f66d6
--- /dev/null
+++ b/ubuntu/maverick/libraries/python-trinity/debian/control
@@ -0,0 +1,52 @@
+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, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), kdelibs4-trinity-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev
+Standards-Version: 3.8.4
+Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php
+XS-Python-Version: all
+
+Package: python-trinity-trinity
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.18)
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Conflicts: python-trinity-trinity
+Description: KDE3 bindings for Python [Trinity]
+ Python binding module that provides wide access to the KDE3 API,
+ also known as PyKDE. Using this, you'll get (for example) classes
+ from kio, kjs, khtml and kprint.
+
+Package: python-trinity-trinity-dbg
+Priority: extra
+Architecture: any
+Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends}
+XB-Python-Version: ${python:Versions}
+Description: KDE3 bindings for Python (debug extensions) [Trinity]
+ Python binding module that provides wide access to the KDE3 API,
+ also known as PyKDE. Using this, you'll get (for example) classes
+ from kio, kjs, khtml and kprint.
+ .
+ This package contains the extension built for the Python debug interpreter.
+
+Package: python-trinity-trinity-dev
+Section: python
+Architecture: all
+Depends: pyqt-tools, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: KDE3 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 kdepyuic, a wrapper script around PyQt's
+ user interface compiler.
+
+Package: python-trinity-trinity-doc
+Section: doc
+Architecture: all
+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.