[SCM] Debian packaging of libhtml-formfu-perl branch, master, updated. 0023a9a6ec6e1efbefa81d0d0ae831d5c97bdeb9

gregor herrmann gregoa at debian.org
Sat Aug 27 19:59:25 UTC 2011


The following commit has been merged in the master branch:
commit 3a9227c68d078061aa911d9abc27ef16eb77f692
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 27 21:53:21 2011 +0200

    Add a patch to fix a minor spelling mistake detected by lintian.

diff --git a/debian/patches/series b/debian/patches/series
index 59a2373..f08b780 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ whatis-entries.diff
 how-to-report-bugs.diff
 pod-for-html_formfu_dumpconf.diff
 do-not-check-for-old-version.diff
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..a74432e
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,17 @@
+Description: spelling mistake according to lintian
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-08-27
+
+--- a/lib/HTML/FormFu/Manual/Cookbook.pod
++++ b/lib/HTML/FormFu/Manual/Cookbook.pod
+@@ -457,7 +457,7 @@
+     sub auto : Private {
+         my ($self, $c) = @_;
+ 
+-        # We want to utilize alot of the magic that the controller
++        # We want to utilize a lot of the magic that the controller
+         # gives us, so therefore we call $self->form like this
+ 
+         my $login_form = $self->form;

-- 
Debian packaging of libhtml-formfu-perl



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