[med-svn] r14446 - trunk/packages/python-biom-format/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Aug 15 12:39:39 UTC 2013


Author: tille
Date: 2013-08-15 12:39:38 +0000 (Thu, 15 Aug 2013)
New Revision: 14446

Removed:
   trunk/packages/python-biom-format/trunk/debian/README.source
   trunk/packages/python-biom-format/trunk/debian/cythonized-files/
   trunk/packages/python-biom-format/trunk/debian/patches/
Modified:
   trunk/packages/python-biom-format/trunk/debian/changelog
   trunk/packages/python-biom-format/trunk/debian/rules
Log:
Remove workaround cython problem which was needed when 1.0.0 was released because cython at this time was suffering from #682652


Deleted: trunk/packages/python-biom-format/trunk/debian/README.source
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/README.source	2013-08-14 23:27:04 UTC (rev 14445)
+++ trunk/packages/python-biom-format/trunk/debian/README.source	2013-08-15 12:39:38 UTC (rev 14446)
@@ -1,12 +0,0 @@
-Due to a bug in Cython (#682652) which is only fixed in experimental and
-will not propagate to unstable until Wheezy is released a workaround was
-created to enable building the package on unstable (and perhaps
-backports).
-
-A readily build *.cpp file was created using the "cythonize" target of
-debian/rules when having cython-0.17x installed.  Moreover in
-debian/patches/enable_cython_beta.patch it is ensured that this *.cpp
-file is used if a lover cython version is found - otherwise the file
-is recreated with a properly working cython version.
-
- -- Andreas Tille <tille at debian.org>  Fri, 03 Aug 2012 10:38:26 +0200

Modified: trunk/packages/python-biom-format/trunk/debian/changelog
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/changelog	2013-08-14 23:27:04 UTC (rev 14445)
+++ trunk/packages/python-biom-format/trunk/debian/changelog	2013-08-15 12:39:38 UTC (rev 14446)
@@ -5,6 +5,8 @@
      - Fix download location
   * debian/control:
      - cme fix dpkg-control
+  * Remove workaround cython problem which was needed when 1.0.0 was
+    released because cython at this time was suffering from #682652
 
  -- Andreas Tille <tille at debian.org>  Thu, 15 Aug 2013 01:17:43 +0200
 

Modified: trunk/packages/python-biom-format/trunk/debian/rules
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/rules	2013-08-14 23:27:04 UTC (rev 14445)
+++ trunk/packages/python-biom-format/trunk/debian/rules	2013-08-15 12:39:38 UTC (rev 14446)
@@ -15,11 +15,6 @@
 %:
 	dh $@ --with python2 # ,sphinxdoc
 
-cythonize:
-	python setup.py build_ext
-	cp -a python-code/support-code/_sparsemat.cpp debian/cythonized-files
-	echo "$(UVER)" >| debian/cythonized-files/VERSION
-
 manpages:
 	debian/create-manpages
 




More information about the debian-med-commit mailing list