[Python-modules-commits] r19739 - in packages/circuits/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Dec 26 19:22:31 UTC 2011


    Date: Monday, December 26, 2011 @ 19:22:29
  Author: eriol-guest
Revision: 19739

Remove templatebuiltins.js because it contains names of Django builtin
tags and filters not used in circuits documentation

Added:
  packages/circuits/trunk/debian/patches/02_remove_templatebuiltins_js.patch
Modified:
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/patches/series

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2011-12-26 18:30:42 UTC (rev 19738)
+++ packages/circuits/trunk/debian/changelog	2011-12-26 19:22:29 UTC (rev 19739)
@@ -19,6 +19,9 @@
     - Use python-sphinxcontrib.issuetracker instead of sphinxcontrib-bitbucket
       because the latter is not packaged for Debian and it does't add more
       features
+  * debian/patches/02_remove_templatebuiltins_js.patch
+    - Remove templatebuiltins.js because it contains names of Django builtin
+      tags and filters not used in circuits documentation
   * debian/README.source
     - Removed because it contains only generic information about quilt
   * debian/rules
@@ -28,7 +31,7 @@
   * debian/watch
     - Updated to new upstream download location (PyPI)
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 25 Nov 2011 03:54:21 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 26 Dec 2011 20:12:40 +0100
 
 circuits (1.2.1-1) unstable; urgency=low
 

Added: packages/circuits/trunk/debian/patches/02_remove_templatebuiltins_js.patch
===================================================================
--- packages/circuits/trunk/debian/patches/02_remove_templatebuiltins_js.patch	                        (rev 0)
+++ packages/circuits/trunk/debian/patches/02_remove_templatebuiltins_js.patch	2011-12-26 19:22:29 UTC (rev 19739)
@@ -0,0 +1,14 @@
+Description: Remove templatebuiltins.js because it contains names of Django
+builtin tags and filters not used in circuits documentation.
+Author: Daniele Tricoli <eriol at mornie.org>
+--- a/docs/source/_themes/om/layout.html
++++ b/docs/source/_themes/om/layout.html
+@@ -18,7 +18,7 @@
+ 
+ {% block extrahead %}
+ {{ super() }}
+-<script type="text/javascript" src="{{ pathto('templatebuiltins.js', 1) }}"></script>
++<script type="text/javascript" src=""></script>
+ <script type="text/javascript">
+ (function($) {
+     if (!django_template_builtins) {

Modified: packages/circuits/trunk/debian/patches/series
===================================================================
--- packages/circuits/trunk/debian/patches/series	2011-12-26 18:30:42 UTC (rev 19738)
+++ packages/circuits/trunk/debian/patches/series	2011-12-26 19:22:29 UTC (rev 19739)
@@ -1 +1,2 @@
 01_use_issuetraker_instead_of_bitbucket.patch
+02_remove_templatebuiltins_js.patch




More information about the Python-modules-commits mailing list