[Python-modules-commits] r3173 - in /packages/python-qt4/trunk/debian: changelog rules

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Mon Sep 3 21:13:04 UTC 2007


Author: shlomme
Date: Mon Sep  3 21:13:03 2007
New Revision: 3173

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3173
Log:
* make it possible to build pyqt4 with g++ 4.2

Modified:
    packages/python-qt4/trunk/debian/changelog
    packages/python-qt4/trunk/debian/rules

Modified: packages/python-qt4/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-qt4/trunk/debian/changelog?rev=3173&op=diff
==============================================================================
--- packages/python-qt4/trunk/debian/changelog (original)
+++ packages/python-qt4/trunk/debian/changelog Mon Sep  3 21:13:03 2007
@@ -1,11 +1,13 @@
 python-qt4 (4.3-5) unstable; urgency=low
 
   * Added DPMT to uploaders field.
-  * Changed patch to substitute double by float where needed 
+  * Changed patch to substitute double by float where needed
     instead of qreal, because there is a sip bug that prevents
     a proper fix.
+  * Split into more files and use -O1 only to be able to build with 
+    g++ 4.2.
 
- -- Torsten Marek <shlomme at debian.org>  Mon, 03 Sep 2007 21:40:25 +0200
+ -- Torsten Marek <shlomme at debian.org>  Mon, 03 Sep 2007 23:12:09 +0200
 
 python-qt4 (4.3-4) unstable; urgency=low
 

Modified: packages/python-qt4/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-qt4/trunk/debian/rules?rev=3173&op=diff
==============================================================================
--- packages/python-qt4/trunk/debian/rules (original)
+++ packages/python-qt4/trunk/debian/rules Mon Sep  3 21:13:03 2007
@@ -13,7 +13,7 @@
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CXXFLAGS += -O0
 else
-	CXXFLAGS += -O2
+	CXXFLAGS += -O1
 endif
 
 PYTHONS=$(shell pyversions -vr debian/control)
@@ -36,7 +36,7 @@
 		cd build-$$version;\
 		echo yes | python$$version ../configure.py \
 			-q /usr/bin/qmake-qt4 -c \
-			-j 4 $$DISABLE_DESIGNER_PLUGIN LIBDIR_QT=/usr/lib LIBS_X11="" LIBS_THREAD="" \
+			-j 40 $$DISABLE_DESIGNER_PLUGIN LIBDIR_QT=/usr/lib LIBS_X11="" LIBS_THREAD="" \
 			MOC=moc-qt4 CXXFLAGS_RELEASE="${CXXFLAGS}" STRIP=""|| touch ../failed-stamp;\
 		cd ..;\
 	done




More information about the Python-modules-commits mailing list