diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 16:54:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 16:54:28 -0600 |
commit | 5d74b14e49ff006ce7d0fe825b1cf8615b392aca (patch) | |
tree | 28cf9e22e0f77866f95faaae9ce79e2dfb16c214 /debian/squeeze | |
parent | 3f51f271b27eaf0c87a9a1552db8e77d7540c621 (diff) | |
download | tde-packaging-5d74b14e49ff006ce7d0fe825b1cf8615b392aca.tar.gz tde-packaging-5d74b14e49ff006ce7d0fe825b1cf8615b392aca.zip |
Use native TQt3 to build tqtinterface on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze')
-rw-r--r-- | debian/squeeze/dependencies/tqtinterface/debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/squeeze/dependencies/tqtinterface/debian/control b/debian/squeeze/dependencies/tqtinterface/debian/control index 8af4661b3..e76c11138 100644 --- a/debian/squeeze/dependencies/tqtinterface/debian/control +++ b/debian/squeeze/dependencies/tqtinterface/debian/control @@ -2,7 +2,7 @@ Source: libtqtinterface Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev, qt3-apps-dev, cmake, cdbs +Build-Depends: debhelper (>> 4.0.0), libtqt3-mt-dev, tqt3-apps-dev, cmake, cdbs Standards-Version: 3.8.4 Package: libtqtinterface @@ -18,7 +18,7 @@ Description: The Trinity Qt Interface Libraries Package: libtqtinterface-dev Architecture: any Section: libs -Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), libavahi-tqt-dev, qt3-apps-dev +Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), libavahi-tqt-dev, tqt3-apps-dev Description: The Trinity Qt Interface Libraries (Development Files) The Trinity Qt Interface is a library that abstracts Qt from Trinity This allows the Trinity code to rapidly port from one version of Qt to another. @@ -28,7 +28,7 @@ Description: The Trinity Qt Interface Libraries (Development Files) Package: libtqtinterface-doc Architecture: any Section: libs -Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt3-doc +Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), tqt3-doc Description: The Trinity Qt Interface Libraries (Debug Files) The Trinity Qt Interface is a library that abstracts Qt from Trinity This allows the Trinity code to rapidly port from one version of Qt to another. |