[xmds2] 01/01: Add patch drop-dependency-on-sphinx.patch

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sat Jan 4 19:39:35 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 99f6b5caebd5a20457e844fa70c1e732e0417c30
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Jan 4 20:37:00 2014 +0100

    Add patch drop-dependency-on-sphinx.patch
---
 debian/changelog                               |  1 +
 debian/patches/drop-dependency-on-sphinx.patch | 15 +++++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 66f08fc..cc82d72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ xmds2 (2.1.4-1) UNRELEASED; urgency=low
   * debian/docs: Drop the COPYRIGHT file (redundant with debian/copyright)
   * New patch interpreter-name-in-shebang.patch
   * New patch operator-bashism.patch
+  * New patch drop-dependency-on-sphinx.patch
 
  --
 
diff --git a/debian/patches/drop-dependency-on-sphinx.patch b/debian/patches/drop-dependency-on-sphinx.patch
new file mode 100644
index 0000000..eabc61f
--- /dev/null
+++ b/debian/patches/drop-dependency-on-sphinx.patch
@@ -0,0 +1,15 @@
+Description: Drop dependency on python-sphinx
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Last-Update: 2014-01-04
+
+--- xmds2-2.1.4.orig/setup.py
++++ xmds2-2.1.4/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', 'Sphinx>=1.1'],
++      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 7543332..49201fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 interpreter-name-in-shebang.patch
 operator-bashism.patch
+drop-dependency-on-sphinx.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