From e1fdb96be0266b368f9ed38f37d38b2d813f0073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Tue, 28 May 2019 08:28:57 +0200 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 641d90a..04deea7 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 23efd15..532f6bf 100644 +index 86dbccf..18bfce2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py -@@ -142,6 +142,11 @@ pygments_style = 'sphinx' +@@ -143,6 +143,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 f4bbf44..e58e985 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 5ce0435..40b2e8e 100644 +index b63d0eb..334f7a8 100644 --- a/setup.py +++ b/setup.py -@@ -257,7 +257,8 @@ class BuildMan(Command): +@@ -260,7 +260,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