[SCM] Debian packaging of libcoat-perl branch, master, updated. debian/0.334-2-10-g4a65d95

gregor herrmann gregoa at debian.org
Wed Oct 5 16:52:13 UTC 2011


The following commit has been merged in the master branch:
commit b807f2738e235fd49b0bd2e4f4541a1c84769b68
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 5 18:49:03 2011 +0200

    Add a patch to fix 2 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..89ea5e5
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix spelling mistakes
+Origin: vendor
+Forwarded: no
+# package not maintained upstream
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-10-05
+
+--- a/lib/Coat.pm
++++ b/lib/Coat.pm
+@@ -428,7 +428,7 @@
+ inherits from the main mother-class: L<Coat::Object>. 
+ 
+ The I<Coat> module itself exports all the symbols needed to build a class and 
+-L<Coat::Meta> provides access to the meta class informations (attribute descriptions,
++L<Coat::Meta> provides access to the meta class information (attribute descriptions,
+ inheritance data, etc).
+ 
+ Here is a basic example with a class "Point": 
+--- a/lib/Coat/Types.pm
++++ b/lib/Coat/Types.pm
+@@ -369,7 +369,7 @@
+ =head1 DESCRIPTION
+ 
+ This module provides Coat with the ability to create custom type
+-contraints to be used in attribute definition.
++constraints to be used in attribute definition.
+ 
+ =head2 Important Caveat
+ 

-- 
Debian packaging of libcoat-perl



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