[SCM] Debian packaging of libdancer-plugin-database-perl branch, master, updated. debian/1.70-1-7-gddff623

gregor herrmann gregoa at debian.org
Tue Feb 7 23:07:52 UTC 2012


The following commit has been merged in the master branch:
commit 3d955676ce73a9d4b7a7e6037fd839e747208bea
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 8 00:05:10 2012 +0100

    Add a patch to fix a spelling mistake.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..26977dd
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: minor spelling fix
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=74758
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=74758
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-02-08
+
+--- a/lib/Dancer/Plugin/Database.pm
++++ b/lib/Dancer/Plugin/Database.pm
+@@ -516,7 +516,7 @@
+ =item C<database_connection_lost>
+ 
+ Called when the plugin detects that the database connection has gone away.
+-Receives the no-longer usable handle as a paramter, in case you need to extract
++Receives the no-longer usable handle as a parameter, in case you need to extract
+ some information from it (such as which server it was connected to).
+ 
+ =item C<database_connection_failed>

-- 
Debian packaging of libdancer-plugin-database-perl



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