diff options
author | Fathi Boudra <fabo@debian.org> | 2008-03-09 12:27:30 +0000 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2008-03-09 12:27:30 +0000 |
commit | e773a77fd19d96ec7510ecd3bdfdd80040999822 (patch) | |
tree | cc7854391c993f410398d84461b8a903b1cffc7d | |
parent | c0d7a1307286f6357eee1024e352430d2a750a32 (diff) | |
download | qt4-x11-e773a77fd19d96ec7510ecd3bdfdd80040999822.tar.gz |
Add dependency on libqt4-sql-$(plugins) to libqt4-sql package
Build libqt4-sql-ibase plugins on supported architectures only.
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 186de9e..0f8e759 100644 --- a/debian/control +++ b/debian/control @@ -87,7 +87,8 @@ Description: Qt 4 script module Package: libqt4-sql Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, + libqt4-sql-ibase | libqt4-sql-mysql | libqt4-sql-odbc | libqt4-sql-psql | libqt4-sql-sqlite | libqt4-sql-sqlite2 Suggests: libqt4-dev Description: Qt 4 SQL module Qt is a cross-platform C++ application framework. Qt's primary feature @@ -100,7 +101,7 @@ Description: Qt 4 SQL module libqt4-dev package. Package: libqt4-sql-ibase -Architecture: any +Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: libqt4-dev |