[SCM] Debian packaging of libpetal-perl branch, master, updated. e22a033933f43dde7612efa9d2238077e39af3a2
Damyan Ivanov
dmn at debian.org
Sun Aug 14 11:18:28 UTC 2011
The following commit has been merged in the master branch:
commit 97440bfd09f35ad7bd79f5c97990eebf2ff678d0
Author: Damyan Ivanov <dmn at debian.org>
Date: Sun Aug 14 14:07:45 2011 +0300
add spelling-errors.patch fixing two spelling errors in Petal manual
diff --git a/debian/changelog b/debian/changelog
index d9dc9f7..43d5c77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ libpetal-perl (2.19-2) UNRELEASED; urgency=low
* use tiny debhelper rules and compatibility level 8
* remove unused lintian override about an unbreakable line in the manual
* claim conformance with POlicy 3.9.2
+ * add spelling-errors.patch fixing two spelling errors in Petal manual
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:46:05 +0100
diff --git a/debian/patches/series b/debian/patches/series
index f682a17..eab7c6c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
no-UNIVERSAL-import.patch
no-Safe.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..d7fa239
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,24 @@
+Description: fix two small spelling errors in Petal POD.
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=70261
+
+--- a/lib/Petal.pm
++++ b/lib/Petal.pm
+@@ -1333,7 +1333,7 @@ For example:
+ =head2 define-slot
+
+ In any given macro you can define slots, which are bits of macros that can be
+-overriden by something else using the fill-macro directive. To re-use the
++overridden by something else using the fill-macro directive. To re-use the
+ example above, imagine that we want to be able to optionally override the
+ (pouet pouet) bit with something else:
+
+@@ -1728,7 +1728,7 @@ The cycle of a Petal template is the fol
+ 8. Petal executes the subroutine
+ 9. (optional) Petal internationalizes the resulting output.
+
+-If you are under a persistent environement a la mod_perl, subsequent calls to
++If you are under a persistent environment a la mod_perl, subsequent calls to
+ the same template will be reduced to step 8 until the source template changes.
+
+ Otherwise, subsequent calls will resume at step 6, until the source template
--
Debian packaging of libpetal-perl
More information about the Pkg-perl-cvs-commits
mailing list