r77678 - in /trunk/libhtml-template-expr-perl/debian: changelog patches/html-template-version.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 21 12:13:01 UTC 2011


Author: gregoa
Date: Thu Jul 21 12:12:58 2011
New Revision: 77678

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77678
Log:
Add a patch to remove the version requirement for HTML::Template
(closes: #634582).

Added:
    trunk/libhtml-template-expr-perl/debian/patches/html-template-version.patch
Modified:
    trunk/libhtml-template-expr-perl/debian/changelog
    trunk/libhtml-template-expr-perl/debian/patches/series

Modified: trunk/libhtml-template-expr-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-expr-perl/debian/changelog?rev=77678&op=diff
==============================================================================
--- trunk/libhtml-template-expr-perl/debian/changelog (original)
+++ trunk/libhtml-template-expr-perl/debian/changelog Thu Jul 21 12:12:58 2011
@@ -2,6 +2,8 @@
 
   * Convert to source format 3.0 (quilt).
   * Add a patch to fix pod errors.
+  * Add a patch to remove the version requirement for HTML::Template
+    (closes: #634582).
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 28 Jul 2010 21:38:30 -0400
 

Added: trunk/libhtml-template-expr-perl/debian/patches/html-template-version.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-expr-perl/debian/patches/html-template-version.patch?rev=77678&op=file
==============================================================================
--- trunk/libhtml-template-expr-perl/debian/patches/html-template-version.patch (added)
+++ trunk/libhtml-template-expr-perl/debian/patches/html-template-version.patch Thu Jul 21 12:12:58 2011
@@ -1,0 +1,21 @@
+Description: Remove version requirement for use HTML::Template
+ This breaks with use HTML::Template 2.10, since 2.1 < 2.4 ...
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/634582
+Forwarded: no, and the problem is more in HTML::Template#s version history
+Author: gregor herrmann <gregoa at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-07-21
+Applied-Upstream: *** FIXME ***
+
+--- a/Expr.pm
++++ b/Expr.pm
+@@ -5,7 +5,7 @@
+ 
+ $VERSION = '0.07';
+ 
+-use HTML::Template 2.4;
++use HTML::Template;
+ use Carp qw(croak confess carp);
+ use Parse::RecDescent;
+ 

Modified: trunk/libhtml-template-expr-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-expr-perl/debian/patches/series?rev=77678&op=diff
==============================================================================
--- trunk/libhtml-template-expr-perl/debian/patches/series (original)
+++ trunk/libhtml-template-expr-perl/debian/patches/series Thu Jul 21 12:12:58 2011
@@ -1,1 +1,2 @@
 pod.patch
+html-template-version.patch




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