[SCM] Debian packaging of libclass-meta-perl branch, master, updated. debian/0.65-1-12-gabbd32c

Nathan Handler nhandler at ubuntu.com
Sun Jul 15 16:54:12 UTC 2012


The following commit has been merged in the master branch:
commit 2b9d3fc480bfd579e1e2a6e07b9006a0af708f16
Author: Nathan Handler <nhandler at ubuntu.com>
Date:   Sun Jul 15 11:44:31 2012 -0500

    Update spelling.patch

diff --git a/debian/changelog b/debian/changelog
index 0910d8a..7e09143 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ libclass-meta-perl (0.66-1) UNRELEASED; urgency=low
   * debian/copyright:
     - Add myself to debian/* copyright
     - Update to copyright-format 1.0
+  * debian/patches/spelling.patch:
+    - Most of the spelling issues were resolved in 0.66, but one still remains
+    - Add myself as an Author and update last updated date
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sun, 15 Jul 2012 11:20:32 -0500
 
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 82fb597..809ca20 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -2,29 +2,18 @@ Description: Fix two spelling mistakes and a grammatical one.
 Bug: https://rt.cpan.org/Ticket/Display.html?id=78163
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78163
 Author: Peter Pentchev <roam at ringlet.net>
+Author: Nathan Handler <nhandler at ubuntu.com>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-02-24
+Last-Update: 2012-07-15
 
 --- a/lib/Class/Meta.pm
 +++ b/lib/Class/Meta.pm
-@@ -67,9 +67,9 @@
+@@ -69,7 +69,7 @@
        has  uuid => (
          authz    => 'READ',
          required => 1,
--        deafult  => sub { Data::UUID->new->create_str },
-+        default  => sub { Data::UUID->new->create_str },
+-        deafault => sub { Data::UUID->new->create_str },
++        default => sub { Data::UUID->new->create_str },
        );
--      has name => ( rquired => 1         );
-+      has name => ( required => 1         );
-       has age  => ( is      => 'integer' );
-       method chk_pass => sub { ... }
-   };
-@@ -141,7 +141,7 @@
- Class::Meta interface itself, well, read on!
- 
- I recommend that you create your Class::Meta classes in a C<BEGIN> block.
--Although this is not strictly necessary, it helps to ensure that the classes
-+Although this is not strictly necessary, it helps ensure that the classes
- you're building are completely constructed and ready to go by the time
- compilation has completed. Creating classes with Class::Meta is easy, using
- the Class::Meta object oriented interface. Here is an example of a very simple
+       has name => ( required => 1         );
+       has age  => ( is       => 'integer' );

-- 
Debian packaging of libclass-meta-perl



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