diff --git a/debian/.git-dpm b/debian/.git-dpm deleted file mode 100644 index d424579..0000000 --- a/debian/.git-dpm +++ /dev/null @@ -1,11 +0,0 @@ -# see git-dpm(1) from git-dpm package -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/changelog b/debian/changelog index 8eb91cb..77a6f2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ flask-testing (0.4.2-2) UNRELEASED; urgency=medium * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/control: Deprecating priority extra as per policy 4.0.1 + * Convert git repository from git-dpm to gbp layout -- Ondřej Nový Tue, 13 Feb 2018 10:16:21 +0100 flask-testing (0.4.2-1) unstable; urgency=low * Initial release (Closes: #807054). -- Nicolas Dandrimont Wed, 20 Apr 2016 13:30:34 +0200 diff --git a/docs/_themes/flask_small/layout.html b/docs/_themes/flask_small/layout.html index aae0e36..aa1716a 100644 --- a/docs/_themes/flask_small/layout.html +++ b/docs/_themes/flask_small/layout.html @@ -1,17 +1,22 @@ {% 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 %}{% endblock %} +{% block relbar2 %} + {% if theme_github_fork %} + Fork me on GitHub + {% endif %} +{% endblock %} {% block sidebar1 %}{% endblock %} {% block sidebar2 %}{% endblock %}