[h5py] 04/10: Update the patch queue
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Sep 3 16:43:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository h5py.
commit 3bb9eef0c0cc3199127600854193b33ebafed47f
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Sep 3 17:48:29 2017 +0200
Update the patch queue
- Drop patch numbering, rename 0001-Disable-usage-of-rpath.patch to
No-rpath.patch
- New patch No-intersphinx.patch, disable useless intersphinx mapping
Gbp-Dch: Full
---
debian/patches/No-intersphinx.patch | 21 +++++++++++++++++++++
...-Disable-usage-of-rpath.patch => No-rpath.patch} | 5 ++---
debian/patches/series | 3 ++-
3 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/debian/patches/No-intersphinx.patch b/debian/patches/No-intersphinx.patch
new file mode 100644
index 0000000..d81cda2
--- /dev/null
+++ b/debian/patches/No-intersphinx.patch
@@ -0,0 +1,21 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Sun, 3 Sep 2017 17:57:09 +0200
+Subject: No intersphinx
+
+---
+ docs/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index 83c4705..86a73fc 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -30,7 +30,7 @@ import os
+ # ones.
+ extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.extlinks']
+
+-intersphinx_mapping = {'low': ('http://api.h5py.org', None)}
++#intersphinx_mapping = {'low': ('http://api.h5py.org', None)}
+
+ extlinks = {'issue': ('https://github.com/h5py/h5py/issues/%s',
+ 'GH')}
diff --git a/debian/patches/0001-Disable-usage-of-rpath.patch b/debian/patches/No-rpath.patch
similarity index 85%
rename from debian/patches/0001-Disable-usage-of-rpath.patch
rename to debian/patches/No-rpath.patch
index 4c01762..c71a0c1 100644
--- a/debian/patches/0001-Disable-usage-of-rpath.patch
+++ b/debian/patches/No-rpath.patch
@@ -1,14 +1,13 @@
-From 257d8b5703cc56574aefca3d2ba96e94a861c5a1 Mon Sep 17 00:00:00 2001
From: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue, 2 Feb 2016 10:56:16 +0000
-Subject: Disable usage of rpath.
+Subject: No rpath
---
setup_build.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup_build.py b/setup_build.py
-index ffe19b7..ae4f2a3 100644
+index 34d456e..2f8bb24 100644
--- a/setup_build.py
+++ b/setup_build.py
@@ -104,8 +104,8 @@ class h5py_build_ext(build_ext):
diff --git a/debian/patches/series b/debian/patches/series
index 1e2b1cb..6015783 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-0001-Disable-usage-of-rpath.patch
+No-rpath.patch
+No-intersphinx.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list