Added privacy-breach removal patch

This commit is contained in:
Thomas Goirand
2014-11-13 14:48:29 +00:00
parent 6998b6153d
commit 8e16721773
3 changed files with 21 additions and 2 deletions

4
debian/control vendored
View File

@@ -20,7 +20,7 @@ Homepage: https://github.com/libgit2/pygit2
Package: python-pygit2
Architecture: any
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python:Depends}
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-pygit2-doc
Description: bindings for libgit2 - Python 2.x
The Pygit2 module provides a set of Python bindings to the libgit2 shared
@@ -32,7 +32,7 @@ Description: bindings for libgit2 - Python 2.x
Package: python3-pygit2
Architecture: any
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python3:Depends}
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python-pygit2-doc
Description: bindings for libgit2 - Python 3.x
The Pygit2 module provides a set of Python bindings to the libgit2 shared

View File

@@ -0,0 +1,18 @@
Description: Removes privacy breanch
Removes ajax script from cdnjs.cloudflare.com.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-11-13
--- python-pygit2-0.21.4.orig/docs/_themes/sphinx_rtd_theme/layout.html
+++ python-pygit2-0.21.4/docs/_themes/sphinx_rtd_theme/layout.html
@@ -70,9 +70,6 @@
{%- endblock %}
{%- block extrahead %} {% endblock %}
- {# Keep modernizr in head - http://modernizr.com/docs/#installing #}
- <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
-
</head>
<body class="wy-body-for-nav" role="document">

1
debian/patches/series vendored Normal file
View File

@@ -0,0 +1 @@
removed-privacy-breach.patch