[SCM] Debian packaging of libhtml-template-compiled-perl branch, master, updated. debian/0.97-1-13-g10acf6c

gregor herrmann gregoa at debian.org
Sat Aug 25 19:05:28 UTC 2012


The following commit has been merged in the master branch:
commit 0609a60f1cd5142147299d2bba70c5574c21477a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 25 21:03:27 2012 +0200

    Add a patch to fix a spelling mistake.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..86fca1e
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,31 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=79215
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=79215
+Author: gregor herrmann <gregoa at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-08-25
+Applied-Upstream: *** FIXME ***
+
+--- a/README
++++ b/README
+@@ -243,7 +243,7 @@
+         You can also set aliases with the "SET_VAR" tag. See "SET_VAR"
+ 
+         To use template parameters with a "$" at the beginning (which is not
+-        officially suppported, but some are abviously using it), you can
++        officially supported, but some are abviously using it), you can
+         set:
+ 
+             local $HTML::Template::Compiled::Compiler::DISABLE_NEW_ALIAS = 1;
+--- a/lib/HTML/Template/Compiled.pm
++++ b/lib/HTML/Template/Compiled.pm
+@@ -1828,7 +1828,7 @@
+ You can also set aliases with the C<SET_VAR> tag. See L<"SET_VAR">
+ 
+ To use template parameters with a C<$> at the beginning (which is not
+-officially suppported, but some are abviously using it), you can set:
++officially supported, but some are abviously using it), you can set:
+ 
+     local $HTML::Template::Compiled::Compiler::DISABLE_NEW_ALIAS = 1;
+ 

-- 
Debian packaging of libhtml-template-compiled-perl



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