[SCM] Debian packaging of libdbix-class-perl branch, master, updated. debian/0.08195-1-6-g30f69dd

Olly Betts olly at survex.com
Wed Dec 7 01:25:30 UTC 2011


The following commit has been merged in the master branch:
commit 74bebda05e3b4b8628ba6d281950b1705c1a57d3
Author: Olly Betts <olly at survex.com>
Date:   Wed Dec 7 14:14:15 2011 +1300

    Fix documentation typo spotted by lintian ("overriden" -> "overridden")

diff --git a/debian/changelog b/debian/changelog
index 2518a2c..a6f985e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,12 +3,13 @@ libdbix-class-perl (0.08196-1) UNRELEASED; urgency=low
   [ Olly Betts ]
   * New upstream release
     + Fixes testcase t/88result_set_column.t (Closes: #642829)
+  * Fix documentation typo spotted by lintian ("overriden" -> "overridden")
 
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
- -- Olly Betts <olly at survex.com>  Wed, 07 Dec 2011 00:59:19 +0000
+ -- Olly Betts <olly at survex.com>  Wed, 07 Dec 2011 01:07:25 +0000
 
 libdbix-class-perl (0.08195-1) unstable; urgency=low
 
diff --git a/debian/patches/fix-doc-typo.patch b/debian/patches/fix-doc-typo.patch
new file mode 100644
index 0000000..9c28bd0
--- /dev/null
+++ b/debian/patches/fix-doc-typo.patch
@@ -0,0 +1,17 @@
+Description: Fix documentation typo
+Author: Olly Betts <olly at survex.com>
+---
+Forwarded: no
+Last-Update: 2011-12-07
+
+--- libdbix-class-perl-0.08196.orig/lib/DBIx/Class/Schema.pm
++++ libdbix-class-perl-0.08196/lib/DBIx/Class/Schema.pm
+@@ -1021,7 +1021,7 @@ sub svp_rollback {
+ 
+ Clones the schema and its associated result_source objects and returns the
+ copy. The resulting copy will have the same attributes as the source schema,
+-except for those attributes explicitly overriden by the provided C<%attrs>.
++except for those attributes explicitly overridden by the provided C<%attrs>.
+ 
+ =cut
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9ac975e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-doc-typo.patch
diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm
index 5b86fec..cb73055 100644
--- a/lib/DBIx/Class/Schema.pm
+++ b/lib/DBIx/Class/Schema.pm
@@ -1021,7 +1021,7 @@ sub svp_rollback {
 
 Clones the schema and its associated result_source objects and returns the
 copy. The resulting copy will have the same attributes as the source schema,
-except for those attributes explicitly overriden by the provided C<%attrs>.
+except for those attributes explicitly overridden by the provided C<%attrs>.
 
 =cut
 

-- 
Debian packaging of libdbix-class-perl



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