[Python-modules-commits] [sortedcollections] 06/06: update debian/patches directory

Diane Trout diane at moszumanska.debian.org
Tue Apr 25 03:08:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a commit to branch master
in repository sortedcollections.

commit 5e991cf0606e4aa28ec4d992e10f050133bb36fc
Author: Diane Trout <diane at ghic.org>
Date:   Mon Apr 24 16:39:48 2017 -0700

    update debian/patches directory
---
 debian/.git-dpm                                    |  2 +-
 .../0001-Remove-Google-analytics-account-ID.patch  | 27 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 5d1a75e..63c4d3b 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
 # see git-dpm(1) from git-dpm package
-821ba6fca37803dffd926f19f9aff6610f13ad6b
+688d19949ccc3dd170a91680b8030c39a651240b
 688d19949ccc3dd170a91680b8030c39a651240b
 821ba6fca37803dffd926f19f9aff6610f13ad6b
 821ba6fca37803dffd926f19f9aff6610f13ad6b
diff --git a/debian/patches/0001-Remove-Google-analytics-account-ID.patch b/debian/patches/0001-Remove-Google-analytics-account-ID.patch
new file mode 100644
index 0000000..217ea95
--- /dev/null
+++ b/debian/patches/0001-Remove-Google-analytics-account-ID.patch
@@ -0,0 +1,27 @@
+From 688d19949ccc3dd170a91680b8030c39a651240b Mon Sep 17 00:00:00 2001
+From: Diane Trout <diane at ghic.org>
+Date: Mon, 24 Apr 2017 16:38:34 -0700
+Subject: Remove Google analytics account ID
+
+Including it triggers a privacy breach in the locally generated
+html files.
+
+Also disabled the travis button, to cut down on other unnecessary web
+traffic.
+---
+ docs/conf.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index 28a88ac..a574fe3 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -122,8 +122,6 @@ html_theme_options = {
+     'logo': 'gj-logo.png',
+     'logo_name': True,
+     'logo_text_align': 'center',
+-    'travis_button': True,
+-    'analytics_id': 'UA-19364636-2',
+     'show_powered_by': False,
+     'github_user': 'grantjenks',
+     'github_repo': 'sortedcollections',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9c5d16c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-Google-analytics-account-ID.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sortedcollections.git



More information about the Python-modules-commits mailing list