[Python-modules-commits] [python-pysnmp4] 04/08: d/patches: update privacy-breach patch

Vincent Bernat bernat at moszumanska.debian.org
Sun Dec 31 13:50:48 UTC 2017


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

bernat pushed a commit to annotated tag debian/4.4.3-1
in repository python-pysnmp4.

commit c9dec189cf0456be5d8a7c04ca9b561ad2c4170c
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Dec 31 14:10:21 2017 +0100

    d/patches: update privacy-breach patch
---
 debian/changelog                                   |  2 +-
 ...Do-not-include-analytics-in-documentation.patch | 23 ----------------------
 .../0001-Remove-privacy-breach-badges.patch        | 21 ++++++++++++++++++++
 debian/patches/series                              |  2 +-
 4 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5fe739f..f785439 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ python-pysnmp4 (4.4.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
      + Update dependencies.
-  * Refresh patches after git-dpm to gbp pq conversion
+  * d/patches: update privacy-breach patch.
   * d/watch: tarballs are now released on GitHub.
   * d/control: bump Standards-Version.
   * d/control: add test suite.
diff --git a/debian/patches/0001-Do-not-include-analytics-in-documentation.patch b/debian/patches/0001-Do-not-include-analytics-in-documentation.patch
deleted file mode 100644
index af5d232..0000000
--- a/debian/patches/0001-Do-not-include-analytics-in-documentation.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Vincent Bernat <vincent at bernat.im>
-Date: Sat, 2 Jul 2016 16:05:27 +0200
-Subject: Do not include analytics in documentation
-
----
- docs/source/.templates/layout.html | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/docs/source/.templates/layout.html b/docs/source/.templates/layout.html
-index 0f25e0e..bada428 100644
---- a/docs/source/.templates/layout.html
-+++ b/docs/source/.templates/layout.html
-@@ -133,10 +133,7 @@
-         <div class="rst-content">
-           {% include "breadcrumbs.html" %}
-           <div role="main" class="document">
--            {% include "top.html" %}
-             {% block body %}{% endblock %}
--            {% include "bottom.html" %}
--            {% include "analytics.html" %}
-           <hr/>
-           </div>
-           {% include "footer.html" %}
diff --git a/debian/patches/0001-Remove-privacy-breach-badges.patch b/debian/patches/0001-Remove-privacy-breach-badges.patch
new file mode 100644
index 0000000..ae9035f
--- /dev/null
+++ b/debian/patches/0001-Remove-privacy-breach-badges.patch
@@ -0,0 +1,21 @@
+From: Vincent Bernat <vincent at bernat.im>
+Date: Sun, 31 Dec 2017 14:09:42 +0100
+Subject: Remove privacy-breach badges
+
+---
+ docs/source/conf.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/docs/source/conf.py b/docs/source/conf.py
+index 0fddca0..3df0c03 100644
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -122,8 +122,6 @@ html_theme_options = {
+     'logo': 'logo.svg',
+     'description': '<p align=left><i><b>Brewing free software for the greater good</i></b></p>',
+     'show_powered_by': False,
+-    'github_user': 'etingof',
+-    'github_repo': 'pysnmp',
+     'fixed_sidebar': True,
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 68469d3..cf6112b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0001-Do-not-include-analytics-in-documentation.patch
+0001-Remove-privacy-breach-badges.patch

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



More information about the Python-modules-commits mailing list