[libparse-dia-sql-perl] 05/06: Add new patch to fix another spelling mistake.

gregor herrmann gregoa at debian.org
Wed Dec 25 15:31:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libparse-dia-sql-perl.

commit 867567a124787b0514b846a45cf331109bdf6ac2
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 16:29:22 2013 +0100

    Add new patch to fix another spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 47 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

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..9c6a8e7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,47 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=91654
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=91654
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-12-25
+
+--- a/lib/Parse/Dia/SQL/Output/SQLite3.pm
++++ b/lib/Parse/Dia/SQL/Output/SQLite3.pm
+@@ -302,7 +302,7 @@
+ 
+ =head2 get_permissions_create
+ 
+-SQLite doesn't support permissions, so supress this output.
++SQLite doesn't support permissions, so suppress this output.
+ 
+ =cut
+ 
+@@ -312,7 +312,7 @@
+ 
+ =head2 get_permissions_drop
+ 
+-SQLite doesn't support permissions, so supress this output.
++SQLite doesn't support permissions, so suppress this output.
+ 
+ =cut
+ 
+--- a/lib/Parse/Dia/SQL/Output/SQLite3fk.pm
++++ b/lib/Parse/Dia/SQL/Output/SQLite3fk.pm
+@@ -304,7 +304,7 @@
+ 
+ =head2 get_permissions_create
+ 
+-SQLite doesn't support permissions, so supress this output.
++SQLite doesn't support permissions, so suppress this output.
+ 
+ =cut
+ 
+@@ -314,7 +314,7 @@
+ 
+ =head2 get_permissions_drop
+ 
+-SQLite doesn't support permissions, so supress this output.
++SQLite doesn't support permissions, so suppress this output.
+ 
+ =cut
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-dia-sql-perl.git



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