r62231 - in /trunk/libcgi-application-extra-plugin-bundle-perl/debian: control patches/CGI-Application-Plugin-AnyTemplate/ patches/CGI-Application-Plugin-AnyTemplate/spelling.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Aug 30 19:21:20 UTC 2010


Author: periapt-guest
Date: Mon Aug 30 19:13:21 2010
New Revision: 62231

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62231
Log:
trying out first quilted tarball

Added:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-AnyTemplate/
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-AnyTemplate/spelling.patch
Modified:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/control
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/control?rev=62231&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/control (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/control Mon Aug 30 19:13:21 2010
@@ -10,7 +10,7 @@
 
 Package: libcgi-application-extra-plugin-bundle-perl
 Architecture: all
-Depends: ${misc:Depends}, perl, libcgi-application-basic-plugin-bundle-perl, libclass-inspector-perl, libattribute-handlers-perl, libgd-securityimage-perl, libconfig-simple-perl, libio-stringy-perl, libdata-javascript-perl, libtime-hires-perl, libhtml-template-perl, libjson-any-perl (>= 1.14), liburi-perl, libdigest-hmac-perl, libdigest-md5-perl, libclass-accessor-perl (>= 0.25), libclone-perl, libclass-isa-perl, libuniversal-require-perl, libmime-base64-perl, libdigest-sha1-perl, libtemplate-perl (>= 2.0), libdbix-class-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-basic-plugin-bundle-perl, libclass-inspector-perl, libattribute-handlers-perl, libgd-securityimage-perl, libconfig-simple-perl, libio-stringy-perl, libdata-javascript-perl, libtime-hires-perl, libhtml-template-perl, libjson-any-perl (>= 1.14), liburi-perl, libdigest-hmac-perl, libdigest-md5-perl, libclass-accessor-perl (>= 0.25), libclone-perl, libclass-isa-perl, libuniversal-require-perl, libmime-base64-perl, libdigest-sha1-perl, libtemplate-perl (>= 2.0), libdbix-class-perl
 Recommends: libgd-graph-perl, libsvg-tt-graph-perl, libapache-htpasswd-perl, libcolor-calc-perl, libapache-httgroup-perl, libdbd-sqlite3-perl, libmodule-signature-perl 
 Enhances: libcgi-application-perl
 Breaks: libcgi-application-plugins-perl (<= 0.10)

Added: trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-AnyTemplate/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-AnyTemplate/spelling.patch?rev=62231&op=file
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-AnyTemplate/spelling.patch (added)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-AnyTemplate/spelling.patch Mon Aug 30 19:13:21 2010
@@ -1,0 +1,60 @@
+--- a/build-area/02/CGI-Application-Plugin-AnyTemplate-0.18/lib/CGI/Application/Plugin/AnyTemplate.pm
++++ b/build-area/02/CGI-Application-Plugin-AnyTemplate-0.18/lib/CGI/Application/Plugin/AnyTemplate.pm
+@@ -398,7 +398,7 @@
+ Normally, component embedding is handled by
+ L<CGI::Application::Plugin::AnyTemplate::ComponentHandler>.  If you want to
+ use a different class for this purpose, specify the class name as the
+-value of this paramter.
++value of this parameter.
+ 
+ It still has to provide the same interface as
+ L<CGI::Application::Plugin::AnyTemplate::ComponentHandler>.  See the source
+@@ -638,7 +638,7 @@
+ generated, you can do so with the C<template_filename_generator>
+ configuration parameter.
+ 
+-If you call C<load> with one paramter, it is taken to be either the
++If you call C<load> with one parameter, it is taken to be either the
+ filename or a reference to a string containing the template text:
+ 
+     my $template = $self->template->load('somefile');
+@@ -648,7 +648,7 @@
+ appropriate extension will be added for this template type.
+ 
+ If you call C<load> with more than one parameter, then
+-you can specify filename and configuration paramters directly:
++you can specify filename and configuration parameters directly:
+ 
+     my $template = $self->template->load(
+         file                        => 'some_file.tmpl',
+@@ -1039,7 +1039,7 @@
+ =head2 fill
+ 
+ Fill is a convenience method which in a single step creates the
+-template, fills it with the template paramters and returns its output.
++template, fills it with the template parameters and returns its output.
+ 
+ You can call it with or without a filename (or string ref).
+ 
+--- a/build-area/02/CGI-Application-Plugin-AnyTemplate-0.18/lib/CGI/Application/Plugin/AnyTemplate/Base.pm
++++ b/build-area/02/CGI-Application-Plugin-AnyTemplate-0.18/lib/CGI/Application/Plugin/AnyTemplate/Base.pm
+@@ -287,7 +287,7 @@
+ 
+ This is a virtual method and must be defined in the subclass.
+ 
+-The following paramters are passed to the driver and available as keys of the
++The following parameters are passed to the driver and available as keys of the
+ driver's C<$self> object:
+ 
+      'driver_config' => ...    # hashref of driver-specific config
+--- a/build-area/02/CGI-Application-Plugin-AnyTemplate-0.18/lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplate.pm
++++ b/build-area/02/CGI-Application-Plugin-AnyTemplate-0.18/lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplate.pm
+@@ -23,7 +23,7 @@
+ 
+     <TMPL_VAR NAME="cgiapp_embed('some_run_mode', param1, param2, 'literal string3')">
+ 
+-I<(Support for parameter passing is limited.  See the note on paramters below.)>
++I<(Support for parameter passing is limited.  See the note on parameters below.)>
+ 
+ This can be overridden by the following configuration variables:
+ 

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series?rev=62231&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series Mon Aug 30 19:13:21 2010
@@ -1,0 +1,1 @@
+CGI-Application-Plugin-AnyTemplate/spelling.patch




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