r56216 - in /trunk/libcoro-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Apr 16 19:56:04 UTC 2010


Author: gregoa
Date: Fri Apr 16 19:55:56 2010
New Revision: 56216

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56216
Log:
Add patch spelling.patch to fix a spelling mistake.

Added:
    trunk/libcoro-perl/debian/patches/spelling.patch
Modified:
    trunk/libcoro-perl/debian/changelog
    trunk/libcoro-perl/debian/patches/series

Modified: trunk/libcoro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/changelog?rev=56216&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/changelog (original)
+++ trunk/libcoro-perl/debian/changelog Fri Apr 16 19:55:56 2010
@@ -5,6 +5,7 @@
   * debian/copyrigh: update formatting.
   * Add /me to Uploaders.
   * Set Standards-Version to 3.8.4 (no changes).
+  * Add patch spelling.patch to fix a spelling mistake.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 16 Apr 2010 21:40:33 +0200
 

Modified: trunk/libcoro-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/patches/series?rev=56216&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/patches/series (original)
+++ trunk/libcoro-perl/debian/patches/series Fri Apr 16 19:55:56 2010
@@ -1,1 +1,2 @@
 whatis.patch
+spelling.patch

Added: trunk/libcoro-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/patches/spelling.patch?rev=56216&op=file
==============================================================================
--- trunk/libcoro-perl/debian/patches/spelling.patch (added)
+++ trunk/libcoro-perl/debian/patches/spelling.patch Fri Apr 16 19:55:56 2010
@@ -1,0 +1,28 @@
+Description: fix a spelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-04-16
+
+--- a/Coro.pm
++++ b/Coro.pm
+@@ -891,7 +891,7 @@ actually take advantage of custom hardwa
+ by the forks module, which gives you the (i-) threads API, just much
+ faster).
+ 
+-Sharing data is in the i-threads model is done by transfering data
++Sharing data is in the i-threads model is done by transferring data
+ structures between threads using copying semantics, which is very slow -
+ shared data simply does not exist. Benchmarks using i-threads which are
+ communication-intensive show extremely bad behaviour with i-threads (in
+--- a/README
++++ b/README
+@@ -650,7 +650,7 @@ WINDOWS PROCESS EMULATION
+     evidenced by the forks module, which gives you the (i-) threads API,
+     just much faster).
+ 
+-    Sharing data is in the i-threads model is done by transfering data
++    Sharing data is in the i-threads model is done by transferring data
+     structures between threads using copying semantics, which is very slow -
+     shared data simply does not exist. Benchmarks using i-threads which are
+     communication-intensive show extremely bad behaviour with i-threads (in




More information about the Pkg-perl-cvs-commits mailing list