summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/dependencies/tqtinterface/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
commit0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 (patch)
treec0d0d652fef20159e78fa20b2567661bd7db8e41 /debian/squeeze/dependencies/tqtinterface/debian/control
parent6b027437fd51e7874aaffed9e395ddf7913c3ab4 (diff)
downloadtde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.tar.gz
tde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.zip
Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick
Diffstat (limited to 'debian/squeeze/dependencies/tqtinterface/debian/control')
-rw-r--r--debian/squeeze/dependencies/tqtinterface/debian/control46
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/squeeze/dependencies/tqtinterface/debian/control b/debian/squeeze/dependencies/tqtinterface/debian/control
new file mode 100644
index 000000000..e1c21a588
--- /dev/null
+++ b/debian/squeeze/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.4
+
+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.