From c7bb5f0b917b82aed4203df3be0585be82077d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 27 May 2014 01:39:46 +0200 Subject: Branding cleanup on Debian and Ubuntu --- .../dependencies/arts/debian/cdbs/versions.pl | 8 +++---- debian/squeeze/dependencies/arts/debian/control | 8 +++---- debian/squeeze/dependencies/arts/debian/control.in | 22 ++++++++--------- .../dependencies/python-tqt/debian/README.Debian | 2 +- .../squeeze/dependencies/python-tqt/debian/control | 28 +++++++++++----------- debian/squeeze/dependencies/qt3/debian/control | 4 ++-- .../squeeze/dependencies/sip4-tqt/debian/control | 4 ++-- debian/squeeze/dependencies/tqt3/debian/control | 4 ++-- 8 files changed, 40 insertions(+), 40 deletions(-) (limited to 'debian/squeeze/dependencies') diff --git a/debian/squeeze/dependencies/arts/debian/cdbs/versions.pl b/debian/squeeze/dependencies/arts/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/debian/squeeze/dependencies/arts/debian/cdbs/versions.pl +++ b/debian/squeeze/dependencies/arts/debian/cdbs/versions.pl @@ -13,7 +13,7 @@ my ($version2, $version2_next); ($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; ($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; -print "KDE-Version3=$version3\n"; -print "KDE-Version2=$version2\n"; -print "KDE-Next-Version3=$version3_next\n"; -print "KDE-Next-Version2=$version2_next\n"; +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/debian/squeeze/dependencies/arts/debian/control b/debian/squeeze/dependencies/arts/debian/control index b10bc6a37..1b91d24a0 100644 --- a/debian/squeeze/dependencies/arts/debian/control +++ b/debian/squeeze/dependencies/arts/debian/control @@ -51,7 +51,7 @@ Description: aRts sound system core components with aRts is recommended. . This package is part of TDE, and a component of the TDE aRts module. - See the 'kde-trinity' and 'arts-trinity' packages for more information. + See the 'tde-trinity' and 'arts-trinity' packages for more information. Package: libarts1-trinity-dev Architecture: any @@ -64,7 +64,7 @@ Description: development files for the aRts sound system core components use the aRts sound system. . This package is part of TDE, and a component of the TDE aRts module. - See the 'kde-trinity' and 'arts-trinity' packages for more information. + See the 'tde-trinity' and 'arts-trinity' packages for more information. Package: libartsc0-trinity Architecture: any @@ -77,7 +77,7 @@ Description: aRts sound system C support library This package contains the C bindings for the aRts sound daemon. . This package is part of TDE, and a component of the TDE aRts module. - See the 'kde-trinity' and 'arts-trinity' packages for more information. + See the 'tde-trinity' and 'arts-trinity' packages for more information. Package: libartsc0-trinity-dev Architecture: any @@ -90,7 +90,7 @@ Description: development files for the aRts sound system C support library use the aRts sound daemon's C bindings. . This package is part of TDE, and a component of the TDE aRts module. - See the 'kde-trinity' and 'arts-trinity' packages for more information. + See the 'tde-trinity' and 'arts-trinity' packages for more information. Package: arts-trinity-dbg Section: libdevel diff --git a/debian/squeeze/dependencies/arts/debian/control.in b/debian/squeeze/dependencies/arts/debian/control.in index 893e3ac5b..655f09633 100644 --- a/debian/squeeze/dependencies/arts/debian/control.in +++ b/debian/squeeze/dependencies/arts/debian/control.in @@ -18,14 +18,14 @@ Package: arts Architecture: all Section: sound Depends: libartsc0 (>= ${source:Version}), libarts1c2a (>= ${source:Version}) -Description: sound system from the official KDE release - KDE (the K Desktop Environment) is a powerful Open Source graphical +Description: sound system from the official TDE release + TDE (the Trinity Desktop Environment) is a powerful Open Source graphical desktop environment for Unix workstations. It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system. . This metapackage includes the complete aRts sound system, without - development packages. aRts is the core sound system for KDE. + development packages. aRts is the core sound system for TDE. Package: libarts1c2a Architecture: any @@ -48,8 +48,8 @@ Description: aRts sound system core components improve performance and help maintain uninterrupted playback. Its use with aRts is recommended. . - This package is part of KDE, and a component of the KDE aRts module. - See the 'kde' and 'arts' packages for more information. + This package is part of TDE, and a component of the TDE aRts module. + See the 'tde' and 'arts' packages for more information. Package: libarts1-dev Architecture: any @@ -61,8 +61,8 @@ Description: development files for the aRts sound system core components This package contains the header files needed to build applications that use the aRts sound system. . - This package is part of KDE, and a component of the KDE aRts module. - See the 'kde' and 'arts' packages for more information. + This package is part of TDE, and a component of the TDE aRts module. + See the 'tde' and 'arts' packages for more information. Package: libartsc0 Architecture: any @@ -73,8 +73,8 @@ Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) Description: aRts sound system C support library This package contains the C bindings for the aRts sound daemon. . - This package is part of KDE, and a component of the KDE aRts module. - See the 'kde' and 'arts' packages for more information. + This package is part of TDE, and a component of the TDE aRts module. + See the 'tde' and 'arts' packages for more information. Package: libartsc0-dev Architecture: any @@ -86,8 +86,8 @@ Description: development files for the aRts sound system C support library This package contains the header files needed to build applications that use the aRts sound daemon's C bindings. . - This package is part of KDE, and a component of the KDE aRts module. - See the 'kde' and 'arts' packages for more information. + This package is part of TDE, and a component of the TDE aRts module. + See the 'tde' and 'arts' packages for more information. Package: arts-dbg Section: libdevel diff --git a/debian/squeeze/dependencies/python-tqt/debian/README.Debian b/debian/squeeze/dependencies/python-tqt/debian/README.Debian index aabb494aa..33603ec40 100644 --- a/debian/squeeze/dependencies/python-tqt/debian/README.Debian +++ b/debian/squeeze/dependencies/python-tqt/debian/README.Debian @@ -1,4 +1,4 @@ DOCUMENTATION ------------- -You can find doc and examples about PyQt in the package python-qt-doc +You can find doc and examples about PyTQt in the package python-tqt-doc diff --git a/debian/squeeze/dependencies/python-tqt/debian/control b/debian/squeeze/dependencies/python-tqt/debian/control index b5a28ecb3..6604a11b9 100644 --- a/debian/squeeze/dependencies/python-tqt/debian/control +++ b/debian/squeeze/dependencies/python-tqt/debian/control @@ -17,9 +17,9 @@ Provides: ${python:Provides} Description: TQt bindings for Python Python binding module that allows use of TQt X Window toolkit v3. You can use it to create portable graphics-capable scripts (there - are PyQt versions for Linux, Windows and MacOS X). + are PyTQt versions for Linux, Windows and MacOS X). . - At this moment PyQt offers a vast subset of TQt API. There are + At this moment PyTQt offers a vast subset of TQt API. There are some minor issues related to the differences between C++ and Python (types, etc), but usually you'll be able to write code pretty much the same way in both languages (with syntax differences, of course) @@ -34,7 +34,7 @@ Depends: ${shlibs:Depends}, python-dbg, python-tqt (= ${binary:Version}), python Description: TQt bindings for Python (debug extension) Python binding module that allows use of TQt X Window toolkit v3. You can use it to create portable graphics-capable scripts (there - are PyQt versions for Linux, Windows and MacOS X). + are PyTQt versions for Linux, Windows and MacOS X). . This package contains the extension built for the Python debug interpreter. @@ -48,7 +48,7 @@ Provides: ${python:Provides} Description: TQt OpenGL bindings for Python Python binding module that allows use of the OpenGL facilities offered by the TQt X Window toolkit v3. You can use it to create - portable graphics-capable scripts (there are PyQt versions for + portable graphics-capable scripts (there are PyTQt versions for Linux, Windows and MacOS X). Package: python-tqt-gl-dbg @@ -61,7 +61,7 @@ Depends: ${shlibs:Depends}, python-dbg, python-tqt-gl (= ${binary:Version}), pyt Description: TQt OpenGL bindings for Python (debug extension) Python binding module that allows use of the OpenGL facilities offered by the TQt X Window toolkit v3. You can use it to create - portable graphics-capable scripts (there are PyQt versions for + portable graphics-capable scripts (there are PyTQt versions for Linux, Windows and MacOS X). . This package contains the extension built for the Python debug interpreter. @@ -72,8 +72,8 @@ Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt (= ${binary:Version}), Replaces: python-tqtext (<< 4:14.0.0~) Breaks: python-tqtext (<< 4:14.0.0~) Provides: ${python:Provides} -Description: TQt extensions for PyQt - PyQt Extensions. Contains: +Description: TQt extensions for PyTQt + PyTQt Extensions. Contains: . * QScintilla: a featureful TQt source code editing component based on Scintilla. @@ -85,8 +85,8 @@ Replaces: python-tqtext-dbg (<< 4:14.0.0~) Breaks: python-tqtext-dbg (<< 4:14.0.0~) Architecture: any Depends: ${shlibs:Depends}, python-dbg, python-tqtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends} -Description: TQt debug extensions for PyQt - PyQt debug Extensions. Contains: +Description: TQt debug extensions for PyTQt + PyTQt debug Extensions. Contains: . * QScintilla: a featureful TQt source code editing component based on Scintilla. @@ -97,7 +97,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: pytqt-tools (<< 4:14.0.0~) Breaks: pytqt-tools (<< 4:14.0.0~) Description: pyuic and pylupdate for TQt - pyuic is the PyQt counterpart for TQt's uic. It takes an XML + pyuic is the PyTQt counterpart for TQt's uic. It takes an XML user interface file and generates Python code. . pylupdate is the counterpart for TQt's lupdate. It updates TQt @@ -110,9 +110,9 @@ Replaces: python-tqt-dev (<< 4:14.0.0~) Breaks: python-tqt-dev (<< 4:14.0.0~) Architecture: all Description: TQt bindings for Python - Development files - Development .sip files with definitions of PyQt classes. They - are needed to build PyQt, but also as building blocks of other - packages based on them, like PyKDE. + Development .sip files with definitions of PyTQt classes. They + are needed to build PyTQt, but also as building blocks of other + packages based on them, like PyTDE. Package: python-tqt-doc Section: doc @@ -122,5 +122,5 @@ Breaks: python-tqt-doc (<< 4:14.0.0~) Depends: ${misc:Depends} Suggests: python-tqt Description: TQt bindings for Python - Documentation and examples - Documentation and examples for the PyQt (bindings that allow + Documentation and examples for the PyTQt (bindings that allow the use of TQt library from within a Python script). diff --git a/debian/squeeze/dependencies/qt3/debian/control b/debian/squeeze/dependencies/qt3/debian/control index e6de07809..b027ebf08 100644 --- a/debian/squeeze/dependencies/qt3/debian/control +++ b/debian/squeeze/dependencies/qt3/debian/control @@ -242,9 +242,9 @@ Depends: ${shlibs:Depends} Description: The Qt3 Configuration Application The Qt Configuration program allows endusers to configure the look and behavior of any Qt3 application. It is mostly only necessary - on systems which don't run KDE because the KDE control center already + on systems which don't run TDE because the Trinity control center already covers this configuration automatically for the users Qt3 applications - according to his desktop settings in KDE. However, if you need to run + according to his desktop settings in TDE. However, if you need to run CJK-fonts or other non-latin scripts, you will most likely want to install this package. diff --git a/debian/squeeze/dependencies/sip4-tqt/debian/control b/debian/squeeze/dependencies/sip4-tqt/debian/control index bc0f49bc7..7b7ec14b4 100644 --- a/debian/squeeze/dependencies/sip4-tqt/debian/control +++ b/debian/squeeze/dependencies/sip4-tqt/debian/control @@ -51,8 +51,8 @@ Description: Python/C++ bindings generator development files borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. . - SIP was originally designed to generate Python bindings for KDE and so - has explicit support for the signal slot mechanism used by the Qt/KDE + SIP was originally designed to generate Python bindings for TDE and so + has explicit support for the signal slot mechanism used by the TQt/TDE class libraries. . Features: diff --git a/debian/squeeze/dependencies/tqt3/debian/control b/debian/squeeze/dependencies/tqt3/debian/control index 0cb6de6ee..be601a575 100644 --- a/debian/squeeze/dependencies/tqt3/debian/control +++ b/debian/squeeze/dependencies/tqt3/debian/control @@ -232,9 +232,9 @@ Depends: ${shlibs:Depends} Description: The TQt3 Configuration Application The TQt Configuration program allows endusers to configure the look and behavior of any TQt3 application. It is mostly only necessary - on systems which don't run KDE because the KDE control center already + on systems which don't run TDE because the Trinity control center already covers this configuration automatically for the users TQt3 applications - according to his desktop settings in KDE. However, if you need to run + according to his desktop settings in TDE. However, if you need to run CJK-fonts or other non-latin scripts, you will most likely want to install this package. -- cgit v1.2.1