rev 4126 - trunk/packages/qt4-x11/debian

Brian Nelson pyro at costa.debian.org
Sun Jul 16 21:31:57 UTC 2006


Author: pyro
Date: 2006-07-16 21:31:55 +0000 (Sun, 16 Jul 2006)
New Revision: 4126

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/control
   trunk/packages/qt4-x11/debian/libqt4-gui.install
   trunk/packages/qt4-x11/debian/qt4-designer.install
   trunk/packages/qt4-x11/debian/rules
Log:
  * New upstream release (Closes: #378443)
  * Moved usr/lib/libQtDesigner.so.* and
    usr/lib/libQtDesignerComponents.so.* from qt4-designer to libqt4-gui
    so there the libqt4-dev package won't contain dangling symlinks
    (Closes: #374612)

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2006-07-15 11:05:07 UTC (rev 4125)
+++ trunk/packages/qt4-x11/debian/changelog	2006-07-16 21:31:55 UTC (rev 4126)
@@ -1,3 +1,14 @@
+qt4-x11 (4.1.4-1) UNRELEASED; urgency=low
+
+  * New upstream release (Closes: #378443)
+
+  * Moved usr/lib/libQtDesigner.so.* and
+    usr/lib/libQtDesignerComponents.so.* from qt4-designer to libqt4-gui
+    so there the libqt4-dev package won't contain dangling symlinks
+    (Closes: #374612)
+
+ -- Brian Nelson <pyro at debian.org>  Sun, 16 Jul 2006 12:17:17 -0700
+
 qt4-x11 (4.1.3-3) unstable; urgency=low
 
   * debian/patches/19_s390_atomic: patch from Bastian Blank to fix

Modified: trunk/packages/qt4-x11/debian/control
===================================================================
--- trunk/packages/qt4-x11/debian/control	2006-07-15 11:05:07 UTC (rev 4125)
+++ trunk/packages/qt4-x11/debian/control	2006-07-16 21:31:55 UTC (rev 4126)
@@ -54,7 +54,7 @@
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig
 Recommends: qt4-qtconfig
-Replaces: libqt4-core (<< 4.0.1-3)
+Replaces: libqt4-core (<< 4.0.1-3), qt4-designer (<< 4.1.4)
 Description: Qt 4 core GUI functionality runtime library
  Qt is a cross-platform C++ application framework.  Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.

Modified: trunk/packages/qt4-x11/debian/libqt4-gui.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-gui.install	2006-07-15 11:05:07 UTC (rev 4125)
+++ trunk/packages/qt4-x11/debian/libqt4-gui.install	2006-07-16 21:31:55 UTC (rev 4126)
@@ -1,6 +1,8 @@
 usr/lib/libQtGui.so.*
 usr/lib/libQtOpenGL.so.*
 usr/lib/libQtSvg.so.*
+usr/lib/libQtDesigner.so.*
+usr/lib/libQtDesignerComponents.so.*
 usr/lib/qt4/plugins/imageformats/libqjpeg.so
 usr/lib/qt4/plugins/imageformats/libqgif.so
 usr/lib/qt4/plugins/imageformats/libqmng.so

Modified: trunk/packages/qt4-x11/debian/qt4-designer.install
===================================================================
--- trunk/packages/qt4-x11/debian/qt4-designer.install	2006-07-15 11:05:07 UTC (rev 4125)
+++ trunk/packages/qt4-x11/debian/qt4-designer.install	2006-07-16 21:31:55 UTC (rev 4126)
@@ -1,5 +1,3 @@
 usr/bin/designer-qt4
-usr/lib/libQtDesigner.so.*
-usr/lib/libQtDesignerComponents.so.*
 usr/lib/qt4/plugins/designer/*plugin.so
 usr/lib/qt4/plugins/designer/libqt3supportwidgets.so

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2006-07-15 11:05:07 UTC (rev 4125)
+++ trunk/packages/qt4-x11/debian/rules	2006-07-16 21:31:55 UTC (rev 4126)
@@ -14,7 +14,7 @@
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_MAKE_CLEAN_TARGET := confclean distclean
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
-DEB_INSTALL_CHANGELOGS_ALL := changes-4.1.3
+DEB_INSTALL_CHANGELOGS_ALL := changes-4.1.4
 
 
 common-configure-arch::




More information about the pkg-kde-commits mailing list