[pywps] 05/06: Add patch to disable Sphinx theme options causing privacy breach issues.
Bas Couwenberg
sebastic at debian.org
Mon Jun 26 11:25:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pywps.
commit e725edcbb228fa9ae410f63051861c3e73c7998e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Jun 26 12:30:16 2017 +0200
Add patch to disable Sphinx theme options causing privacy breach issues.
---
debian/changelog | 1 +
debian/patches/privacy-breach.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ea6e75f..24960b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pywps (4.0.0-4) UNRELEASED; urgency=medium
* Add autopkgtest to test installability.
* Enable PIE hardening buildflags.
* Disable PIE on Ubuntu where it's still problematic.
+ * Add patch to disable Sphinx theme options causing privacy breach issues.
-- Bas Couwenberg <sebastic at debian.org> Mon, 26 Jun 2017 12:00:46 +0200
diff --git a/debian/patches/privacy-breach.patch b/debian/patches/privacy-breach.patch
new file mode 100644
index 0000000..58960d6
--- /dev/null
+++ b/debian/patches/privacy-breach.patch
@@ -0,0 +1,21 @@
+Description: Disable Sphinx theme options causing privacy breach issues.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -51,11 +51,11 @@ html_sidebars = {
+ }
+ html_theme_options = {
+ 'show_related': True,
+- 'travis_button': True,
+- 'github_banner': True,
++ 'travis_button': False,
++ 'github_banner': False,
+ 'github_user': 'geopython',
+ 'github_repo': 'pywps',
+- 'github_button': True,
++ 'github_button': False,
+ 'logo': 'pywps.png',
+ 'logo_name': False
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 7463c47..1a3ee2b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
offline-tests.patch
use-mathjax-package.patch
+privacy-breach.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git
More information about the Pkg-grass-devel
mailing list