[Python-modules-commits] [pyasn1] 07/11: d/patches: fix privacy breaches
Vincent Bernat
bernat at moszumanska.debian.org
Tue Dec 26 07:22:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to annotated tag debian/0.4.2-1
in repository pyasn1.
commit 61ac2127243d79c711daa90c700014bb7ef9a31c
Author: Vincent Bernat <vincent at bernat.im>
Date: Tue Dec 26 08:07:56 2017 +0100
d/patches: fix privacy breaches
---
debian/changelog | 1 +
...e-theme-options-to-avoid-needless-badges-i.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index be2c594..aab4e83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ pyasn1 (0.4.2-1) UNRELEASED; urgency=medium
[ Vincent Bernat ]
* New upstream release. Closes: #872724.
* d/patches: fix test using sys.getsizeof().
+ * d/patches: fix privacy breaches.
* d/control: bump Standards-Version.
* d/control: add documentation package.
diff --git a/debian/patches/0002-Remove-some-theme-options-to-avoid-needless-badges-i.patch b/debian/patches/0002-Remove-some-theme-options-to-avoid-needless-badges-i.patch
new file mode 100644
index 0000000..169c5fc
--- /dev/null
+++ b/debian/patches/0002-Remove-some-theme-options-to-avoid-needless-badges-i.patch
@@ -0,0 +1,21 @@
+From: Vincent Bernat <vincent at bernat.im>
+Date: Tue, 26 Dec 2017 08:07:10 +0100
+Subject: Remove some theme options to avoid needless badges in documentation
+
+---
+ docs/source/conf.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/docs/source/conf.py b/docs/source/conf.py
+index 1e91e20..1788b9f 100644
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -116,8 +116,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': 'pyasn1',
+ 'fixed_sidebar': True,
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index 8dc863b..8dcd3ce 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-sys.getsizeof-may-raise-TypeError.patch
+0002-Remove-some-theme-options-to-avoid-needless-badges-i.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyasn1.git
More information about the Python-modules-commits
mailing list