[Python-modules-commits] r10071 - in packages/soya/trunk/debian (2 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sat Oct 17 10:05:33 UTC 2009


    Date: Saturday, October 17, 2009 @ 10:05:26
  Author: bernat
Revision: 10071

Add comment to latest added patch

Modified:
  packages/soya/trunk/debian/changelog
  packages/soya/trunk/debian/patches/pyrex-compilation-fix

Modified: packages/soya/trunk/debian/changelog
===================================================================
--- packages/soya/trunk/debian/changelog	2009-10-17 09:59:08 UTC (rev 10070)
+++ packages/soya/trunk/debian/changelog	2009-10-17 10:05:26 UTC (rev 10071)
@@ -4,7 +4,7 @@
     lib(freetype|ode). Closes: #521754.
   * Depends on libode-sp-dev instead of libode-dev since soya only works
     with single precision.
-  * Add a patch from Jakub to fix compilation with new pyrex. Closes: #533922.
+  * Add a patch from Jakub Wilk to fix compilation with new pyrex. Closes: #533922.
   * Bump Standards-Version to 3.8.3.
 
  -- Vincent Bernat <bernat at debian.org>  Sat, 17 Oct 2009 11:57:22 +0200

Modified: packages/soya/trunk/debian/patches/pyrex-compilation-fix
===================================================================
--- packages/soya/trunk/debian/patches/pyrex-compilation-fix	2009-10-17 09:59:08 UTC (rev 10070)
+++ packages/soya/trunk/debian/patches/pyrex-compilation-fix	2009-10-17 10:05:26 UTC (rev 10071)
@@ -1,3 +1,8 @@
+Recent version of pyrex get module name from directory
+name. Unfortunately, soya is compiled outside of any directory and
+therefore the name of the directory is soya-VERSION. This patch
+reverts previous behaviour of Pyrex. Thanks to Jakub Wilk.
+
 diff --git a/setup.py b/setup.py
 --- a/setup.py
 +++ b/setup.py




More information about the Python-modules-commits mailing list