summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/libraries/python-trinity
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-27 13:20:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-27 13:20:16 +0900
commit229e7f5038cbc5f930ab50abfad3099919a4e8bb (patch)
tree569abf2cbc4bd05a0b90ed759ccd941eaa676c01 /ubuntu/maverick/libraries/python-trinity
parent59f50d7552dacb6d27d0768a9a5320e5ba2fc23d (diff)
parent50c481625fcb2361e0aaae71df24a40cbad056d7 (diff)
downloadtde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.tar.gz
tde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/libraries/python-trinity')
-rw-r--r--ubuntu/maverick/libraries/python-trinity/debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/libraries/python-trinity/debian/control b/ubuntu/maverick/libraries/python-trinity/debian/control
index 5ababab48..113813f16 100644
--- a/ubuntu/maverick/libraries/python-trinity/debian/control
+++ b/ubuntu/maverick/libraries/python-trinity/debian/control
@@ -17,7 +17,7 @@ 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
+ also known as PyTDE. Using this, you'll get (for example) classes
from kio, kjs, tdehtml and kprint.
Package: python-trinity-trinity-dbg
@@ -28,7 +28,7 @@ Breaks: python-kde3-kde3-dbg (<< 4:14.0.0~), python-trinity-trinity-dbg (<< 4:14
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
+ 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.
@@ -40,8 +40,8 @@ Replaces: python-kde3-kde3-dev (<< 4:14.0.0~), python-trinity-trinity-dev (<< 4:
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
+ 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.
@@ -51,6 +51,6 @@ 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
+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.