summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2021-01-06 14:16:04 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2021-01-06 14:16:04 +0100
commit4365465e64a3ca118c6eefb45a1b73cd24cc2792 (patch)
treec489f6b45546e2495f5759f9cfc5fc2be29d8118 /debian/patches
parent8a0f4206b6475d27ac0e8ce42e9ca060dcf98f4c (diff)
refresh patch series
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0002-use-the-system-mathjax-privacy-breach.patch4
-rw-r--r--debian/patches/0003-do-not-modify-PYTHONPATH-from-setup.py.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/0002-use-the-system-mathjax-privacy-breach.patch b/debian/patches/0002-use-the-system-mathjax-privacy-breach.patch
index 04deea7..5c52c11 100644
--- a/debian/patches/0002-use-the-system-mathjax-privacy-breach.patch
+++ b/debian/patches/0002-use-the-system-mathjax-privacy-breach.patch
@@ -8,10 +8,10 @@ Subject: use the system mathjax (privacy breach)
1 file changed, 5 insertions(+)
diff --git a/doc/source/conf.py b/doc/source/conf.py
-index 86dbccf..18bfce2 100644
+index 7e173f3..86e7bfa 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
-@@ -143,6 +143,11 @@ pygments_style = 'sphinx'
+@@ -144,6 +144,11 @@ pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []
diff --git a/debian/patches/0003-do-not-modify-PYTHONPATH-from-setup.py.patch b/debian/patches/0003-do-not-modify-PYTHONPATH-from-setup.py.patch
index 78446f3..87befaf 100644
--- a/debian/patches/0003-do-not-modify-PYTHONPATH-from-setup.py.patch
+++ b/debian/patches/0003-do-not-modify-PYTHONPATH-from-setup.py.patch
@@ -7,10 +7,10 @@ Subject: do not modify PYTHONPATH from setup.py
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index 86ae5bb..a7f3f2a 100644
+index 48458e2..6771e24 100644
--- a/setup.py
+++ b/setup.py
-@@ -261,7 +261,8 @@ class BuildMan(Command):
+@@ -313,7 +313,8 @@ class BuildMan(Command):
path.insert(0, os.path.abspath(build.build_lib))
env = dict((str(k), str(v)) for k, v in os.environ.items())