[SCM] Debian packaging of Text-RewriteRules CPAN distribution branch, master, updated. debian/0.23-1-10-g2c907d4

Nuno Carvalho smash at cpan.org
Sat Jun 9 13:12:01 UTC 2012


The following commit has been merged in the master branch:
commit 0fc9a4e89f231c10a4ddbff8421ba0cdd1d7ede1
Author: Nuno Carvalho <smash at cpan.org>
Date:   Sat Jun 9 13:55:46 2012 +0100

    Remove patch to fix typos

diff --git a/debian/changelog b/debian/changelog
index 9724495..2890244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libtext-rewriterules-perl (0.24-1) UNRELEASED; urgency=low
+
+  * Remove patch to fix typos (fixed upstream)
+  * New upstream release
+
+ -- smash <smash at unstable.localdomain>  Sat, 09 Jun 2012 13:54:32 +0100
+
 libtext-rewriterules-perl (0.23-1) unstable; urgency=low
 
   * Initial Release. (Closes: #670327)
diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
deleted file mode 100644
index 0d2153d..0000000
--- a/debian/patches/fix_typos.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-Description: fix typos
-Author: Nuno Carvalho <smash at cpan.org>
-Applied-Upstream: 0.24
---- a/lib/Text/RewriteRules.pm
-+++ b/lib/Text/RewriteRules.pm
-@@ -54,7 +54,7 @@
- 
- cursor based rewrite (RULES/m function):
- 
-- add a cursor to the begining of the string
-+ add a cursor to the beginning of the string
-  while not reach end of string
-  | apply substitute just after cursor and advance cursor
-  | or advance cursor if no rule can be applied
-@@ -80,7 +80,7 @@
- 
- The approach used is the last: we use C<Filter::Simple> such that we
- can add a specific non-perl syntax inside the Perl script. This
--improves legibility of big rewriting rules sytems.
-+improves legibility of big rewriting rules systems.
- 
- This documentation is divided in two parts: first we will see the
- reference of the module. Kind of, what it does, with a brief
-@@ -150,12 +150,12 @@
- 
- =head2 Conditional Rule
- 
--On some cases we want to perform a susbtitution if the pattern matches
-+On some cases we want to perform a substitution if the pattern matches
- B<and> a set of conditions about that pattern (or not) are true.
- 
- For that, we use a three part rule. We have the common rule plus the
- condition part, separated from the rule by C<!!>. These conditional
--rules can be applied both for basic and exeuction rules.
-+rules can be applied both for basic and execution rules.
- 
-   RULES translate
-   ([[:alpha:]]+)=e=>$dic{$1}!! exists($dic{$1})
-@@ -225,7 +225,7 @@
- To facilitate matching complex languages Text::RewriteRules defines a
- set of regular expressions that you can use (without defining them).
- 
--=head2 Parethesis
-+=head2 Parenthesis
- 
- There are three kind of usual parenthesis: the standard parenthesis,
- brackets or curly braces. You can match a balanced string of
-@@ -238,7 +238,7 @@
- 
- to this string
- 
--  something [ a [ b] c [d ]] and somehting more
-+  something [ a [ b] c [d ]] and something more
- 
- then, you will get
- 
-@@ -803,7 +803,7 @@
- 
- At the moment, just a set of commented examples.
- 
--Example1 -- from number to portuguese words  (usint tradicional rewriting)
-+Example1 -- from number to portuguese words  (using traditional rewriting)
- 
- Example2 -- Naif translator (using cursor-based rewriting)
- 
diff --git a/debian/patches/series b/debian/patches/series
index 245b896..717446f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 add_script_manpage.patch
-fix_typos.patch

-- 
Debian packaging of Text-RewriteRules CPAN distribution



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