[Python-modules-commits] r27943 - in packages/pyqt5/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Feb 26 09:21:30 UTC 2014


    Date: Wednesday, February 26, 2014 @ 09:21:29
  Author: mitya57-guest
Revision: 27943

* Drop QMAKESPEC export, seems to be not needed anymore.
* Drop hack for alpha, it is no longer supported and qtwebkit is
  not built there anyway.

Modified:
  packages/pyqt5/trunk/debian/changelog
  packages/pyqt5/trunk/debian/rules

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2014-02-26 03:48:45 UTC (rev 27942)
+++ packages/pyqt5/trunk/debian/changelog	2014-02-26 09:21:29 UTC (rev 27943)
@@ -2,6 +2,9 @@
 
   * Build-depend on libqt5x11extras5-dev instead of libqt5x11extras-dev,
     which is now a transitional package.
+  * Drop QMAKESPEC export, seems to be not needed anymore.
+  * Drop hack for alpha, it is no longer supported and qtwebkit is
+    not built there anyway.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 10 Feb 2014 09:24:20 +0400
 

Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules	2014-02-26 03:48:45 UTC (rev 27942)
+++ packages/pyqt5/trunk/debian/rules	2014-02-26 09:21:29 UTC (rev 27943)
@@ -10,8 +10,6 @@
 upstream_dfsg_version = $(firstword $(subst -, ,$(debian_version)))
 upstream_version = $(subst ~,,$(firstword $(subst +, ,$(debian_version))))
 
-export QMAKESPEC=/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/linux-g++
-
 CFLAGS=
 CPPFLAGS=
 CXXFLAGS=
@@ -28,9 +26,6 @@
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
-ifeq ($(DEB_BUILD_ARCH),alpha)
-	LDFLAGS += -Wl,--no-relax
-endif
 SPLIT=10
 
 PYTHON3S := $(shell  py3versions -vr)




More information about the Python-modules-commits mailing list