From 4721bdc64389d0d191ca5df6ceebf9a9d300cf42 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 3 Jun 2023 10:49:27 +0900 Subject: DEB tqt3: remove Qt2 obsolete classes Signed-off-by: Michele Calgaro --- debian/_base/dependencies/tqt3/debian/README.Debian | 20 -------------------- debian/_base/dependencies/tqt3/debian/control | 2 +- .../tqt3/debian/libtqt3-compat-headers.install | 3 --- debian/_base/dependencies/tqt3/debian/rules | 1 - .../tqt3/debian/tqt3-dev-tools-compat.install | 1 - dilos/dependencies/tqt3/debian/README.Debian | 20 -------------------- dilos/dependencies/tqt3/debian/control | 2 +- .../tqt3/debian/libtqt3-compat-headers.install | 3 --- dilos/dependencies/tqt3/debian/rules | 1 - .../tqt3/debian/tqt3-dev-tools-compat.install | 1 - ubuntu/_base/dependencies/tqt3/debian/README.Debian | 20 -------------------- ubuntu/_base/dependencies/tqt3/debian/control | 2 +- .../tqt3/debian/libtqt3-compat-headers.install | 3 --- ubuntu/_base/dependencies/tqt3/debian/rules | 1 - .../tqt3/debian/tqt3-dev-tools-compat.install | 1 - 15 files changed, 3 insertions(+), 78 deletions(-) diff --git a/debian/_base/dependencies/tqt3/debian/README.Debian b/debian/_base/dependencies/tqt3/debian/README.Debian index e48fe37ea..6d5c135e2 100644 --- a/debian/_base/dependencies/tqt3/debian/README.Debian +++ b/debian/_base/dependencies/tqt3/debian/README.Debian @@ -246,26 +246,6 @@ A: With qt-3.2.0, Trolltech has introduced a configure option to Qt called KDE programs. Install your application's system wide configuration file to /etc/tqt3. -Q: I'm compiling a program and I have a compile error due to a missing -include. Why isn't that include not present in the Debian packages anymore -? It compiled with older versions of Debian packages of Qt ! - -A: This may be due to two reasons: either the package still uses the old -includes from Qt 1.x or 2.x that got basically renamed by Trolltech due to -the naming convention. The filenames are now all following the scheme - -ClassName -> classname.h. - -Therefore, if you are the developer of the affected program, change your -sources according to this scheme. Qt ships with tqtrename140, a tool to -help developers migrate their API to the Qt 3 version, -which can help you in the transition upgrade to Qt 3. - -If you are affected by this as a packager, notify upstream to fix those -problems and in the meanwhile use libtqt3-compat-headers as a build -dependency which includes the compatibility headers that just include the -right files from the new API again. - Q: I have a question not covered by this FAQ and README file. Who should I turn to ? diff --git a/debian/_base/dependencies/tqt3/debian/control b/debian/_base/dependencies/tqt3/debian/control index b3eb83e74..185d6c98b 100644 --- a/debian/_base/dependencies/tqt3/debian/control +++ b/debian/_base/dependencies/tqt3/debian/control @@ -309,7 +309,7 @@ Breaks: tqt3-dev-tools-compat (<< 4:14.0.0~) Recommends: libtqt3-mt-dev Depends: ${shlibs:Depends} Description: Conversion utilities for TQt3 development - This package contains some older TQt tools (namely tqtrename140, + This package contains some older TQt tools (namely tqm2ts, tqtmergetr, tqtfindtr and msg2tqm). These tools are needed only by application developers who need to migrate any TQt application written for TQt 1.x or 2.x over to TQt 3.x. The purpose of the tools are to diff --git a/debian/_base/dependencies/tqt3/debian/libtqt3-compat-headers.install b/debian/_base/dependencies/tqt3/debian/libtqt3-compat-headers.install index d2bcbd7d6..0ba6058dd 100644 --- a/debian/_base/dependencies/tqt3/debian/libtqt3-compat-headers.install +++ b/debian/_base/dependencies/tqt3/debian/libtqt3-compat-headers.install @@ -1,11 +1,9 @@ usr/include/tqt3/ntqapp.h -usr/include/tqt3/ntqarray.h usr/include/tqt3/ntqbitarry.h usr/include/tqt3/ntqbttngrp.h usr/include/tqt3/ntqchkbox.h usr/include/tqt3/ntqclipbrd.h usr/include/tqt3/ntqcollect.h -usr/include/tqt3/ntqcollection.h usr/include/tqt3/ntqcombo.h usr/include/tqt3/ntqconnect.h usr/include/tqt3/ntqdatetm.h @@ -37,7 +35,6 @@ usr/include/tqt3/ntqprogbar.h usr/include/tqt3/ntqprogdlg.h usr/include/tqt3/ntqpsprn.h usr/include/tqt3/ntqpushbt.h -usr/include/tqt3/ntqqueue.h usr/include/tqt3/ntqradiobt.h usr/include/tqt3/ntqrangect.h usr/include/tqt3/ntqscrbar.h diff --git a/debian/_base/dependencies/tqt3/debian/rules b/debian/_base/dependencies/tqt3/debian/rules index ddc008924..6f488ad1b 100755 --- a/debian/_base/dependencies/tqt3/debian/rules +++ b/debian/_base/dependencies/tqt3/debian/rules @@ -162,7 +162,6 @@ libqt-thread-stamp: post-patches # archives get accidentally stripped by make install. Copy over unstripped ones for now. -cp lib/lib*.a $(TMP_INSTALL)/usr/lib/ - cp bin/tqtrename140 $(TMP_INSTALL)/usr/bin/ cp bin/tqtfindtr $(TMP_INSTALL)/usr/bin/ # build tqtconv2ui diff --git a/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools-compat.install b/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools-compat.install index 56e0156b5..5975d4bb9 100644 --- a/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools-compat.install +++ b/debian/_base/dependencies/tqt3/debian/tqt3-dev-tools-compat.install @@ -1,4 +1,3 @@ -usr/bin/tqtrename140 usr/bin/tqm2ts usr/bin/tqtmergetr usr/bin/tqtfindtr diff --git a/dilos/dependencies/tqt3/debian/README.Debian b/dilos/dependencies/tqt3/debian/README.Debian index e48fe37ea..6d5c135e2 100644 --- a/dilos/dependencies/tqt3/debian/README.Debian +++ b/dilos/dependencies/tqt3/debian/README.Debian @@ -246,26 +246,6 @@ A: With qt-3.2.0, Trolltech has introduced a configure option to Qt called KDE programs. Install your application's system wide configuration file to /etc/tqt3. -Q: I'm compiling a program and I have a compile error due to a missing -include. Why isn't that include not present in the Debian packages anymore -? It compiled with older versions of Debian packages of Qt ! - -A: This may be due to two reasons: either the package still uses the old -includes from Qt 1.x or 2.x that got basically renamed by Trolltech due to -the naming convention. The filenames are now all following the scheme - -ClassName -> classname.h. - -Therefore, if you are the developer of the affected program, change your -sources according to this scheme. Qt ships with tqtrename140, a tool to -help developers migrate their API to the Qt 3 version, -which can help you in the transition upgrade to Qt 3. - -If you are affected by this as a packager, notify upstream to fix those -problems and in the meanwhile use libtqt3-compat-headers as a build -dependency which includes the compatibility headers that just include the -right files from the new API again. - Q: I have a question not covered by this FAQ and README file. Who should I turn to ? diff --git a/dilos/dependencies/tqt3/debian/control b/dilos/dependencies/tqt3/debian/control index a7bff22ef..ae45558f4 100644 --- a/dilos/dependencies/tqt3/debian/control +++ b/dilos/dependencies/tqt3/debian/control @@ -310,7 +310,7 @@ Breaks: tqt3-dev-tools-compat (<< 4:14.0.0~) Recommends: libtqt3-mt-dev Depends: ${shlibs:Depends} Description: Conversion utilities for TQt3 development - This package contains some older TQt tools (namely tqtrename140, + This package contains some older TQt tools (namely tqm2ts, tqtmergetr, tqtfindtr and msg2tqm). These tools are needed only by application developers who need to migrate any TQt application written for TQt 1.x or 2.x over to TQt 3.x. The purpose of the tools are to diff --git a/dilos/dependencies/tqt3/debian/libtqt3-compat-headers.install b/dilos/dependencies/tqt3/debian/libtqt3-compat-headers.install index d2bcbd7d6..0ba6058dd 100644 --- a/dilos/dependencies/tqt3/debian/libtqt3-compat-headers.install +++ b/dilos/dependencies/tqt3/debian/libtqt3-compat-headers.install @@ -1,11 +1,9 @@ usr/include/tqt3/ntqapp.h -usr/include/tqt3/ntqarray.h usr/include/tqt3/ntqbitarry.h usr/include/tqt3/ntqbttngrp.h usr/include/tqt3/ntqchkbox.h usr/include/tqt3/ntqclipbrd.h usr/include/tqt3/ntqcollect.h -usr/include/tqt3/ntqcollection.h usr/include/tqt3/ntqcombo.h usr/include/tqt3/ntqconnect.h usr/include/tqt3/ntqdatetm.h @@ -37,7 +35,6 @@ usr/include/tqt3/ntqprogbar.h usr/include/tqt3/ntqprogdlg.h usr/include/tqt3/ntqpsprn.h usr/include/tqt3/ntqpushbt.h -usr/include/tqt3/ntqqueue.h usr/include/tqt3/ntqradiobt.h usr/include/tqt3/ntqrangect.h usr/include/tqt3/ntqscrbar.h diff --git a/dilos/dependencies/tqt3/debian/rules b/dilos/dependencies/tqt3/debian/rules index 9b6c34f78..4a14cb8de 100755 --- a/dilos/dependencies/tqt3/debian/rules +++ b/dilos/dependencies/tqt3/debian/rules @@ -159,7 +159,6 @@ libqt-thread-stamp: post-patches # archives get accidentally stripped by make install. Copy over unstripped ones for now. -cp lib/lib*.a $(TMP_INSTALL)/usr/lib/ - cp bin/tqtrename140 $(TMP_INSTALL)/usr/bin/ cp bin/tqtfindtr $(TMP_INSTALL)/usr/bin/ # build tqtconv2ui diff --git a/dilos/dependencies/tqt3/debian/tqt3-dev-tools-compat.install b/dilos/dependencies/tqt3/debian/tqt3-dev-tools-compat.install index 56e0156b5..5975d4bb9 100644 --- a/dilos/dependencies/tqt3/debian/tqt3-dev-tools-compat.install +++ b/dilos/dependencies/tqt3/debian/tqt3-dev-tools-compat.install @@ -1,4 +1,3 @@ -usr/bin/tqtrename140 usr/bin/tqm2ts usr/bin/tqtmergetr usr/bin/tqtfindtr diff --git a/ubuntu/_base/dependencies/tqt3/debian/README.Debian b/ubuntu/_base/dependencies/tqt3/debian/README.Debian index e48fe37ea..6d5c135e2 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/README.Debian +++ b/ubuntu/_base/dependencies/tqt3/debian/README.Debian @@ -246,26 +246,6 @@ A: With qt-3.2.0, Trolltech has introduced a configure option to Qt called KDE programs. Install your application's system wide configuration file to /etc/tqt3. -Q: I'm compiling a program and I have a compile error due to a missing -include. Why isn't that include not present in the Debian packages anymore -? It compiled with older versions of Debian packages of Qt ! - -A: This may be due to two reasons: either the package still uses the old -includes from Qt 1.x or 2.x that got basically renamed by Trolltech due to -the naming convention. The filenames are now all following the scheme - -ClassName -> classname.h. - -Therefore, if you are the developer of the affected program, change your -sources according to this scheme. Qt ships with tqtrename140, a tool to -help developers migrate their API to the Qt 3 version, -which can help you in the transition upgrade to Qt 3. - -If you are affected by this as a packager, notify upstream to fix those -problems and in the meanwhile use libtqt3-compat-headers as a build -dependency which includes the compatibility headers that just include the -right files from the new API again. - Q: I have a question not covered by this FAQ and README file. Who should I turn to ? diff --git a/ubuntu/_base/dependencies/tqt3/debian/control b/ubuntu/_base/dependencies/tqt3/debian/control index b3eb83e74..185d6c98b 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/control +++ b/ubuntu/_base/dependencies/tqt3/debian/control @@ -309,7 +309,7 @@ Breaks: tqt3-dev-tools-compat (<< 4:14.0.0~) Recommends: libtqt3-mt-dev Depends: ${shlibs:Depends} Description: Conversion utilities for TQt3 development - This package contains some older TQt tools (namely tqtrename140, + This package contains some older TQt tools (namely tqm2ts, tqtmergetr, tqtfindtr and msg2tqm). These tools are needed only by application developers who need to migrate any TQt application written for TQt 1.x or 2.x over to TQt 3.x. The purpose of the tools are to diff --git a/ubuntu/_base/dependencies/tqt3/debian/libtqt3-compat-headers.install b/ubuntu/_base/dependencies/tqt3/debian/libtqt3-compat-headers.install index d2bcbd7d6..0ba6058dd 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/libtqt3-compat-headers.install +++ b/ubuntu/_base/dependencies/tqt3/debian/libtqt3-compat-headers.install @@ -1,11 +1,9 @@ usr/include/tqt3/ntqapp.h -usr/include/tqt3/ntqarray.h usr/include/tqt3/ntqbitarry.h usr/include/tqt3/ntqbttngrp.h usr/include/tqt3/ntqchkbox.h usr/include/tqt3/ntqclipbrd.h usr/include/tqt3/ntqcollect.h -usr/include/tqt3/ntqcollection.h usr/include/tqt3/ntqcombo.h usr/include/tqt3/ntqconnect.h usr/include/tqt3/ntqdatetm.h @@ -37,7 +35,6 @@ usr/include/tqt3/ntqprogbar.h usr/include/tqt3/ntqprogdlg.h usr/include/tqt3/ntqpsprn.h usr/include/tqt3/ntqpushbt.h -usr/include/tqt3/ntqqueue.h usr/include/tqt3/ntqradiobt.h usr/include/tqt3/ntqrangect.h usr/include/tqt3/ntqscrbar.h diff --git a/ubuntu/_base/dependencies/tqt3/debian/rules b/ubuntu/_base/dependencies/tqt3/debian/rules index ddc008924..6f488ad1b 100755 --- a/ubuntu/_base/dependencies/tqt3/debian/rules +++ b/ubuntu/_base/dependencies/tqt3/debian/rules @@ -162,7 +162,6 @@ libqt-thread-stamp: post-patches # archives get accidentally stripped by make install. Copy over unstripped ones for now. -cp lib/lib*.a $(TMP_INSTALL)/usr/lib/ - cp bin/tqtrename140 $(TMP_INSTALL)/usr/bin/ cp bin/tqtfindtr $(TMP_INSTALL)/usr/bin/ # build tqtconv2ui diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools-compat.install b/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools-compat.install index 56e0156b5..5975d4bb9 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools-compat.install +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-dev-tools-compat.install @@ -1,4 +1,3 @@ -usr/bin/tqtrename140 usr/bin/tqm2ts usr/bin/tqtmergetr usr/bin/tqtfindtr -- cgit v1.2.3