Added privacy-breach removal patch
This commit is contained in:
4
debian/control
vendored
4
debian/control
vendored
@@ -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
|
||||
|
||||
18
debian/patches/removed-privacy-breach.patch
vendored
Normal file
18
debian/patches/removed-privacy-breach.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
@@ -0,0 +1 @@
|
||||
removed-privacy-breach.patch
|
||||
Reference in New Issue
Block a user