r61044 - in /trunk/libtemplate-alloy-perl/debian: changelog patches/ patches/pod.patch patches/series source/ source/format
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Jul 31 21:18:17 UTC 2010
Author: gregoa
Date: Sat Jul 31 21:18:04 2010
New Revision: 61044
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61044
Log:
* Convert to source format 3.0 (quilt).
* Add a patch to fix two POD errors.
Added:
trunk/libtemplate-alloy-perl/debian/patches/
trunk/libtemplate-alloy-perl/debian/patches/pod.patch
trunk/libtemplate-alloy-perl/debian/patches/series
trunk/libtemplate-alloy-perl/debian/source/
trunk/libtemplate-alloy-perl/debian/source/format
Modified:
trunk/libtemplate-alloy-perl/debian/changelog
Modified: trunk/libtemplate-alloy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-alloy-perl/debian/changelog?rev=61044&op=diff
==============================================================================
--- trunk/libtemplate-alloy-perl/debian/changelog (original)
+++ trunk/libtemplate-alloy-perl/debian/changelog Sat Jul 31 21:18:04 2010
@@ -1,3 +1,10 @@
+libtemplate-alloy-perl (1.013-4) UNRELEASED; urgency=low
+
+ * Convert to source format 3.0 (quilt).
+ * Add a patch to fix two POD errors.
+
+ -- gregor herrmann <gregoa at debian.org> Sat, 31 Jul 2010 17:14:30 -0400
+
libtemplate-alloy-perl (1.013-3) unstable; urgency=low
[ Nathan Handler ]
Added: trunk/libtemplate-alloy-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-alloy-perl/debian/patches/pod.patch?rev=61044&op=file
==============================================================================
--- trunk/libtemplate-alloy-perl/debian/patches/pod.patch (added)
+++ trunk/libtemplate-alloy-perl/debian/patches/pod.patch Sat Jul 31 21:18:04 2010
@@ -1,0 +1,46 @@
+Description: fix POD mistakes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-07-31
+
+--- a/lib/Template/Alloy.pod
++++ b/lib/Template/Alloy.pod
+@@ -831,6 +831,8 @@
+
+ Note: this works in Alloy and is planned for TT3.
+
++=back
++
+ =head1 VIRTUAL METHODS
+
+ Virtual methods (vmethods) are a TT feature that allow for operating on the
+@@ -1939,6 +1941,8 @@
+
+ Hello.Hi.Howdy.
+
++=back
++
+ =head1 CONFIGURATION
+
+ The following configuration variables are supported (in
+--- a/lib/Template/Alloy/VMethod.pm
++++ b/lib/Template/Alloy/VMethod.pm
+@@ -422,7 +422,7 @@
+ Methods by these names implement filters that are more complex than
+ one liners. These methods are not exposed via the role.
+
+-=cut
++=back
+
+ =head1 VIRTUAL METHOD LIST
+
+@@ -930,7 +930,7 @@
+
+ [% mylist.unshift(23) %] Adds an item to the beginning of the arrayref.
+
+-=back 4
++=back
+
+ =head2 HASH VIRTUAL METHODS
+
Added: trunk/libtemplate-alloy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-alloy-perl/debian/patches/series?rev=61044&op=file
==============================================================================
--- trunk/libtemplate-alloy-perl/debian/patches/series (added)
+++ trunk/libtemplate-alloy-perl/debian/patches/series Sat Jul 31 21:18:04 2010
@@ -1,0 +1,1 @@
+pod.patch
Added: trunk/libtemplate-alloy-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-alloy-perl/debian/source/format?rev=61044&op=file
==============================================================================
--- trunk/libtemplate-alloy-perl/debian/source/format (added)
+++ trunk/libtemplate-alloy-perl/debian/source/format Sat Jul 31 21:18:04 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the Pkg-perl-cvs-commits
mailing list