summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/tqtinterface/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/dependencies/tqtinterface/debian/control')
-rw-r--r--ubuntu/maverick/dependencies/tqtinterface/debian/control46
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.