[Python-modules-commits] r9253 - in packages/python-webob/trunk/debian (6 files)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Sun Aug 2 23:38:03 UTC 2009
Date: Sunday, August 2, 2009 @ 23:38:01
Author: lamby
Revision: 9253
Apply patch by Jakub Wilk <ubanus at users.sf.net> to replace "autoclass::" definitions with "autodata::" and additionally bump Build-Depends on python-sphinx. (Closes: #527496)
Added:
packages/python-webob/trunk/debian/patches/
packages/python-webob/trunk/debian/patches/01-autoclass-autodata.diff
packages/python-webob/trunk/debian/patches/series
Modified:
packages/python-webob/trunk/debian/changelog
packages/python-webob/trunk/debian/control
packages/python-webob/trunk/debian/rules
Modified: packages/python-webob/trunk/debian/changelog
===================================================================
--- packages/python-webob/trunk/debian/changelog 2009-08-02 14:33:17 UTC (rev 9252)
+++ packages/python-webob/trunk/debian/changelog 2009-08-02 23:38:01 UTC (rev 9253)
@@ -1,3 +1,11 @@
+python-webob (0.9.6.1-1.1) UNRELEASED; urgency=low
+
+ * Apply patch by Jakub Wilk <ubanus at users.sf.net> to replace "autoclass::"
+ definitions with "autodata::" and additionally bump Build-Depends on
+ python-sphinx. (Closes: #527496)
+
+ -- Chris Lamb <lamby at debian.org> Mon, 03 Aug 2009 00:28:31 +0100
+
python-webob (0.9.6.1-1) unstable; urgency=low
[ Piotr Ożarowski ]
Modified: packages/python-webob/trunk/debian/control
===================================================================
--- packages/python-webob/trunk/debian/control 2009-08-02 14:33:17 UTC (rev 9252)
+++ packages/python-webob/trunk/debian/control 2009-08-02 23:38:01 UTC (rev 9253)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Christoph Haas <haas at debian.org>, Piotr Ożarowski <piotr at debian.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt
Build-Depends-Indep: python (>= 2.3.3), python-all-dev, python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3-1~), python-sphinx
+ python-setuptools (>= 0.6b3-1~), python-sphinx (>= 0.6)
Standards-Version: 3.8.0
XS-Python-Version: all
Homepage: http://pythonpaste.org/webob/
Added: packages/python-webob/trunk/debian/patches/01-autoclass-autodata.diff
===================================================================
--- packages/python-webob/trunk/debian/patches/01-autoclass-autodata.diff (rev 0)
+++ packages/python-webob/trunk/debian/patches/01-autoclass-autodata.diff 2009-08-02 23:38:01 UTC (rev 9253)
@@ -0,0 +1,31 @@
+
+ * Apply patch by Jakub Wilk <ubanus at users.sf.net> to replace "autoclass::"
+ definitions with "autodata::" and additionally bump Build-Depends on
+ python-sphinx. (Closes: #527496)
+
+--- a/docs/modules/webob.txt
++++ b/docs/modules/webob.txt
+@@ -44,16 +44,13 @@
+
+ .. autofunction:: webob.html_escape
+
+-.. comment:
+- not sure what to do with these constants; not autoclass
+-
+-.. autoclass:: webob.day
+-.. autoclass:: webob.week
+-.. autoclass:: webob.hour
+-.. autoclass:: webob.minute
+-.. autoclass:: webob.second
+-.. autoclass:: webob.month
+-.. autoclass:: webob.year
++.. autodata:: webob.day
++.. autodata:: webob.week
++.. autodata:: webob.hour
++.. autodata:: webob.minute
++.. autodata:: webob.second
++.. autodata:: webob.month
++.. autodata:: webob.year
+
+ .. autoclass:: webob.AppIterRange
+
Added: packages/python-webob/trunk/debian/patches/series
===================================================================
--- packages/python-webob/trunk/debian/patches/series (rev 0)
+++ packages/python-webob/trunk/debian/patches/series 2009-08-02 23:38:01 UTC (rev 9253)
@@ -0,0 +1 @@
+01-autoclass-autodata.diff
Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules 2009-08-02 14:33:17 UTC (rev 9252)
+++ packages/python-webob/trunk/debian/rules 2009-08-02 23:38:01 UTC (rev 9253)
@@ -2,9 +2,12 @@
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
+
package=python-webob
-clean:
+clean: unpatch
rm -f build-*
dh_testdir
dh_testroot
@@ -14,7 +17,7 @@
build: build-docs
-build-docs:
+build-docs: $(QUILT_STAMPFN)
dh_testdir
dh_installdirs
mkdir docs/_static # Sphinx needs it
More information about the Python-modules-commits
mailing list