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

Brian Nelson pyro at costa.debian.org
Tue Oct 17 02:34:13 UTC 2006


Author: pyro
Date: 2006-10-17 02:34:12 +0000 (Tue, 17 Oct 2006)
New Revision: 4707

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/libqt4-core.install
   trunk/packages/qt4-x11/debian/libqt4-dev.install
   trunk/packages/qt4-x11/debian/rules
Log:
  * Imported Ubuntu fixes, thanks to Jonathan Riddell for the tip
    - Fix typo in debian/rules -qt-sql-slite to -qt-sql-sqlite
    - Install usr/bin/qdbus usr/bin/qdbusxml2cpp and usr/bin/qdbuscpp2xml

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2006-10-16 23:33:23 UTC (rev 4706)
+++ trunk/packages/qt4-x11/debian/changelog	2006-10-17 02:34:12 UTC (rev 4707)
@@ -11,8 +11,12 @@
   * debian/patches/19_m68k_inotify_fix.dpatch: new patch to fix FTBFS on
     m68k (Closes: #391902)
 
- -- Brian Nelson <pyro at debian.org>  Mon, 16 Oct 2006 17:40:48 -0400
+  * Imported Ubuntu fixes, thanks to Jonathan Riddell for the tip
+    - Fix typo in debian/rules -qt-sql-slite to -qt-sql-sqlite
+    - Install usr/bin/qdbus usr/bin/qdbusxml2cpp and usr/bin/qdbuscpp2xml
 
+ -- Brian Nelson <pyro at debian.org>  Mon, 16 Oct 2006 22:30:42 -0400
+
 qt4-x11 (4.2.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/packages/qt4-x11/debian/libqt4-core.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-core.install	2006-10-16 23:33:23 UTC (rev 4706)
+++ trunk/packages/qt4-x11/debian/libqt4-core.install	2006-10-17 02:34:12 UTC (rev 4707)
@@ -3,4 +3,5 @@
 usr/lib/libQtXml.so.*
 usr/lib/libQtTest.so.*
 usr/lib/libQtDBus.so.*
+usr/bin/qdbus
 usr/share/qt4/translations/*.qm

Modified: trunk/packages/qt4-x11/debian/libqt4-dev.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-dev.install	2006-10-16 23:33:23 UTC (rev 4706)
+++ trunk/packages/qt4-x11/debian/libqt4-dev.install	2006-10-17 02:34:12 UTC (rev 4707)
@@ -14,3 +14,5 @@
 usr/bin/rcc
 usr/bin/uic3
 usr/bin/qtdemo
+usr/bin/qdbusxml2cpp
+usr/bin/qdbuscpp2xml

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2006-10-16 23:33:23 UTC (rev 4706)
+++ trunk/packages/qt4-x11/debian/rules	2006-10-17 02:34:12 UTC (rev 4707)
@@ -46,7 +46,7 @@
 	            -qt-gif \
 	            -qt-sql-psql \
 	            -qt-sql-mysql \
-		    -qt-sql-slite \
+		    -qt-sql-sqlite \
 	            -system-sqlite \
 	            -qt-sql-sqlite2 \
 	            -I/usr/include/freetype2 \




More information about the pkg-kde-commits mailing list