diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:12:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:12:08 +0000 |
commit | 922fe2e7de02a92a9caa9e9bf15a27f6cae9b063 (patch) | |
tree | c9218c9e2d02654ef1d1b42bf7858f395e31eec0 /debian/patches | |
parent | Adding upstream version 2.0.3. (diff) | |
download | python-pallets-sphinx-themes-922fe2e7de02a92a9caa9e9bf15a27f6cae9b063.tar.xz python-pallets-sphinx-themes-922fe2e7de02a92a9caa9e9bf15a27f6cae9b063.zip |
Adding debian version 2.0.3-1.debian/2.0.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0001-Prevent-privacy-breach.patch | 53 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 54 insertions, 0 deletions
diff --git a/debian/patches/0001-Prevent-privacy-breach.patch b/debian/patches/0001-Prevent-privacy-breach.patch new file mode 100644 index 0000000..d70b7da --- /dev/null +++ b/debian/patches/0001-Prevent-privacy-breach.patch @@ -0,0 +1,53 @@ +From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org> +Date: Mon, 14 May 2018 14:59:33 +0200 +Subject: Prevent privacy breach + +Forwarded: Not-Needed +--- + src/pallets_sphinx_themes/themes/babel/static/babel.css | 1 - + src/pallets_sphinx_themes/themes/click/static/click.css | 2 -- + src/pallets_sphinx_themes/themes/jinja/static/jinja.css | 1 - + src/pallets_sphinx_themes/themes/platter/static/platter.css | 1 - + 4 files changed, 5 deletions(-) + +diff --git a/src/pallets_sphinx_themes/themes/babel/static/babel.css b/src/pallets_sphinx_themes/themes/babel/static/babel.css +index 04870e5..2e3055d 100644 +--- a/src/pallets_sphinx_themes/themes/babel/static/babel.css ++++ b/src/pallets_sphinx_themes/themes/babel/static/babel.css +@@ -1,5 +1,4 @@ + @import url(pocoo.css); +-@import url(http://fonts.googleapis.com/css?family=Bree+Serif); + + body { + font-family: "Verdana", "Garamond", "Georgia", serif; +diff --git a/src/pallets_sphinx_themes/themes/click/static/click.css b/src/pallets_sphinx_themes/themes/click/static/click.css +index 1c0eee4..1378e53 100644 +--- a/src/pallets_sphinx_themes/themes/click/static/click.css ++++ b/src/pallets_sphinx_themes/themes/click/static/click.css +@@ -1,6 +1,4 @@ + @import url("pocoo.css"); +-@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono"); +-@import url("https://fonts.googleapis.com/css?family=Open+Sans"); + + body, pre, code { + font-family: "Ubuntu Mono", "Consolas", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; +diff --git a/src/pallets_sphinx_themes/themes/jinja/static/jinja.css b/src/pallets_sphinx_themes/themes/jinja/static/jinja.css +index 83de6a1..f6d65a0 100644 +--- a/src/pallets_sphinx_themes/themes/jinja/static/jinja.css ++++ b/src/pallets_sphinx_themes/themes/jinja/static/jinja.css +@@ -1,5 +1,4 @@ + @import url("pocoo.css"); +-@import url("https://fonts.googleapis.com/css?family=Crimson+Text"); + + h1, h2, h3, h4, h5, h6, p.admonition-title, div.sphinxsidebar input { + font-family: "Crimson Text", "Garamond", "Georgia", serif; +diff --git a/src/pallets_sphinx_themes/themes/platter/static/platter.css b/src/pallets_sphinx_themes/themes/platter/static/platter.css +index 1a5a0c6..feac057 100644 +--- a/src/pallets_sphinx_themes/themes/platter/static/platter.css ++++ b/src/pallets_sphinx_themes/themes/platter/static/platter.css +@@ -1,5 +1,4 @@ + @import url(pocoo.css); +-@import url(https://fonts.googleapis.com/css?family=Fira+Mono:400,700|Bitter:400,400italic,700); + + body { + font-family: "Bitter", "Garamond", "Georgia", serif; diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..6d96476 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Prevent-privacy-breach.patch |