diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 16:17:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 16:17:43 -0500 |
commit | 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d (patch) | |
tree | 2de9e866f064b1c7d36df24de1df305474f949fe /ubuntu/maverick/dependencies/tqtinterface/debian/control | |
download | tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.tar.gz tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.zip |
Initial import from old SVN repository
Note that only the Debian and Ubuntu folders were preserved
Diffstat (limited to 'ubuntu/maverick/dependencies/tqtinterface/debian/control')
-rw-r--r-- | ubuntu/maverick/dependencies/tqtinterface/debian/control | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/control b/ubuntu/maverick/dependencies/tqtinterface/debian/control new file mode 100644 index 000000000..f69ab0377 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqtinterface/debian/control @@ -0,0 +1,46 @@ +Source: libtqtinterface +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev, libavahi-qt3-dev, qt3-apps-dev, cmake, cdbs +Standards-Version: 3.8.3 + +Package: libtqtinterface +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: The Trinity Qt Interface Libraries + 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. + This is primarily accomplished by defining old functions in terms of new functions, + although some code has been added for useful functions that are no longer part of Qt. + +Package: libtqtinterface-dev +Architecture: any +Section: libs +Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), libavahi-qt3-dev, qt3-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. + This is primarily accomplished by defining old functions in terms of new functions, + although some code has been added for useful functions that are no longer part of Qt. + +Package: libtqtinterface-doc +Architecture: any +Section: libs +Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt3-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. + This is primarily accomplished by defining old functions in terms of new functions, + although some code has been added for useful functions that are no longer part of Qt. + +Package: libtqtinterface-dbg +Architecture: any +Section: libs +Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), qt-x11-free-dbg +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. + This is primarily accomplished by defining old functions in terms of new functions, + although some code has been added for useful functions that are no longer part of Qt. |