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

Brian Nelson pyro at costa.debian.org
Mon Aug 8 18:43:01 UTC 2005


Author: pyro
Date: 2005-08-08 18:43:00 +0000 (Mon, 08 Aug 2005)
New Revision: 1415

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/control
   trunk/packages/qt4-x11/debian/libqt4-core.install
   trunk/packages/qt4-x11/debian/libqt4-debug.install
   trunk/packages/qt4-x11/debian/libqt4-gui.install
   trunk/packages/qt4-x11/debian/rules
Log:
releasing version 4.0.0-3

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2005-08-07 10:38:47 UTC (rev 1414)
+++ trunk/packages/qt4-x11/debian/changelog	2005-08-08 18:43:00 UTC (rev 1415)
@@ -9,8 +9,25 @@
     the alternatives, the symlinks to them no longer dangle.
     (Closes: #319456)
 
- --
+  * debian/libqt4-core.install: added
+    usr/lib/qt4/plugins/imageformats/libqjpeg.so to include the jpeg
+    plugin (Closes: #321582)
 
+  * debian/libqt4-debug.install: added the libqjpeg_debug.so plugin
+  
+  * debian/rules: don't hardcode the /usr/include/postgresql/8.0 path,
+    instead of the output of `pg_config --includedir`, stolen from Qt3
+    packages
+
+  * debian/libqt4-gui.install: added the OpenGL module library so that it
+    actually gets included in a package (Closes: #321874)
+
+  * debian/control: updated the package descriptions to note that the
+    Network and XML modules are included in the libqt4-core package, and
+    the OpenGL module is included in the libqt4-gui package
+
+ -- Brian Nelson <pyro at debian.org>  Mon,  8 Aug 2005 08:58:10 -0700
+
 qt4-x11 (4.0.0-2) unstable; urgency=low
 
   * libqt4-dev: added /usr/bin/uic3 (Closes: #318451)

Modified: trunk/packages/qt4-x11/debian/control
===================================================================
--- trunk/packages/qt4-x11/debian/control	2005-08-07 10:38:47 UTC (rev 1414)
+++ trunk/packages/qt4-x11/debian/control	2005-08-08 18:43:00 UTC (rev 1415)
@@ -30,7 +30,8 @@
  Qt is a cross-platform C++ application framework.  Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
  .
- This packages contains the core non-GUI shared library.
+ This packages contains the core non-GUI shared library, and the Network
+ and XML modules.
  .
   Homepage: http://www.trolltech.com
 
@@ -43,7 +44,8 @@
  Qt is a cross-platform C++ application framework.  Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
  .
- This packages contains the core GUI shared library.
+ This packages contains the core GUI shared library and the OpenGL
+ module.
  .
   Homepage: http://www.trolltech.com
 

Modified: trunk/packages/qt4-x11/debian/libqt4-core.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-core.install	2005-08-07 10:38:47 UTC (rev 1414)
+++ trunk/packages/qt4-x11/debian/libqt4-core.install	2005-08-08 18:43:00 UTC (rev 1415)
@@ -2,3 +2,4 @@
 usr/lib/libQtNetwork.so.*
 usr/lib/libQtXml.so.*
 usr/share/qt4/translations/*.qm
+usr/lib/qt4/plugins/imageformats/libqjpeg.so

Modified: trunk/packages/qt4-x11/debian/libqt4-debug.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-debug.install	2005-08-07 10:38:47 UTC (rev 1414)
+++ trunk/packages/qt4-x11/debian/libqt4-debug.install	2005-08-08 18:43:00 UTC (rev 1415)
@@ -1,2 +1,3 @@
 usr/lib/lib*_debug.so.*
 usr/lib/qt4/plugins/designer/*_debug.so
+usr/lib/qt4/plugins/imageformats/*_debug.so

Modified: trunk/packages/qt4-x11/debian/libqt4-gui.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-gui.install	2005-08-07 10:38:47 UTC (rev 1414)
+++ trunk/packages/qt4-x11/debian/libqt4-gui.install	2005-08-08 18:43:00 UTC (rev 1415)
@@ -1,2 +1,3 @@
 usr/lib/libQtGui.so.*
+usr/lib/libQtOpenGL.so.*
 usr/bin/qtconfig-qt4

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2005-08-07 10:38:47 UTC (rev 1414)
+++ trunk/packages/qt4-x11/debian/rules	2005-08-08 18:43:00 UTC (rev 1415)
@@ -39,7 +39,7 @@
 		    -qt-sql-sqlite \
 	            -I/usr/include/mysql \
 	            -I/usr/include/freetype2 \
-	            -I/usr/include/postgresql/8.0 \
+	            -I`pg_config --includedir` \
 	            -lfontconfig \
 	            -cups
 




More information about the Pkg-kde-commits mailing list