r58316 - in /trunk/libhtml-template-pro-perl/debian: changelog patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 23 14:59:58 UTC 2010


Author: gregoa
Date: Sun May 23 14:59:50 2010
New Revision: 58316

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58316
Log:
Refresh DEP3 patch header.

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/patches/spelling.patch

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=58316&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Sun May 23 14:59:50 2010
@@ -1,6 +1,7 @@
 libhtml-template-pro-perl (0.95-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh DEP3 patch header.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 23 May 2010 16:51:46 +0200
 

Modified: trunk/libhtml-template-pro-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/patches/spelling.patch?rev=58316&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/patches/spelling.patch (original)
+++ trunk/libhtml-template-pro-perl/debian/patches/spelling.patch Sun May 23 14:59:50 2010
@@ -1,10 +1,11 @@
-Author: gregor herrmann <gregoa at debian.org>
 Description: fix spelling mistakes
 Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-05-23
 
 --- a/lib/HTML/Template/PerlInterface.pod
 +++ b/lib/HTML/Template/PerlInterface.pod
-@@ -386,7 +386,7 @@ If case_sensitive is set to 0, the perl
+@@ -386,7 +386,7 @@
  keys in every hash it will find in "param" tree, which is sometimes 
  an expensive operation. To avoid this, set case_sensitive => 1.
  
@@ -13,7 +14,7 @@
  option tmpl_var_case, which is HTML::Template::Pro specific.
  
  Note that case_sensitive is wrapper-only option: it is not implemented 
-@@ -540,7 +540,7 @@ HTML::Template reads your template file
+@@ -540,7 +540,7 @@
  template tags.
  
  In the most simple usage, you simply assign a code reference to the
@@ -22,7 +23,7 @@
  reference to a string containing the template file text.  Here is an
  example that accepts templates with tags that look like "!!!ZAP_VAR
  FOO!!!" and transforms them into HTML::Template tags:
-@@ -630,7 +630,7 @@ C<param()> can be called in a number of
+@@ -630,7 +630,7 @@
        $self->param(PARAM => 'value');
  
        # with a subroutine reference that gets called to get the value
@@ -31,7 +32,7 @@
        # parameter.
        $self->param(PARAM => sub { return 'value' });   
  
-@@ -902,7 +902,7 @@ or
+@@ -902,7 +902,7 @@
    HTML::Template::Expr->register_function(func_name => \&func_handler);
  
  You provide a subroutine reference that will be called during output.
@@ -40,7 +41,7 @@
  For example, here's a function that checks if a directory exists:
  
    sub directory_exists {
-@@ -982,7 +982,7 @@ HTML::Template::Pro does not forces the
+@@ -982,7 +982,7 @@
  option to be set, whereas currently HTML::Template::Expr does.
  Anyway, this also will hopefully go away in a future version of 
  HTML::Template::Expr, so if you need global_vars in your templates 
@@ -51,7 +52,7 @@
  
 --- a/lib/HTML/Template/Pro.pm
 +++ b/lib/HTML/Template/Pro.pm
-@@ -462,7 +462,7 @@ HTML::Template::Pro is a fast lightweigh
+@@ -462,7 +462,7 @@
  of HTML::Template (as of 2.9) and HTML::Template::Expr (as of 0.0.7). 
  It is not intended to be a complete replacement, 
  but to be a fast implementation of HTML::Template if you don't need 
@@ -62,7 +63,7 @@
  HTML::Template::Pro has complete support of filters and HTML::Template::Expr's 
 --- a/lib/HTML/Template/SYNTAX.pod
 +++ b/lib/HTML/Template/SYNTAX.pod
-@@ -282,7 +282,7 @@ available.  As a final attempt, the file
+@@ -282,7 +282,7 @@
  directly.  See below for more information on HTML_TEMPLATE_ROOT and
  the "path" option to new().
  
@@ -71,7 +72,7 @@
  limit of 10 levels deep is imposed.  You can alter this limit with the
  "max_includes" option.  See the entry for the "max_includes" option
  below for more details.
-@@ -607,7 +607,7 @@ regexp support is added to HTML::Templat
+@@ -607,7 +607,7 @@
  HTML::Template::Pro by Stanislav Yadykin <tosick at altlinux.ru>.
  Currently it is not included in official distribution of HTML::Template::Expr.
  




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