[Python-modules-commits] r9092 - in packages/turbogears2-doc/trunk/debian (6 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Mon Jul 20 11:28:48 UTC 2009


    Date: Monday, July 20, 2009 @ 11:28:45
  Author: zack
Revision: 9092

add patch to skip over non-buildable doc entries

Added:
  packages/turbogears2-doc/trunk/debian/patches/
  packages/turbogears2-doc/trunk/debian/patches/00dpatch.conf
  packages/turbogears2-doc/trunk/debian/patches/00list
  packages/turbogears2-doc/trunk/debian/patches/build-w-sphinx-062.dpatch
Modified:
  packages/turbogears2-doc/trunk/debian/control
  packages/turbogears2-doc/trunk/debian/rules

Modified: packages/turbogears2-doc/trunk/debian/control
===================================================================
--- packages/turbogears2-doc/trunk/debian/control	2009-07-20 11:16:10 UTC (rev 9091)
+++ packages/turbogears2-doc/trunk/debian/control	2009-07-20 11:28:45 UTC (rev 9092)
@@ -7,6 +7,7 @@
 Build-Depends:
  debhelper (>= 7),
  cdbs,
+ dpatch,
  python-sphinx
 Standards-Version: 3.8.2
 Homepage: http://turbogears.org/2.0/docs/

Added: packages/turbogears2-doc/trunk/debian/patches/00dpatch.conf
===================================================================
--- packages/turbogears2-doc/trunk/debian/patches/00dpatch.conf	                        (rev 0)
+++ packages/turbogears2-doc/trunk/debian/patches/00dpatch.conf	2009-07-20 11:28:45 UTC (rev 9092)
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs

Added: packages/turbogears2-doc/trunk/debian/patches/00list
===================================================================
--- packages/turbogears2-doc/trunk/debian/patches/00list	                        (rev 0)
+++ packages/turbogears2-doc/trunk/debian/patches/00list	2009-07-20 11:28:45 UTC (rev 9092)
@@ -0,0 +1 @@
+build-w-sphinx-062

Added: packages/turbogears2-doc/trunk/debian/patches/build-w-sphinx-062.dpatch
===================================================================
--- packages/turbogears2-doc/trunk/debian/patches/build-w-sphinx-062.dpatch	                        (rev 0)
+++ packages/turbogears2-doc/trunk/debian/patches/build-w-sphinx-062.dpatch	2009-07-20 11:28:45 UTC (rev 9092)
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## build-w-sphinx-062.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: skip some documentation entries which do not build properly
+## DP: with current sphinx in Debian (0.6.2). Temporary work-around
+## DP: until the forthcoming sphinx version is released. See
+## DP: http://groups.google.com/group/turbogears/browse_thread/thread/a20afb336a08afe9/e73569114ab99d5b?lnk=gst&q=zacchiroli#e73569114ab99d5b
+## DP: for a discussion of the issue.
+
+ at DPATCH@
+diff -urNad trunk~/modules/thirdparty/webob.rst trunk/modules/thirdparty/webob.rst
+--- trunk~/modules/thirdparty/webob.rst	2008-06-27 03:09:09.000000000 +0200
++++ trunk/modules/thirdparty/webob.rst	2009-07-20 13:23:39.563441318 +0200
+@@ -80,16 +80,6 @@
+ ------------------------
+ .. currentmodule:: webob.etag
+ .. automodule:: webob.etag
+-.. autoclass:: AnyETag
+-    :members:
+-.. autoclass:: NoETag
+-    :members:
+-.. autoclass:: ETagMatcher
+-    :members:
+-.. autoclass:: IfRange
+-    :members:
+-.. autoclass:: NoIfRange
+-    :members:
+ 
+ 
+ mod:`webob.exc`


Property changes on: packages/turbogears2-doc/trunk/debian/patches/build-w-sphinx-062.dpatch
___________________________________________________________________
Added: svn:executable
   + *

Modified: packages/turbogears2-doc/trunk/debian/rules
===================================================================
--- packages/turbogears2-doc/trunk/debian/rules	2009-07-20 11:16:10 UTC (rev 9091)
+++ packages/turbogears2-doc/trunk/debian/rules	2009-07-20 11:28:45 UTC (rev 9092)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 
 DEB_MAKE_BUILD_TARGET = html
 




More information about the Python-modules-commits mailing list