diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 15:54:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 15:54:30 -0600 |
commit | d5d491ac48cd03bc58530750648cfd611440d011 (patch) | |
tree | 24389a23aa43f8eadf8661ed2abfc8e3d6c0074b /debian/squeeze/libraries | |
parent | 7089b6cc0c12e1688cfb2ca97bb9bfce4b350224 (diff) | |
download | tde-packaging-d5d491ac48cd03bc58530750648cfd611440d011.tar.gz tde-packaging-d5d491ac48cd03bc58530750648cfd611440d011.zip |
Fix python-trinity deps on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/libraries')
-rw-r--r-- | debian/squeeze/libraries/python-trinity/debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/squeeze/libraries/python-trinity/debian/control b/debian/squeeze/libraries/python-trinity/debian/control index 2399dab6b..7eb371685 100644 --- a/debian/squeeze/libraries/python-trinity/debian/control +++ b/debian/squeeze/libraries/python-trinity/debian/control @@ -4,14 +4,14 @@ 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), tdelibs4-trinity-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev +Build-Depends: debhelper (>= 5.0.38), libtqtinterface-dev, python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-tqt-dev, tdelibs4-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) +Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt XB-Python-Version: ${python:Versions} Provides: ${python:Provides} Conflicts: python-trinity-trinity @@ -23,7 +23,7 @@ Description: Trinity bindings for Python [Trinity] Package: python-trinity-trinity-dbg Priority: extra Architecture: any -Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends} +Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-tqt-dbg, ${shlibs:Depends} XB-Python-Version: ${python:Versions} Description: Trinity bindings for Python (debug extensions) [Trinity] Python binding module that provides wide access to the Trinity API, @@ -35,13 +35,13 @@ Description: Trinity bindings for Python (debug extensions) [Trinity] Package: python-trinity-trinity-dev Section: python Architecture: all -Depends: pyqt-tools, ${python:Depends} +Depends: pytqt-tools, ${python:Depends} XB-Python-Version: ${python:Versions} 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 kdepyuic, a wrapper script around PyQt's + The package also contains kdepyuic, a wrapper script around PyTQt's user interface compiler. Package: python-trinity-trinity-doc |