This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-cutadapt.

commit 793d92f9ee378307b515d141e9932716518d0688
Author: Andreas Tille <[email protected]>
Date:   Mon Jun 20 15:26:49 2016 +0200

    We do not have the latest cython version currently but the version even in 
Jessie-Backports seems to work well
---
 debian/patches/cython_version.patch | 16 ++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/cython_version.patch 
b/debian/patches/cython_version.patch
new file mode 100644
index 0000000..3a43387
--- /dev/null
+++ b/debian/patches/cython_version.patch
@@ -0,0 +1,16 @@
+Author: Andreas Tille <[email protected]>
+Last-Update: Mon, 20 Jun 2016 14:38:23 +0200
+Description: Lets hope that the available cython (even in Jessie backports)
+ version is sufficient ...
+
+--- a/setup.py
++++ b/setup.py
+@@ -14,7 +14,7 @@ from distutils.version import LooseVersi
+ from distutils.command.sdist import sdist as _sdist
+ from distutils.command.build_ext import build_ext as _build_ext
+ 
+-MIN_CYTHON_VERSION = '0.24'
++MIN_CYTHON_VERSION = '0.23.2'
+ 
+ if sys.version_info < (2, 6):
+       sys.stdout.write("At least Python 2.6 is required.\n")
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..80f9065
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+cython_version.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/python-cutadapt.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to