From 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 16:17:43 -0500 Subject: Initial import from old SVN repository Note that only the Debian and Ubuntu folders were preserved --- .../dependencies/tqtinterface/debian/control | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ubuntu/maverick/dependencies/tqtinterface/debian/control (limited to 'ubuntu/maverick/dependencies/tqtinterface/debian/control') 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 +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. -- cgit v1.2.3