[Python-modules-commits] r24561 - in packages/libapache2-mod-python/trunk/debian (3 files)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sun May 26 17:48:44 UTC 2013


    Date: Sunday, May 26, 2013 @ 17:48:42
  Author: adejong
Revision: 24561

  * Simple spelling fix in Python docstring (thanks lintian).

Added:
  packages/libapache2-mod-python/trunk/debian/patches/05_fix_spelling.patch
Modified:
  packages/libapache2-mod-python/trunk/debian/changelog
  packages/libapache2-mod-python/trunk/debian/patches/series

Modified: packages/libapache2-mod-python/trunk/debian/changelog
===================================================================
--- packages/libapache2-mod-python/trunk/debian/changelog	2013-05-26 17:26:38 UTC (rev 24560)
+++ packages/libapache2-mod-python/trunk/debian/changelog	2013-05-26 17:48:42 UTC (rev 24561)
@@ -17,11 +17,12 @@
   * Update 02_makefile.patch to add --install-layout=deb to the setup.py
     call.
   * Remove generated file to support building twice in a row.
+  * Simple spelling fix in Python docstring (thanks lintian).
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Arthur de Jong <adejong at debian.org>  Sun, 26 May 2013 19:19:25 +0200
+ -- Arthur de Jong <adejong at debian.org>  Sun, 26 May 2013 19:47:30 +0200
 
 libapache2-mod-python (3.3.1-9) unstable; urgency=low
 

Added: packages/libapache2-mod-python/trunk/debian/patches/05_fix_spelling.patch
===================================================================
--- packages/libapache2-mod-python/trunk/debian/patches/05_fix_spelling.patch	                        (rev 0)
+++ packages/libapache2-mod-python/trunk/debian/patches/05_fix_spelling.patch	2013-05-26 17:48:42 UTC (rev 24561)
@@ -0,0 +1,14 @@
+Description: Simple spelling fix in Python docstring (thanks lintian)
+Author: Arthur de Jong <adejong at debian.org>
+
+--- a/src/requestobject.c
++++ b/src/requestobject.c
+@@ -1924,7 +1924,7 @@ static PyGetSetDef request_getsets[] = {
+     {"unparsed_uri",  (getter)getreq_recmbr, NULL, "The URI without any parsing performed", "unparsed_uri"},
+     {"uri",           (getter)getreq_recmbr, (setter)setreq_recmbr, "The path portion of URI", "uri"},
+     {"filename",      (getter)getreq_recmbr, (setter)setreq_recmbr, "The file name on disk that this request corresponds to", "filename"},
+-    {"canonical_filename", (getter)getreq_recmbr, (setter)setreq_recmbr, "The true filename (req.filename is canonicalized if they dont match)", "canonical_filename"},
++    {"canonical_filename", (getter)getreq_recmbr, (setter)setreq_recmbr, "The true filename (req.filename is canonicalized if they don't match)", "canonical_filename"},
+     {"path_info",     (getter)getreq_recmbr, (setter)setreq_recmbr, "Path_info, if any", "path_info"},
+     {"args",          (getter)getreq_recmbr, (setter)setreq_recmbr, "QUERY_ARGS, if any", "args"},
+     {"finfo",         (getter)getreq_rec_fi, (setter)setreq_recmbr, "File information", "finfo"},

Modified: packages/libapache2-mod-python/trunk/debian/patches/series
===================================================================
--- packages/libapache2-mod-python/trunk/debian/patches/series	2013-05-26 17:26:38 UTC (rev 24560)
+++ packages/libapache2-mod-python/trunk/debian/patches/series	2013-05-26 17:48:42 UTC (rev 24561)
@@ -1,4 +1,5 @@
 01_configure.patch
 02_makefile.patch
 04_autoconf_python_multiarch.patch
+05_fix_spelling.patch
 10_bts521965.patch




More information about the Python-modules-commits mailing list