[SCM] Debian packaging of libparse-dia-sql-perl branch, master, updated. debian/0.20-1-9-gec50726

gregor herrmann gregoa at debian.org
Sat Aug 25 20:18:07 UTC 2012


The following commit has been merged in the master branch:
commit 836caf3016d6921a79f0d3356b632c8dff4c0c93
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 25 22:14:04 2012 +0200

    Add a patch to fix some spelling mistakes.

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..44f4ebb
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,38 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=79218
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=79218
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-08-25
+
+--- a/lib/Parse/Dia/SQL.pm
++++ b/lib/Parse/Dia/SQL.pm
+@@ -167,7 +167,7 @@
+ 
+ =head1 TERMINOLOGY
+ 
+-By I<database> we mean relational database managment system (RDBMS).
++By I<database> we mean relational database management system (RDBMS).
+ 
+ =cut
+ 
+--- a/lib/Parse/Dia/SQL/Output/SQLite3fk.pm
++++ b/lib/Parse/Dia/SQL/Output/SQLite3fk.pm
+@@ -275,7 +275,7 @@
+ 
+ =head2 _get_fk_drop
+ 
+-Foreign key enforcement is embedded in the table definitions for SQLite, so no output is requried here.
++Foreign key enforcement is embedded in the table definitions for SQLite, so no output is required here.
+ 
+ =cut
+ 
+@@ -324,7 +324,7 @@
+ 
+ =head2 _get_create_association_sql
+ 
+-Foreign key enforcement is embedded in the table definitions for SQLite, so no output is requried here.
++Foreign key enforcement is embedded in the table definitions for SQLite, so no output is required here.
+ 
+ =cut
+ 

-- 
Debian packaging of libparse-dia-sql-perl



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