diff options
author | Brian Nelson <pyro@debian.org> | 2005-07-08 04:14:49 +0000 |
---|---|---|
committer | Brian Nelson <pyro@debian.org> | 2005-07-08 04:14:49 +0000 |
commit | a600cf30c17a592a6a88bedbec72199efaed5924 (patch) | |
tree | e1fb9ccaf2be6a52ec9f28a7289243aff76d5894 | |
parent | 20826a6b110cbe686948d5b14282527be3e79d72 (diff) | |
download | qt4-x11-a600cf30c17a592a6a88bedbec72199efaed5924.tar.gz |
Made libqt4-sql suggest "libpq-dev, libmysqlclient12-dev |debian/4.0.0-1
libmysqlclient-dev" and added a note in the package description about
those headers being required for development.
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1efc9f7..87ba9af 100644 --- a/debian/control +++ b/debian/control @@ -51,12 +51,15 @@ Package: libqt4-sql Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libpq-dev, libmysqlclient12-dev | libmysqlclient-dev Description: Qt 4 SQL database module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the SQL module for Qt. It includes support for - PostgreSQL, MySQL, and SQLite databases. + PostgreSQL, MySQL, and SQLite databases. If you wish to to use the SQL + module for development, you should install the libpq-dev and/or + libmysqlclient-dev packages. . Homepage: http://www.trolltech.com |