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

Brian Nelson pyro at costa.debian.org
Fri Oct 6 13:00:52 UTC 2006


Author: pyro
Date: 2006-10-06 13:00:51 +0000 (Fri, 06 Oct 2006)
New Revision: 4610

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/libqt4-debug.install
Log:
    - No longer includes "CONFIG = ... debug" in the mkspecs/qconfig.pri
      (Closes: #357136)
    - Fixes QFontDialog assert() failures (Closes: #380418)
    
  * debian/libqt4-debug.install: changed the wildcards to match the new
    debug lib names.  What was once *_debug.so.* is now *.debug.  Ick.

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2006-10-06 07:22:23 UTC (rev 4609)
+++ trunk/packages/qt4-x11/debian/changelog	2006-10-06 13:00:51 UTC (rev 4610)
@@ -1,7 +1,10 @@
 qt4-x11 (4.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release
-
+    - No longer includes "CONFIG = ... debug" in the mkspecs/qconfig.pri
+      (Closes: #357136)
+    - Fixes QFontDialog assert() failures (Closes: #380418)
+    
   * debian/control: made libqt4-gui conflict/replace libqt4-designer, to
     ensure that old package is removed (Closes: #380253)
 
@@ -19,8 +22,11 @@
   * debian/patches/19_s390_atomic.dpatch: removed, since it appears to be
     obsolete
 
- -- Brian Nelson <pyro at debian.org>  Thu,  5 Oct 2006 21:53:41 -0400
+  * debian/libqt4-debug.install: changed the wildcards to match the new
+    debug lib names.  What was once *_debug.so.* is now *.debug.  Ick.
 
+ -- Brian Nelson <pyro at debian.org>  Fri,  6 Oct 2006 09:00:28 -0400
+
 qt4-x11 (4.1.4-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.

Modified: trunk/packages/qt4-x11/debian/libqt4-debug.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-debug.install	2006-10-06 07:22:23 UTC (rev 4609)
+++ trunk/packages/qt4-x11/debian/libqt4-debug.install	2006-10-06 13:00:51 UTC (rev 4610)
@@ -1,2 +1,2 @@
-usr/lib/lib*_debug.so.*
-usr/lib/qt4/plugins/imageformats/*_debug.so
+usr/lib/*.debug
+usr/lib/qt4/plugins/imageformats/*.debug




More information about the pkg-kde-commits mailing list