[xmds2] 10/11: debian/patches/parse-dep-relationship.patch: New patch
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Tue Jan 14 00:03:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository xmds2.
commit 128a7c9a1b2d1e7710e1da279783e5ba823b5b6c
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Mon Jan 13 13:41:26 2014 +0100
debian/patches/parse-dep-relationship.patch: New patch
---
debian/patches/parse-dep-relationship.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/debian/patches/parse-dep-relationship.patch b/debian/patches/parse-dep-relationship.patch
new file mode 100644
index 0000000..530fbff
--- /dev/null
+++ b/debian/patches/parse-dep-relationship.patch
@@ -0,0 +1,18 @@
+Description: Correctly parse the dependency on python-pyparsing
+ This is a workaround for a bug in debpython/pydist.py, that does not
+ parse correclty the "!=" relationship (see Bug#735163).
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Forwarded: not-needed
+Last-Update: 2014-01-13
+
+--- xmds2-2.2.0.orig/setup.py
++++ xmds2-2.2.0/setup.py
+@@ -30,7 +30,7 @@ setup(name="xmds2",
+ exclude_package_data = {'': ['README', 'TODO']},
+
+ # Project requires Cheetah for all of the templates
+- install_requires = ['Cheetah>=2.0.1', 'pyparsing!=2.0.0', 'mpmath'],
++ install_requires = ['Cheetah>=2.0.1', 'pyparsing !=2.0.0', 'mpmath'],
+
+ package_data = {
+ 'xpdeint': ['includes/*.c',
diff --git a/debian/patches/series b/debian/patches/series
index cadaff9..6598833 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
revision-number-as-deb-pkg.patch
+parse-dep-relationship.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/xmds2.git
More information about the debian-science-commits
mailing list