r56023 - in /trunk/liblocale-maketext-lexicon-perl: ./ debian/ debian/patches/ lib/Locale/Maketext/ lib/Locale/Maketext/Extract/Plugin/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Apr 12 14:40:39 UTC 2010


Author: ansgar-guest
Date: Mon Apr 12 14:40:32 2010
New Revision: 56023

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56023
Log:
New upstream release.
Drop patch: applied upstream.

Removed:
    trunk/liblocale-maketext-lexicon-perl/debian/patches/
Modified:
    trunk/liblocale-maketext-lexicon-perl/AUTHORS
    trunk/liblocale-maketext-lexicon-perl/Changes
    trunk/liblocale-maketext-lexicon-perl/META.yml
    trunk/liblocale-maketext-lexicon-perl/debian/changelog
    trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract.pm
    trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/Base.pm
    trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/TT2.pm
    trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm

Modified: trunk/liblocale-maketext-lexicon-perl/AUTHORS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/AUTHORS?rev=56023&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/AUTHORS (original)
+++ trunk/liblocale-maketext-lexicon-perl/AUTHORS Mon Apr 12 14:40:32 2010
@@ -7,6 +7,7 @@
 
 Alain Barbet            (ALIAN)
 Andy Wardley            (ABW)
+Ansgar Burchardt
 Brian Cassidy           (BRICAS)
 Charlie Garrison        (CNG)
 Christian Hansen

Modified: trunk/liblocale-maketext-lexicon-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/Changes?rev=56023&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/Changes (original)
+++ trunk/liblocale-maketext-lexicon-perl/Changes Mon Apr 12 14:40:32 2010
@@ -1,3 +1,9 @@
+[Changes for 0.82 - 2010-04-12]
+* Locale::Maketext::Extract::Plugin::Base
+* Locale::Maketext::Extract::Plugin::TT2
+* Locale::Maketext::Extract
+    - fixed some spelling errors - thanks to Ansgar Burchardt for the patch
+
 [Changes for 0.81 - 2010-04-09]
 * Locale::Maketext::Extract::PLugin::FormFu
     - the plugin now understands YAML of the form:

Modified: trunk/liblocale-maketext-lexicon-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/META.yml?rev=56023&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/META.yml (original)
+++ trunk/liblocale-maketext-lexicon-perl/META.yml Mon Apr 12 14:40:32 2010
@@ -29,4 +29,4 @@
 requires:
   Locale::Maketext: 0.01
   perl: 5.005
-version: 0.81
+version: 0.82

Modified: trunk/liblocale-maketext-lexicon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/debian/changelog?rev=56023&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/debian/changelog (original)
+++ trunk/liblocale-maketext-lexicon-perl/debian/changelog Mon Apr 12 14:40:32 2010
@@ -1,9 +1,10 @@
-liblocale-maketext-lexicon-perl (0.81-1) unstable; urgency=low
-
-  * New upstream release.
+liblocale-maketext-lexicon-perl (0.82-1) unstable; urgency=low
+
+  * New upstream release.
+  * Drop patch: applied upstream.
   * Add myself to Uploaders.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 12 Apr 2010 20:22:02 +0900
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 12 Apr 2010 23:40:02 +0900
 
 liblocale-maketext-lexicon-perl (0.79-1) unstable; urgency=low
 

Modified: trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract.pm?rev=56023&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract.pm (original)
+++ trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract.pm Mon Apr 12 14:40:32 2010
@@ -1,5 +1,5 @@
 package Locale::Maketext::Extract;
-$Locale::Maketext::Extract::VERSION = '0.36';
+$Locale::Maketext::Extract::VERSION = '0.37';
 
 use strict;
 use Locale::Maketext::Lexicon();
@@ -97,8 +97,8 @@
   [% 'string' | l(arg1,argn) %]
   [% l('string',arg1,argn) %]
 
-  FILTER and | are interchangable
-  l and loc are interchangable
+  FILTER and | are interchangeable
+  l and loc are interchangeable
   args are optional
 
 =item Text::Template (plugin: text)
@@ -123,6 +123,7 @@
 
 We extract the text after C<_loc: >:
     content_loc: this is the string
+    message_loc: ['Max string length: [_1]', 10]
 
 =item Generic Template (plugin: generic)
 

Modified: trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/Base.pm?rev=56023&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/Base.pm (original)
+++ trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/Base.pm Mon Apr 12 14:40:32 2010
@@ -200,7 +200,7 @@
     }
 
 Determines whether the current file should be handled by this parser, based
-either on the list of file_types speficied when this object was created,
+either on the list of file_types specified when this object was created,
 or the default file_types specified in the module.
 
 =cut

Modified: trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/TT2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/TT2.pm?rev=56023&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/TT2.pm (original)
+++ trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Extract/Plugin/TT2.pm Mon Apr 12 14:40:32 2010
@@ -40,9 +40,9 @@
 
 =back
 
-l and loc are interchangable.
-
-| and FILTER are interchangable.
+l and loc are interchangeable.
+
+| and FILTER are interchangeable.
 
 =head1 KNOWN FILE TYPES
 

Modified: trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm?rev=56023&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm (original)
+++ trunk/liblocale-maketext-lexicon-perl/lib/Locale/Maketext/Lexicon.pm Mon Apr 12 14:40:32 2010
@@ -1,5 +1,5 @@
 package Locale::Maketext::Lexicon;
-$Locale::Maketext::Lexicon::VERSION = '0.81';
+$Locale::Maketext::Lexicon::VERSION = '0.82';
 
 use 5.004;
 use strict;




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