[Python-modules-commits] r14189 - in packages/skype4py/trunk/debian (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Thu Aug 12 11:55:31 UTC 2010
Date: Thursday, August 12, 2010 @ 11:55:29
Author: jwilk
Revision: 14189
Disable Cython support for the time being (closes: #592728).
Added:
packages/skype4py/trunk/debian/patches/disable-cython.diff
Modified:
packages/skype4py/trunk/debian/changelog
packages/skype4py/trunk/debian/patches/series
Modified: packages/skype4py/trunk/debian/changelog
===================================================================
--- packages/skype4py/trunk/debian/changelog 2010-08-12 11:21:22 UTC (rev 14188)
+++ packages/skype4py/trunk/debian/changelog 2010-08-12 11:55:29 UTC (rev 14189)
@@ -7,8 +7,9 @@
* Automatically generate dependencies on python and python-support
(closes: #592490)
* Fix crash when trying to run skype (closes: #578327).
+ * Disable Cython support for the time being (closes: #592728).
- -- Jakub Wilk <jwilk at debian.org> Thu, 12 Aug 2010 11:42:28 +0200
+ -- Jakub Wilk <jwilk at debian.org> Thu, 12 Aug 2010 12:34:27 +0200
skype4py (1.0.31.0-1) unstable; urgency=low
Added: packages/skype4py/trunk/debian/patches/disable-cython.diff
===================================================================
--- packages/skype4py/trunk/debian/patches/disable-cython.diff (rev 0)
+++ packages/skype4py/trunk/debian/patches/disable-cython.diff 2010-08-12 11:55:29 UTC (rev 14189)
@@ -0,0 +1,16 @@
+Description: Disable Cython support for the time being.
+Author: Jakub Wilk <jwilk at debian.org>
+Bug-Debian: http://bugs.debian.org/XXXXXX
+Last-Update: 2010-08-12
+
+--- a/setup.py
++++ b/setup.py
+@@ -143,7 +143,7 @@
+ try:
+ # If Cython is present, add the 'build_ext' commands.
+ from Cython.Distutils import build_ext
+-
++ raise ImportError # Cython support is disabled in Debian
+ except ImportError:
+ extensions = []
+
Modified: packages/skype4py/trunk/debian/patches/series
===================================================================
--- packages/skype4py/trunk/debian/patches/series 2010-08-12 11:21:22 UTC (rev 14188)
+++ packages/skype4py/trunk/debian/patches/series 2010-08-12 11:55:29 UTC (rev 14189)
@@ -1 +1,2 @@
+disable-cython.diff
execlp.diff
More information about the Python-modules-commits
mailing list