[Python-modules-commits] [python-django-crispy-forms] 01/05: Convert from git-dpm to patches unapplied format

Michael Fladischer fladi at moszumanska.debian.org
Sat Nov 4 20:40:10 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository python-django-crispy-forms.

commit 504119894d61e5f20900a0eee7786315cc75b76c
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sat Nov 4 12:58:59 2017 +0100

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm                   | 11 -----------
 debian/gbp.conf                   |  2 ++
 docs/_templates/sidebarintro.html |  9 +++++++++
 docs/_themes/kr/layout.html       | 11 +++++++++++
 4 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index a669c7a..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-a0db01f79371dd6b0641bedebe4b26a3f755c2ee
-a0db01f79371dd6b0641bedebe4b26a3f755c2ee
-1c49d96375e4dde6f4c880d772640ddfb1381594
-1c49d96375e4dde6f4c880d772640ddfb1381594
-python-django-crispy-forms_1.6.1.orig.tar.gz
-2809a1739e746bfaf64249832c50bc37d7a143ab
-155702
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index ecd71b0..625b333 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -1,4 +1,8 @@
 <h3 style="font-size: 30px;"><a href="{{ pathto(master_doc) }}">crispy-forms</a></h3>
+<p>
+  <iframe src="http://ghbtns.com/github-btn.html?user=maraujop&repo=django-crispy-forms&type=watch&count=true&size=large"
+    allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
+</p>
 
 <p>
   django-crispy-forms is a Django application that lets you easily build, customize and reuse forms using your favorite CSS framework, without writing template code and without having to take care of annoying details. You are currently looking at the documentation of the development release.
@@ -9,3 +13,8 @@
 <p>
     If you love django-crispy-forms, consider making a small donation <a href="http://flattr.com/thing/512037/django-crispy-forms">on Flattr</a>:
 </p>
+<p>
+    <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="https://django-crispy-forms.readthedocs.io"></a>
+    <noscript><a href="http://flattr.com/thing/512037/django-crispy-forms" target="_blank">
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Click to flattr django-crispy-forms" border="0" /></a></noscript>
+</p>
diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html
index d7c8792..4d50f1e 100644
--- a/docs/_themes/kr/layout.html
+++ b/docs/_themes/kr/layout.html
@@ -9,6 +9,17 @@
 {% endblock %}
 {%- block relbar2 %}{% endblock %}
 {%- block footer %}
+    <script type="text/javascript">
+    /* <![CDATA[ */
+        (function() {
+            var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
+            s.type = 'text/javascript';
+            s.async = true;
+            s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+            t.parentNode.insertBefore(s, t);
+        })();
+    /* ]]> */</script>
+
     <div class="footer">
       © Copyright {{ copyright }}.
       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-crispy-forms.git



More information about the Python-modules-commits mailing list