[Python-modules-commits] r14379 - in packages/pyexiv2/trunk/debian (4 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Sep 6 14:06:14 UTC 2010


    Date: Monday, September 6, 2010 @ 14:06:02
  Author: nijel
Revision: 14379

Fix build with Sphinx 1.x.

Added:
  packages/pyexiv2/trunk/debian/patches/
  packages/pyexiv2/trunk/debian/patches/doc-build-with-sphinx-1.patch
  packages/pyexiv2/trunk/debian/patches/series
Modified:
  packages/pyexiv2/trunk/debian/changelog

Modified: packages/pyexiv2/trunk/debian/changelog
===================================================================
--- packages/pyexiv2/trunk/debian/changelog	2010-09-06 13:35:50 UTC (rev 14378)
+++ packages/pyexiv2/trunk/debian/changelog	2010-09-06 14:06:02 UTC (rev 14379)
@@ -2,8 +2,9 @@
 
   * Bump standards to 3.9.1.
   * Rebuild against new libexiv (Closes: #595638).
+  * Fix build with Sphinx 1.x.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 06 Sep 2010 15:35:17 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 06 Sep 2010 16:05:40 +0200
 
 pyexiv2 (0.2.2-1) experimental; urgency=low
 

Added: packages/pyexiv2/trunk/debian/patches/doc-build-with-sphinx-1.patch
===================================================================
--- packages/pyexiv2/trunk/debian/patches/doc-build-with-sphinx-1.patch	                        (rev 0)
+++ packages/pyexiv2/trunk/debian/patches/doc-build-with-sphinx-1.patch	2010-09-06 14:06:02 UTC (rev 14379)
@@ -0,0 +1,13 @@
+From: Michal ÄŒihaÅ™ <nijel at debian.org>
+Subject: Fix build with Sphinx 1.x
+--- a/doc/SConscript
++++ b/doc/SConscript
+@@ -20,7 +20,7 @@
+           for doc in sphinx.builder.get_outdated_docs()]
+ 
+ def build_doc(target, source, env):
+-    sphinx.build(all_files=False, filenames=[])
++    sphinx.build(filenames=[])
+     return sphinx.statuscode
+ 
+ env = Environment()

Added: packages/pyexiv2/trunk/debian/patches/series
===================================================================
--- packages/pyexiv2/trunk/debian/patches/series	                        (rev 0)
+++ packages/pyexiv2/trunk/debian/patches/series	2010-09-06 14:06:02 UTC (rev 14379)
@@ -0,0 +1 @@
+doc-build-with-sphinx-1.patch




More information about the Python-modules-commits mailing list