summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/libraries/python-trinity/debian/control
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-08 01:31:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-08 01:31:43 +0100
commit40f6dfbf9d91a4e1e3ba0198be5dc2c48c0d0f36 (patch)
tree13a8f42c6064750c573521c311ecc41ba44b9e76 /ubuntu/_base/libraries/python-trinity/debian/control
parent2bd58e61c2d4dbf8107afa7af40a5fb8466d4fd5 (diff)
downloadtde-packaging-40f6dfbf9d91a4e1e3ba0198be5dc2c48c0d0f36.tar.gz
tde-packaging-40f6dfbf9d91a4e1e3ba0198be5dc2c48c0d0f36.zip
DEB python-trinity: Rename packages to pytde.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/libraries/python-trinity/debian/control')
-rw-r--r--ubuntu/_base/libraries/python-trinity/debian/control29
1 files changed, 14 insertions, 15 deletions
diff --git a/ubuntu/_base/libraries/python-trinity/debian/control b/ubuntu/_base/libraries/python-trinity/debian/control
index 67a12135c..064f7462c 100644
--- a/ubuntu/_base/libraries/python-trinity/debian/control
+++ b/ubuntu/_base/libraries/python-trinity/debian/control
@@ -1,4 +1,4 @@
-Source: python-trinity-trinity
+Source: pytde
Section: python
Priority: optional
Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
@@ -8,24 +8,23 @@ Build-Depends: debhelper (>= 9~), libtqtinterface-dev, python-support (>= 0.7.1)
Standards-Version: 3.8.4
Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php
-Package: python-trinity-trinity
+Package: python-pytde
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-pytqt
-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~)
+Replaces: python-trinity-trinity (<< 4:14.1.0~)
+Breaks: python-trinity-trinity (<< 4:14.1.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
+Package: python-pytde-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-all-dbg, python-pytqt-dbg, ${shlibs:Depends}
+Replaces: python-trinity-trinity-dbg (<< 4:14.1.0~)
+Breaks: python-trinity-trinity-dbg (<< 4:14.1.0~)
+Depends: python-pytde (= ${binary:Version}), python-all-dbg, python-pytqt-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
@@ -33,11 +32,11 @@ Description: Trinity bindings for Python (debug extensions) [Trinity]
.
This package contains the extension built for the Python debug interpreter.
-Package: python-trinity-trinity-dev
+Package: pytde-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~)
+Replaces: python-trinity-trinity-dev (<< 4:14.1.0~)
+Breaks: python-trinity-trinity-dev (<< 4:14.1.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
@@ -46,11 +45,11 @@ Description: Trinity bindings for Python - Development files and scripts [Trinit
The package also contains tdepyuic, a wrapper script around PyTQt's
user interface compiler.
-Package: python-trinity-trinity-doc
+Package: pytde-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~)
+Replaces: python-trinity-trinity-doc (<< 4:14.1.0~)
+Breaks: python-trinity-trinity-doc (<< 4:14.1.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.