[Python-modules-commits] r15823 - in packages/pyexiv2/trunk/debian (2 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Feb 21 10:42:19 UTC 2011


    Date: Monday, February 21, 2011 @ 10:42:04
  Author: nijel
Revision: 15823

Use upstream fix for sphinx changed parameters (Closes: #613841).

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

Modified: packages/pyexiv2/trunk/debian/changelog
===================================================================
--- packages/pyexiv2/trunk/debian/changelog	2011-02-21 09:18:52 UTC (rev 15822)
+++ packages/pyexiv2/trunk/debian/changelog	2011-02-21 10:42:04 UTC (rev 15823)
@@ -1,8 +1,9 @@
 pyexiv2 (0.3.0-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Use upstream fix for sphinx changed parameters (Closes: #613841).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sun, 06 Feb 2011 13:30:58 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 21 Feb 2011 11:40:08 +0100
 
 pyexiv2 (0.3.0-2) unstable; urgency=low
 

Modified: packages/pyexiv2/trunk/debian/patches/doc-build-with-sphinx-1.patch
===================================================================
--- packages/pyexiv2/trunk/debian/patches/doc-build-with-sphinx-1.patch	2011-02-21 09:18:52 UTC (rev 15822)
+++ packages/pyexiv2/trunk/debian/patches/doc-build-with-sphinx-1.patch	2011-02-21 10:42:04 UTC (rev 15823)
@@ -1,13 +1,15 @@
-From: Michal ÄŒihaÅ™ <nijel at debian.org>
-Subject: Fix build with Sphinx 1.x
---- a/doc/SConscript
-+++ b/doc/SConscript
+Subject: Invoke the sphinx builder without named parameters.
+Origin: http://bazaar.launchpad.net/~osomon/pyexiv2/pyexiv2-0.3/revision/350
+=== modified file 'doc/SConscript'
+--- doc/SConscript	2010-02-16 15:45:10 +0000
++++ doc/SConscript	2011-01-01 21:54:22 +0000
 @@ -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=[])
++    sphinx.build(False, [])
      return sphinx.statuscode
  
  env = Environment()
+




More information about the Python-modules-commits mailing list