[Python-modules-commits] r30977 - in packages/python-django-crispy-forms/trunk/debian (5 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sat Oct 11 16:04:31 UTC 2014


    Date: Saturday, October 11, 2014 @ 16:04:31
  Author: jandd
Revision: 30977

* add debian/upstream/metadata
* add debian/patches/no-remote-resources.patch to avoid privacy issues
  in generated documentation

Added:
  packages/python-django-crispy-forms/trunk/debian/patches/no-remote-resources.patch
  packages/python-django-crispy-forms/trunk/debian/upstream/
  packages/python-django-crispy-forms/trunk/debian/upstream/metadata
Modified:
  packages/python-django-crispy-forms/trunk/debian/changelog
  packages/python-django-crispy-forms/trunk/debian/patches/series

Modified: packages/python-django-crispy-forms/trunk/debian/changelog
===================================================================
--- packages/python-django-crispy-forms/trunk/debian/changelog	2014-10-10 19:38:11 UTC (rev 30976)
+++ packages/python-django-crispy-forms/trunk/debian/changelog	2014-10-11 16:04:31 UTC (rev 30977)
@@ -1,3 +1,11 @@
+python-django-crispy-forms (1.4.0-3) UNRELEASED; urgency=medium
+
+  * add debian/upstream/metadata
+  * add debian/patches/no-remote-resources.patch to avoid privacy issues
+    in generated documentation
+
+ -- Jan Dittberner <jandd at debian.org>  Sat, 11 Oct 2014 17:42:39 +0200
+
 python-django-crispy-forms (1.4.0-2) unstable; urgency=low
 
   * debian/watch: add filenamemangle option

Added: packages/python-django-crispy-forms/trunk/debian/patches/no-remote-resources.patch
===================================================================
--- packages/python-django-crispy-forms/trunk/debian/patches/no-remote-resources.patch	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/debian/patches/no-remote-resources.patch	2014-10-11 16:04:31 UTC (rev 30977)
@@ -0,0 +1,43 @@
+Subject: remove remote resource references to avoid privacy issues
+Author: Jan Dittberner <jandd at debian.org>
+Date: Sat, 11 Oct 2014 17:59:23 +0200
+--- a/docs/_themes/kr/layout.html
++++ b/docs/_themes/kr/layout.html
+@@ -9,17 +9,6 @@
+ {% 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>.
+--- a/docs/_templates/sidebarintro.html
++++ b/docs/_templates/sidebarintro.html
+@@ -1,8 +1,4 @@
+ <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.
+@@ -13,8 +9,3 @@
+ <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="http://django-crispy-forms.rtfd.org"></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>

Modified: packages/python-django-crispy-forms/trunk/debian/patches/series
===================================================================
--- packages/python-django-crispy-forms/trunk/debian/patches/series	2014-10-10 19:38:11 UTC (rev 30976)
+++ packages/python-django-crispy-forms/trunk/debian/patches/series	2014-10-11 16:04:31 UTC (rev 30977)
@@ -1 +1,2 @@
 001_fix_django1_6_incompatbility.patch
+no-remote-resources.patch

Added: packages/python-django-crispy-forms/trunk/debian/upstream/metadata
===================================================================
--- packages/python-django-crispy-forms/trunk/debian/upstream/metadata	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/debian/upstream/metadata	2014-10-11 16:04:31 UTC (rev 30977)
@@ -0,0 +1,7 @@
+Bug-Database: https://github.com/maraujop/django-crispy-forms/issues
+Bug-Submit: https://github.com/maraujop/django-crispy-forms/issues/new
+Changelog: https://github.com/maraujop/django-crispy-forms/blob/dev/CHANGELOG.md
+Donation: https://flattr.com/thing/512037
+FAQ: http://django-crispy-forms.readthedocs.org/en/latest/faq.html
+Name: crispy-forms
+Repository: https://github.com/maraujop/django-crispy-forms




More information about the Python-modules-commits mailing list