rev 6910 - in trunk/packages/qt4-x11/debian: . patches

Fathi Boudra fboudra-guest at alioth.debian.org
Mon Jul 30 20:54:06 UTC 2007


Author: fboudra-guest
Date: 2007-07-30 20:54:06 +0000 (Mon, 30 Jul 2007)
New Revision: 6910

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/patches/01_qmake_for_debian.dpatch
Log:
* Fix typo in 01_qmake_for_debian patch.

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2007-07-30 20:45:24 UTC (rev 6909)
+++ trunk/packages/qt4-x11/debian/changelog	2007-07-30 20:54:06 UTC (rev 6910)
@@ -1,7 +1,7 @@
 qt4-x11 (4.3.0-5) unstable; urgency=low
 
   [Fathi Boudra]
-  * Update 01_qmake_for_debian patch. Add DEFINES += -DQT_SHARED in qmake.conf
+  * Update 01_qmake_for_debian patch. Add DEFINES += QT_SHARED in qmake.conf
     along with the removal of link_prl. (Closes: #434019)
   * Apply qt-copy patches:
     * 00_0185-fix-format-strings: This patch fixes various code issues with

Modified: trunk/packages/qt4-x11/debian/patches/01_qmake_for_debian.dpatch
===================================================================
--- trunk/packages/qt4-x11/debian/patches/01_qmake_for_debian.dpatch	2007-07-30 20:45:24 UTC (rev 6909)
+++ trunk/packages/qt4-x11/debian/patches/01_qmake_for_debian.dpatch	2007-07-30 20:54:06 UTC (rev 6910)
@@ -30,7 +30,7 @@
 -CONFIG			+= qt warn_on release incremental link_prl
 +CONFIG			+= qt warn_on release incremental
  QT			+= core gui
-+DEFINES			+= -DQT_SHARED
++DEFINES		+= QT_SHARED
  QMAKE_INCREMENTAL_STYLE = sublib
  
  include(../common/g++.conf)




More information about the pkg-kde-commits mailing list