[Python-modules-commits] [flask-autoindex] 03/05: Update tracked files

Jonathan Cristopher Carter jcc at moszumanska.debian.org
Wed Sep 6 08:22:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

jcc pushed a commit to branch master
in repository flask-autoindex.

commit 1a9285bf42f59eb4caf3ec044fc1d8bcf06905bc
Author: Jonathan Carter <jcarter at linux.com>
Date:   Wed Sep 6 10:22:10 2017 +0200

    Update tracked files
---
 .pc/.quilt_patches                                 |  1 +
 .pc/.quilt_series                                  |  1 +
 .pc/.version                                       |  1 +
 .pc/applied-patches                                |  1 +
 .../docs/_themes/flask_small/layout.html           | 22 ++++++++++++++++++++++
 5 files changed, 26 insertions(+)

diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..6857a8d
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/.pc/applied-patches b/.pc/applied-patches
new file mode 100644
index 0000000..7ca3720
--- /dev/null
+++ b/.pc/applied-patches
@@ -0,0 +1 @@
+privacy-breach.patch
diff --git a/.pc/privacy-breach.patch/docs/_themes/flask_small/layout.html b/.pc/privacy-breach.patch/docs/_themes/flask_small/layout.html
new file mode 100644
index 0000000..aa1716a
--- /dev/null
+++ b/.pc/privacy-breach.patch/docs/_themes/flask_small/layout.html
@@ -0,0 +1,22 @@
+{% extends "basic/layout.html" %}
+{% block header %}
+  {{ super() }}
+  {% if pagename == 'index' %}
+  <div class=indexwrapper>
+  {% endif %}
+{% endblock %}
+{% block footer %}
+  {% if pagename == 'index' %}
+  </div>
+  {% endif %}
+{% endblock %}
+{# do not display relbars #}
+{% block relbar1 %}{% endblock %}
+{% block relbar2 %}
+  {% if theme_github_fork %}
+    <a href="http://github.com/{{ theme_github_fork }}"><img style="position: fixed; top: 0; right: 0; border: 0;"
+    src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+  {% endif %}
+{% endblock %}
+{% block sidebar1 %}{% endblock %}
+{% block sidebar2 %}{% endblock %}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-autoindex.git



More information about the Python-modules-commits mailing list