rev 9986 - branches/qt4-x11/debian

Fathi Boudra fabo at alioth.debian.org
Fri Apr 4 21:55:29 UTC 2008


Author: fabo
Date: 2008-04-04 21:55:29 +0000 (Fri, 04 Apr 2008)
New Revision: 9986

Modified:
   branches/qt4-x11/debian/changelog
   branches/qt4-x11/debian/libqt4-dev.lintian
   branches/qt4-x11/debian/rules
Log:
  * Update configure options:
    * Replace -qdbus by -dbus-linked.
    * Add -svg.


Modified: branches/qt4-x11/debian/changelog
===================================================================
--- branches/qt4-x11/debian/changelog	2008-04-04 20:20:20 UTC (rev 9985)
+++ branches/qt4-x11/debian/changelog	2008-04-04 21:55:29 UTC (rev 9986)
@@ -49,6 +49,9 @@
     (Closes: #473348)
   * Add patch to fix unaligned access that cause a bus error on hppa.
     Thanks to Bernhard R. Link. (Closes: #458133)
+  * Update configure options:
+    * Replace -qdbus by -dbus-linked.
+    * Add -svg.
 
  -- Fathi Boudra <fabo at debian.org>  Fri, 04 Apr 2008 10:42:06 +0200
 

Modified: branches/qt4-x11/debian/libqt4-dev.lintian
===================================================================
--- branches/qt4-x11/debian/libqt4-dev.lintian	2008-04-04 20:20:20 UTC (rev 9985)
+++ branches/qt4-x11/debian/libqt4-dev.lintian	2008-04-04 21:55:29 UTC (rev 9986)
@@ -1 +1 @@
-libqt4-dev: package-contains-empty-directory usr/share/qt4/doc/html/
\ No newline at end of file
+libqt4-dev: package-contains-empty-directory usr/share/qt4/doc/html/

Modified: branches/qt4-x11/debian/rules
===================================================================
--- branches/qt4-x11/debian/rules	2008-04-04 20:20:20 UTC (rev 9985)
+++ branches/qt4-x11/debian/rules	2008-04-04 21:55:29 UTC (rev 9986)
@@ -89,9 +89,10 @@
 	            -lfontconfig \
 	            -cups \
 	            -exceptions \
-	            -qdbus \
+	            -dbus-linked \
 	            -pch \
 	            -no-phonon \
+	            -svg \
 	            -webkit \
 	            -xmlpatterns \
 	            $(EXTRA_CONFIGURE_OPTS)




More information about the pkg-kde-commits mailing list