[SCM] Debian packaging of libhtml-template-compiled-perl branch, master, updated. debian/0.96-1-8-gba96185

gregor herrmann gregoa at debian.org
Sat May 26 19:28:26 UTC 2012


The following commit has been merged in the master branch:
commit 2a99c9fba6cc200205c194bc0b1e159d16ea92cd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 26 21:26:01 2012 +0200

    Remove patches, applied or fixed otherwise upstream.

diff --git a/debian/patches/01-manual.patch b/debian/patches/01-manual.patch
deleted file mode 100644
index 6b067a5..0000000
--- a/debian/patches/01-manual.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: Add missing descriptions in the NAME documentation section.
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=72740
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72740
-Author: Peter Pentchev <roam at ringlet.net>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-26
-
---- a/lib/HTML/Template/Compiled/Expression.pm
-+++ b/lib/HTML/Template/Compiled/Expression.pm
-@@ -154,7 +154,7 @@
- 
- =head1 NAME
- 
--HTML::Template::Compiled::Expression
-+HTML::Template::Compiled::Expression - a compiled HTML template expression
- 
- =head1 DESCRIPTION
- 
---- a/lib/HTML/Template/Compiled/Token.pm
-+++ b/lib/HTML/Template/Compiled/Token.pm
-@@ -85,7 +85,7 @@
- 
- =head1 NAME
- 
--HTML::Template::Compiled::Token
-+HTML::Template::Compiled::Token - a compiled HTML template token
- 
- =cut
- 
---- a/lib/HTML/Template/Compiled/Reference.pod
-+++ b/lib/HTML/Template/Compiled/Reference.pod
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--HTML::Template::Compiled::Reference
-+HTML::Template::Compiled::Reference - documentation for the HTML::Template::Compiled distribution
- 
- =head1 TAGSTYLES
- 
diff --git a/debian/patches/02-spelling.patch b/debian/patches/02-spelling.patch
deleted file mode 100644
index fdd3d45..0000000
--- a/debian/patches/02-spelling.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Description: fix some spelling mistakes
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=72741
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72741
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-26
-
---- a/lib/HTML/Template/Compiled.pm
-+++ b/lib/HTML/Template/Compiled.pm
-@@ -1040,7 +1040,7 @@
- # hash.key (found inside <tmpl_var name="hash.key">) will be converted to
- # '$t->get_var($P, $$C, 1, [PATH_DEREF, 'key'])'
- # the get_var method walks the paths given through the data structure.
--# $P is the paramater hash of the template, $C is a reference to the current
-+# $P is the parameter hash of the template, $C is a reference to the current
- # parameter hash. the third argument to get_var is 'final'.
- # <tmpl_var foo> is a 'final' path, and <tmpl_with foo> is not.
- # so final means it's in 'print-context'.
-@@ -1601,7 +1601,7 @@
- 
-   # note that the following
-   # use HTML::Template::Compiled speed => 1
--  # is deprecated (can be problematic under persistant environments)
-+  # is deprecated (can be problematic under persistent environments)
- 
-   # or for the biggest compatibility with HTML::Template
-   # case_sensitive => 0
-@@ -1609,7 +1609,7 @@
-   # use_query => 1
-   # note that the following
-   # use HTML::Template::Compiled compatible => 1;
--  # is deprecated (can be problematic under persistant environments)
-+  # is deprecated (can be problematic under persistent environments)
- 
-   # or use HTML::Template::Compiled::Classic
- 
-@@ -2233,7 +2233,7 @@
- 
- =head2 TMPL_LOOP
- 
--The special name C<_> gives you the current paramater. In loops you can use it like this:
-+The special name C<_> gives you the current parameter. In loops you can use it like this:
- 
-  <tmpl_loop foo>
-   Current item: <tmpl_var _ >
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7365025..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-01-manual.patch
-02-spelling.patch

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



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