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

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Mon Feb 3 20:39:52 UTC 2014


    Date: Monday, February 3, 2014 @ 20:39:51
  Author: kitterman
Revision: 27529

* Medium urgency for auto-qtbase-opensource-src transition
* Update QMAKESPEC definition in debian/rules for new location (Thanks to
  Lisandro Dami?\195?\161n Nicanor P?\195?\169rez Meyer for the fix)

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

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2014-02-03 19:37:06 UTC (rev 27528)
+++ packages/pyqt5/trunk/debian/changelog	2014-02-03 20:39:51 UTC (rev 27529)
@@ -1,11 +1,17 @@
-pyqt5 (5.2+dfsg-3) UNRELEASED; urgency=medium
+pyqt5 (5.2+dfsg-3) unstable; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Medium urgency for auto-qtbase-opensource-src transition
   * No longer create sip symlinks in build directories, that does not
     have any effect.
   * debian/patches/fix_qreal_check.diff: Fix qreal check for Qt 5.2.
   * Adjust dh_compress call to make exclude list not match the whole
     pyqt5-examples package.
 
+  [ Scott Kitterman ]
+  * Update QMAKESPEC definition in debian/rules for new location (Thanks to
+    Lisandro Damián Nicanor Pérez Meyer for the fix)
+
  -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 31 Jan 2014 20:03:53 +0400
 
 pyqt5 (5.2+dfsg-2) unstable; urgency=low

Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules	2014-02-03 19:37:06 UTC (rev 27528)
+++ packages/pyqt5/trunk/debian/rules	2014-02-03 20:39:51 UTC (rev 27529)
@@ -10,7 +10,7 @@
 upstream_dfsg_version = $(firstword $(subst -, ,$(debian_version)))
 upstream_version = $(subst ~,,$(firstword $(subst +, ,$(debian_version))))
 
-export QMAKESPEC=/usr/share/qt5/mkspecs/linux-g++
+export QMAKESPEC=/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/linux-g++
 
 CFLAGS=
 CPPFLAGS=




More information about the Python-modules-commits mailing list