summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/tqt3/debian
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-21 19:05:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-21 19:05:53 +0900
commit84af9581d669a621dcfc58e72ff0fe9051376c32 (patch)
tree1622a252dd6323cccd1cc3fc8e7f2bee5c2305f9 /ubuntu/maverick/dependencies/tqt3/debian
parent4098ab566dfaac499c7828964ea25760895a58e4 (diff)
downloadtde-packaging-84af9581d669a621dcfc58e72ff0fe9051376c32.tar.gz
tde-packaging-84af9581d669a621dcfc58e72ff0fe9051376c32.zip
DEB: removed some obsolete code related to Qt1.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/dependencies/tqt3/debian')
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/README.Debian4
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/control2
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install3
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install1
-rwxr-xr-xubuntu/maverick/dependencies/tqt3/debian/rules1
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools-compat.install1
6 files changed, 3 insertions, 9 deletions
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/README.Debian b/ubuntu/maverick/dependencies/tqt3/debian/README.Debian
index 63996972e..e48fe37ea 100644
--- a/ubuntu/maverick/dependencies/tqt3/debian/README.Debian
+++ b/ubuntu/maverick/dependencies/tqt3/debian/README.Debian
@@ -257,8 +257,8 @@ 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 two tools, tqt20fix and
-tqtrename140, to help developers migrate their API to the Qt 3 version,
+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
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/control b/ubuntu/maverick/dependencies/tqt3/debian/control
index 15c156154..bdae88783 100644
--- a/ubuntu/maverick/dependencies/tqt3/debian/control
+++ b/ubuntu/maverick/dependencies/tqt3/debian/control
@@ -299,7 +299,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 tqt20fix tqtrename140,
+ This package contains some older TQt tools (namely tqtrename140,
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/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install
index 05ea5c9e9..de0099e62 100644
--- a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install
+++ b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install
@@ -1,4 +1,3 @@
-usr/include/tqt3/ntq1xcompatibility.h
usr/include/tqt3/ntqapp.h
usr/include/tqt3/ntqarray.h
usr/include/tqt3/ntqbitarry.h
@@ -29,8 +28,6 @@ usr/include/tqt3/ntqmsgbox.h
usr/include/tqt3/ntqmultilinedit.h
usr/include/tqt3/ntqobjcoll.h
usr/include/tqt3/ntqobjdefs.h
-usr/include/tqt3/ntqpaintd.h
-usr/include/tqt3/ntqpaintdc.h
usr/include/tqt3/ntqpdevmet.h
usr/include/tqt3/ntqpmcache.h
usr/include/tqt3/ntqpntarry.h
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install
index 32d3bb87d..be1e2d79c 100644
--- a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install
+++ b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install
@@ -134,7 +134,6 @@ usr/include/tqt3/ntqobjectdefs.h
usr/include/tqt3/ntqobjectdict.h
usr/include/tqt3/ntqobjectlist.h
usr/include/tqt3/ntqpaintdevice.h
-usr/include/tqt3/ntqpaintdevicedefs.h
usr/include/tqt3/ntqpaintdevicemetrics.h
usr/include/tqt3/ntqpainter.h
usr/include/tqt3/ntqpair.h
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/rules b/ubuntu/maverick/dependencies/tqt3/debian/rules
index 42f031168..4c3ff0257 100755
--- a/ubuntu/maverick/dependencies/tqt3/debian/rules
+++ b/ubuntu/maverick/dependencies/tqt3/debian/rules
@@ -157,7 +157,6 @@ libqt-thread-stamp: post-patches
-cp lib/lib*.a $(TMP_INSTALL)/usr/lib/
cp bin/tqtrename140 $(TMP_INSTALL)/usr/bin/
- cp bin/tqt20fix $(TMP_INSTALL)/usr/bin/
cp bin/tqtfindtr $(TMP_INSTALL)/usr/bin/
# build tqtconv2ui
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools-compat.install b/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools-compat.install
index 241ec8ee0..56e0156b5 100644
--- a/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools-compat.install
+++ b/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools-compat.install
@@ -1,4 +1,3 @@
-usr/bin/tqt20fix
usr/bin/tqtrename140
usr/bin/tqm2ts
usr/bin/tqtmergetr