From 4365465e64a3ca118c6eefb45a1b73cd24cc2792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Wed, 6 Jan 2021 14:16:04 +0100 Subject: refresh patch series --- debian/patches/0002-use-the-system-mathjax-privacy-breach.patch | 4 ++-- debian/patches/0003-do-not-modify-PYTHONPATH-from-setup.py.patch | 4 ++-- 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()) -- cgit v1.2.3