[SCM] Packaging of padre perl editor branch, master, updated. debian/0.90.ds1-1-9-ga4585b2

Dominique Dumont dod at debian.org
Fri Dec 16 09:25:15 UTC 2011


The following commit has been merged in the master branch:
commit 882455aa8e46b8e1c660efe304f2c006b492665e
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Dec 15 14:13:07 2011 +0100

    removed spelling patch (applied upstream)

diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
deleted file mode 100644
index 47b5e8c..0000000
--- a/debian/patches/pod-spelling.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Description: Fix a couple of spelling errors in POD
-Author: Damyan Ivanov <dmn at debian.org>
-Source: upstream http://padre.perlide.org/trac/changeset/15864
-
---- a/lib/Padre/Role/Task.pm
-+++ b/lib/Padre/Role/Task.pm
-@@ -53,7 +53,7 @@ need to be delayed until a new backgroun
- if the maximum background worker limit has been reached.
- 
- The solution is provided by the C<on_message> handler, which is passed the
--parent task object as its first paramater.
-+parent task object as its first parameter.
- 
- Tasks which expect to be sent messages from their owner should send the owner
- a greeting message as soon as they have started. Not only does this let the
---- a/lib/Padre/Task.pm
-+++ b/lib/Padre/Task.pm
-@@ -184,7 +184,7 @@ In addition to defining a set of method
- implementer, the base class also provides implements a "task ownership" system
- in the base class that you may use for nearly no cost in terms of code.
- 
--This task owner system will consume three paramters.
-+This task owner system will consume three parameters.
- 
- The optional C<owner> parameter should be an object that inherits from the role
- L<Padre::Role::Task>. Message and finish events for this task will be forwarded
-@@ -409,7 +409,7 @@ reference to a Wx element, and flatten i
- widget instead.
- 
- The C<prepare> method also gives your task object a chance to determine whether
--or not it is still necesary. In some situations the delay between C<new> and
-+or not it is still necessary. In some situations the delay between C<new> and
- C<prepare> may be long enough that the task is no longer relevant, and so by
- the use of C<prepare> you can indicate execution should be aborted.
- 
-@@ -432,7 +432,7 @@ after deserialisation. It is where the a
- task occurs.
- 
- In many situations the implementation of run is simple and procedural, doing
--work based on input parameters stored on the object, blocking if necesary,
-+work based on input parameters stored on the object, blocking if necessary,
- and storing the results of the computation on the object for transmission
- back to the parent thread.
- 
diff --git a/debian/patches/series b/debian/patches/series
index a4123a1..275cd4c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-pod-spelling.patch
 disable-tcp-server.patch
 example-interpreter.patch

-- 
Packaging of padre perl editor



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