[Pkg-kde-commits] rev 2090 - trunk/packages/qt4-x11/debian

Brian Nelson pyro at costa.debian.org
Fri Oct 21 08:04:17 UTC 2005


Author: pyro
Date: 2005-10-21 08:04:15 +0000 (Fri, 21 Oct 2005)
New Revision: 2090

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/libqt4-core.install
   trunk/packages/qt4-x11/debian/libqt4-gui.install
Log:
  * Moved the plugins installed in libqt4-core to libqt4-gui, since they
    link against the GUI library.  Otherwise a circular libqt4-core <->
    libqt4-gui dependency results.

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2005-10-21 06:08:35 UTC (rev 2089)
+++ trunk/packages/qt4-x11/debian/changelog	2005-10-21 08:04:15 UTC (rev 2090)
@@ -1,4 +1,4 @@
-qt4-x11 (4.0.1-3) UNRELEASED; urgency=low
+qt4-x11 (4.0.1-3) unstable; urgency=low
 
   * debian/libqt4-core.install: only install the non-debug codecs, since
     the debug ones pull in a gratuitous dependency on libqt4-debug
@@ -18,8 +18,12 @@
     from qt4-dev-tools, and added a dependency on libqt4-dev
     (Closes: #330094)
 
- -- Brian Nelson <pyro at debian.org>  Thu, 20 Oct 2005 20:16:00 -0700
+  * Moved the plugins installed in libqt4-core to libqt4-gui, since they
+    link against the GUI library.  Otherwise a circular libqt4-core <->
+    libqt4-gui dependency results.
 
+ -- Brian Nelson <pyro at debian.org>  Fri, 21 Oct 2005 00:28:53 -0700
+
 qt4-x11 (4.0.1-2) unstable; urgency=low
 
   * debian/patches/10_qmake_use_qt4_tools.dpatch: new patch that modifies

Modified: trunk/packages/qt4-x11/debian/libqt4-core.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-core.install	2005-10-21 06:08:35 UTC (rev 2089)
+++ trunk/packages/qt4-x11/debian/libqt4-core.install	2005-10-21 08:04:15 UTC (rev 2090)
@@ -2,5 +2,3 @@
 usr/lib/libQtNetwork.so.*
 usr/lib/libQtXml.so.*
 usr/share/qt4/translations/*.qm
-usr/lib/qt4/plugins/imageformats/libqjpeg.so
-usr/lib/qt4/plugins/codecs/*codecs.so

Modified: trunk/packages/qt4-x11/debian/libqt4-gui.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-gui.install	2005-10-21 06:08:35 UTC (rev 2089)
+++ trunk/packages/qt4-x11/debian/libqt4-gui.install	2005-10-21 08:04:15 UTC (rev 2090)
@@ -1,3 +1,5 @@
 usr/lib/libQtGui.so.*
 usr/lib/libQtOpenGL.so.*
 usr/bin/qtconfig-qt4
+usr/lib/qt4/plugins/imageformats/libqjpeg.so
+usr/lib/qt4/plugins/codecs/*codecs.so




More information about the pkg-kde-commits mailing list