diff --git a/debian/.git-dpm b/debian/.git-dpm index 598df5c..324aafc 100644 --- a/debian/.git-dpm +++ b/debian/.git-dpm @@ -1,11 +1,11 @@ # see git-dpm(1) from git-dpm package -940754193c5e07728e2d3a66b26a17a32fc2d200 -940754193c5e07728e2d3a66b26a17a32fc2d200 +30ff1076b5a37f57ffca223c009d19bbbeeb7c0f +30ff1076b5a37f57ffca223c009d19bbbeeb7c0f 940754193c5e07728e2d3a66b26a17a32fc2d200 940754193c5e07728e2d3a66b26a17a32fc2d200 flask-testing_0.4.2.orig.tar.gz 0ef17abac8fc8fac1da3fc4786c289bae4608c32 40994 +debianTag="debian/%e%v" +patchedTag="patched/%e%v" +upstreamTag="upstream/%e%u" diff --git a/debian/patches/0001-Remove-github-fork-logo-from-documentations.patch b/debian/patches/0001-Remove-github-fork-logo-from-documentations.patch new file mode 100644 index 0000000..0926167 --- /dev/null +++ b/debian/patches/0001-Remove-github-fork-logo-from-documentations.patch @@ -0,0 +1,26 @@ +From 30ff1076b5a37f57ffca223c009d19bbbeeb7c0f Mon Sep 17 00:00:00 2001 +From: Nicolas Dandrimont +Date: Wed, 20 Apr 2016 13:02:40 +0200 +Subject: Remove github fork logo from documentations + +--- + docs/_themes/flask_small/layout.html | 7 +------ + 1 file changed, 1 insertion(+), 6 deletions(-) + +diff --git a/docs/_themes/flask_small/layout.html b/docs/_themes/flask_small/layout.html +index aa1716a..aae0e36 100644 +--- a/docs/_themes/flask_small/layout.html ++++ b/docs/_themes/flask_small/layout.html +@@ -12,11 +12,6 @@ + {% endblock %} + {# do not display relbars #} + {% block relbar1 %}{% endblock %} +-{% block relbar2 %} +- {% if theme_github_fork %} +- Fork me on GitHub +- {% endif %} +-{% endblock %} ++{% block relbar2 %}{% endblock %} + {% block sidebar1 %}{% endblock %} + {% block sidebar2 %}{% endblock %} diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..c4ffb1d --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Remove-github-fork-logo-from-documentations.patch diff --git a/docs/_themes/flask_small/layout.html b/docs/_themes/flask_small/layout.html index aa1716a..aae0e36 100644 --- a/docs/_themes/flask_small/layout.html +++ b/docs/_themes/flask_small/layout.html @@ -1,22 +1,17 @@ {% extends "basic/layout.html" %} {% block header %} {{ super() }} {% if pagename == 'index' %}
{% endif %} {% endblock %} {% block footer %} {% if pagename == 'index' %}
{% endif %} {% endblock %} {# do not display relbars #} {% block relbar1 %}{% endblock %} -{% block relbar2 %} - {% if theme_github_fork %} - Fork me on GitHub - {% endif %} -{% endblock %} +{% block relbar2 %}{% endblock %} {% block sidebar1 %}{% endblock %} {% block sidebar2 %}{% endblock %}