summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBrian Nelson <pyro@debian.org>2005-09-11 16:16:45 +0000
committerBrian Nelson <pyro@debian.org>2005-09-11 16:16:45 +0000
commit45644bf4d16a3317ad238a3c0b94c8c2dc32d73e (patch)
tree38f0f55ef5d89d455b172877aa73c297cec52af9 /debian
parentd68625f45b01437d34d2c4b94c3892acb0736717 (diff)
downloadqt4-x11-45644bf4d16a3317ad238a3c0b94c8c2dc32d73e.tar.gz
* debian/control: Upgraded libqt4-dev's dependencies on the modules
libqt4-sql and libqt4-qt3support from suggests to depends, and added libpq-dev and libmysqlclient14-dev | libmysqlclient-dev as dependencies. These dependencies are apparently required to make building pkg-config-using packages happy. (Closes: #327618) * debian/control: corrected libqt4-sql to suggest libmysqlclient14-dev, not libmysqlclient12-dev which is deprecated
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control6
2 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a3d938c..264448e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,7 +15,16 @@ qt4-x11 (4.0.1-2) UNRELEASED; urgency=low
QAssistantClient class to launch Qt Assistant as "assistant-qt4" to
cope with the alternatives system (Closes: #327294)
- -- Brian Nelson <pyro@debian.org> Sun, 11 Sep 2005 09:04:24 -0700
+ * debian/control: Upgraded libqt4-dev's dependencies on the modules
+ libqt4-sql and libqt4-qt3support from suggests to depends, and added
+ libpq-dev and libmysqlclient14-dev | libmysqlclient-dev as
+ dependencies. These dependencies are apparently required to make
+ building pkg-config-using packages happy. (Closes: #327618)
+
+ * debian/control: corrected libqt4-sql to suggest libmysqlclient14-dev,
+ not libmysqlclient12-dev which is deprecated
+
+ -- Brian Nelson <pyro@debian.org> Sun, 11 Sep 2005 09:13:08 -0700
qt4-x11 (4.0.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index dc15741..2f751cc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,10 +9,10 @@ Standards-Version: 3.6.2
Package: libqt4-dev
Architecture: any
Section: libdevel
-Depends: libqt4-core (= ${Source-Version}), xlibs-dev (>= 4.2.1), libmng-dev (>= 1.0.3), libpng12-0-dev, libjpeg62-dev, zlib1g-dev, libfreetype6-dev, libc6-dev, xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev | libglu1-mesa-dev | libglu-dev, libxft-dev, libxrender-dev, libxcursor-dev, libaudio-dev, xlibs-static-pic, libxinerama-dev
+Depends: libqt4-core (= ${Source-Version}), libqt4-gui (= ${Source-Version}), libqt4-sql (= ${Source-Version}), libqt4-qt3support (= ${Source-Version}), xlibs-dev (>= 4.2.1), libmng-dev (>= 1.0.3), libpng12-0-dev, libjpeg62-dev, zlib1g-dev, libfreetype6-dev, libc6-dev, xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev | libglu1-mesa-dev | libglu-dev, libxft-dev, libxrender-dev, libxcursor-dev, libaudio-dev, xlibs-static-pic, libxinerama-dev, libpq-dev, libmysqlclient14-dev | libmysqlclient-dev
Conflicts: qt3-dev-tools (<= 3:3.3.4-7)
-Recommends: libqt4-gui (= ${Source-Version}), qt4-dev-tools
-Suggests: libqt4-sql (= ${Source-Version}), libqt4-qt3support (= ${Source-Version}), qt4-doc, libqt4-debug
+Recommends: qt4-dev-tools
+Suggests: qt4-doc, libqt4-debug
Description: Qt 4 development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.