[Python-modules-commits] r11367 - in packages/pyopenssl/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Jan 27 20:44:37 UTC 2010


    Date: Wednesday, January 27, 2010 @ 20:44:35
  Author: morph
Revision: 11367

* debian/patches/20_spelling.dpatch
  - added to fix compatability/compatibility spelling error noticed by lintian

Added:
  packages/pyopenssl/trunk/debian/patches/20_spelling.dpatch
Modified:
  packages/pyopenssl/trunk/debian/changelog
  packages/pyopenssl/trunk/debian/patches/00list

Modified: packages/pyopenssl/trunk/debian/changelog
===================================================================
--- packages/pyopenssl/trunk/debian/changelog	2010-01-27 18:49:41 UTC (rev 11366)
+++ packages/pyopenssl/trunk/debian/changelog	2010-01-27 20:44:35 UTC (rev 11367)
@@ -13,8 +13,10 @@
     - Python 2.6 has changed the build directory layout when building with a
       debug interpreter, hence adjusting the location used to run tests; thanks
       to Jakub Wilk for alerting on IRC
+  * debian/patches/20_spelling.dpatch
+    - added to fix compatability/compatibility spelling error noticed by lintian
 
- -- Sandro Tosi <morph at debian.org>  Wed, 27 Jan 2010 19:46:58 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 27 Jan 2010 21:43:40 +0100
 
 pyopenssl (0.9-1) unstable; urgency=low
 

Modified: packages/pyopenssl/trunk/debian/patches/00list
===================================================================
--- packages/pyopenssl/trunk/debian/patches/00list	2010-01-27 18:49:41 UTC (rev 11366)
+++ packages/pyopenssl/trunk/debian/patches/00list	2010-01-27 20:44:35 UTC (rev 11367)
@@ -1 +1,2 @@
 10_fix_doc_buildsystem
+20_spelling

Added: packages/pyopenssl/trunk/debian/patches/20_spelling.dpatch
===================================================================
--- packages/pyopenssl/trunk/debian/patches/20_spelling.dpatch	                        (rev 0)
+++ packages/pyopenssl/trunk/debian/patches/20_spelling.dpatch	2010-01-27 20:44:35 UTC (rev 11367)
@@ -0,0 +1,49 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_spelling.dpatch by Sandro Tosi <morph at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad pyopenssl~/src/ssl/connection.c pyopenssl/src/ssl/connection.c
+--- pyopenssl~/src/ssl/connection.c	2009-11-13 16:36:16.000000000 +0100
++++ pyopenssl/src/ssl/connection.c	2010-01-27 21:43:13.014236702 +0100
+@@ -326,7 +326,7 @@
+ method again with the SAME buffer.\n\
+ \n\
+ @param buf: The string to send\n\
+- at param flags: (optional) Included for compatability with the socket\n\
++ at param flags: (optional) Included for compatibility with the socket\n\
+               API, the value is ignored\n\
+ @return: The number of bytes written\n\
+ ";
+@@ -367,7 +367,7 @@
+ has been sent.\n\
+ \n\
+ @param buf: The string to send\n\
+- at param flags: (optional) Included for compatability with the socket\n\
++ at param flags: (optional) Included for compatibility with the socket\n\
+               API, the value is ignored\n\
+ @return: The number of bytes written\n\
+ ";
+@@ -416,7 +416,7 @@
+ method again with the SAME buffer.\n\
+ \n\
+ @param bufsiz: The maximum number of bytes to read\n\
+- at param flags: (optional) Included for compatability with the socket\n\
++ at param flags: (optional) Included for compatibility with the socket\n\
+               API, the value is ignored\n\
+ @return: The string read from the Connection\n\
+ ";
+diff -urNad pyopenssl~/src/util.h pyopenssl/src/util.h
+--- pyopenssl~/src/util.h	2009-11-13 16:36:16.000000000 +0100
++++ pyopenssl/src/util.h	2010-01-27 21:43:13.014236702 +0100
+@@ -18,7 +18,7 @@
+ 
+ /*
+  * pymemcompat written by Michael Hudson and lets you program to the
+- * Python 2.3 memory API while keeping backwards compatability.
++ * Python 2.3 memory API while keeping backwards compatibility.
+  */
+ #include "pymemcompat.h"
+ 


Property changes on: packages/pyopenssl/trunk/debian/patches/20_spelling.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list