[Python-modules-commits] r9008 - in packages/jinja2/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Jul 8 20:03:27 UTC 2009


    Date: Wednesday, July 8, 2009 @ 20:03:26
  Author: piotr
Revision: 9008

* Documentation builds fine with new Sphinx now, thanks to
  Jakub Wilk for the patch (Closes: #527486)
* Standards-version bumped to 3.8.2:
  - python-jinja2-dbg's section changed to debug

Added:
  packages/jinja2/trunk/debian/patches/changes_for_sphinx_0.6.patch
Modified:
  packages/jinja2/trunk/debian/changelog
  packages/jinja2/trunk/debian/control
  packages/jinja2/trunk/debian/patches/series

Modified: packages/jinja2/trunk/debian/changelog
===================================================================
--- packages/jinja2/trunk/debian/changelog	2009-07-08 18:02:47 UTC (rev 9007)
+++ packages/jinja2/trunk/debian/changelog	2009-07-08 20:03:26 UTC (rev 9008)
@@ -1,3 +1,12 @@
+jinja2 (2.1.1-3) unstable; urgency=low
+
+  * Documentation builds fine with new Sphinx now, thanks to
+    Jakub Wilk for the patch (Closes: #527486)
+  * Standards-version bumped to 3.8.2:
+    - python-jinja2-dbg's section changed to debug
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 08 Jul 2009 21:40:46 +0200
+
 jinja2 (2.1.1-2) unstable; urgency=low
 
   * Install Vim syntax files in /usr/share/vim/addons/syntax/

Modified: packages/jinja2/trunk/debian/control
===================================================================
--- packages/jinja2/trunk/debian/control	2009-07-08 18:02:47 UTC (rev 9007)
+++ packages/jinja2/trunk/debian/control	2009-07-08 20:03:26 UTC (rev 9008)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5), quilt (>= 0.40), python-support (>= 0.6.4),
  python-setuptools (>= 0.6b3-1~), python-all-dev (>= 2.3.5-11), python-all-dbg
 Build-Depends-Indep: python-sphinx (>= 0.5.1), python-pygments
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Homepage: http://jinja.pocoo.org/2/
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/jinja2/trunk
@@ -52,6 +52,7 @@
 
 Package: python-jinja2-dbg
 Architecture: any
+Section: debug
 Priority: extra
 Depends: python-jinja2 (= ${binary:Version}), python-dbg, ${shlibs:Depends}
 Provides: ${python:Provides}

Added: packages/jinja2/trunk/debian/patches/changes_for_sphinx_0.6.patch
===================================================================
--- packages/jinja2/trunk/debian/patches/changes_for_sphinx_0.6.patch	                        (rev 0)
+++ packages/jinja2/trunk/debian/patches/changes_for_sphinx_0.6.patch	2009-07-08 20:03:26 UTC (rev 9008)
@@ -0,0 +1,12 @@
+new Sphinx needs this (thanks to Jakub Wilk <ubanus at users.sf.net> for the patch)
+--- jinja2-2.1.1.orig/docs/conf.py
++++ jinja2-2.1.1/docs/conf.py
+@@ -96,7 +96,7 @@
+ #html_use_smartypants = True
+ 
+ # use jinja2 for templates
+-template_bridge = 'jinjaext.Jinja2Bridge'
++template_bridge = 'sphinx.jinja2glue.BuiltinTemplateLoader'
+ 
+ # no modindex
+ html_use_modindex = False

Modified: packages/jinja2/trunk/debian/patches/series
===================================================================
--- packages/jinja2/trunk/debian/patches/series	2009-07-08 18:02:47 UTC (rev 9007)
+++ packages/jinja2/trunk/debian/patches/series	2009-07-08 20:03:26 UTC (rev 9008)
@@ -1 +1,2 @@
 dont_install_docs_via_setup_py.patch
+changes_for_sphinx_0.6.patch




More information about the Python-modules-commits mailing list