You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
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.
|