[Python-modules-commits] r26451 - in packages/python-qt4/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Nov 10 12:06:52 UTC 2013


    Date: Sunday, November 10, 2013 @ 12:06:50
  Author: mitya57-guest
Revision: 26451

Make sure dpkg build flags are actually applied.

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

Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog	2013-11-09 17:40:29 UTC (rev 26450)
+++ packages/python-qt4/trunk/debian/changelog	2013-11-10 12:06:50 UTC (rev 26451)
@@ -12,6 +12,7 @@
   * Adopt config_extra_headers.diff to configure-ng.py.
   * Drop debian_configure_changes.diff, no longer needed.
   * Pass --debug to configure-ng.py when doing debug builds.
+  * Make sure dpkg build flags are actually applied.
   * Add myself to Uploaders.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 01 Nov 2013 11:12:39 +0400

Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules	2013-11-09 17:40:29 UTC (rev 26450)
+++ packages/python-qt4/trunk/debian/rules	2013-11-10 12:06:50 UTC (rev 26451)
@@ -53,9 +53,9 @@
 	-q /usr/bin/qmake-qt4 -c -j $(SPLIT) \
 	LIBDIR_QT=/usr/lib STRIP="" MOC=moc-qt4 \
 	LIBS_OPENGL="" LIBS_X11="" LIBS_THREAD="" \
-	CFLAGS="" CFLAGS_RELEASE="${CFLAGS} ${CPPFLAGS}" \
-	LFLAGS="" CXXFLAGS_RELEASE="${CXXFLAGS} ${CPPFLAGS}" \
-	LFLAGS_RELEASE="${LDFLAGS}"
+	QMAKE_CFLAGS+="${CFLAGS} ${CPPFLAGS}" \
+	QMAKE_CXXFLAGS+="${CXXFLAGS} ${CPPFLAGS}" \
+	QMAKE_LFLAGS+="${LDFLAGS}"
 
 
 .PRECIOUS: pyqtconfig-% build-%/configure-stamp dbg-build-%/configure-stamp




More information about the Python-modules-commits mailing list