summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/dependencies/tqtinterface/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/lucid_automake/dependencies/tqtinterface/debian/control')
-rw-r--r--ubuntu/lucid_automake/dependencies/tqtinterface/debian/control26
1 files changed, 0 insertions, 26 deletions
diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/control b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/control
deleted file mode 100644
index b45a209a2..000000000
--- a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/control
+++ /dev/null
@@ -1,26 +0,0 @@
-Source: libtqtinterface
-Section: kde
-Priority: optional
-Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev, libavahi-qt3-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})
-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.