[SCM] Debian packaging of libuniversal-moniker-perl branch, master, updated. 8d67037f2bf729ad2428fd98740c37c849ded661

Axel Beckert abe at deuxchevaux.org
Sat Mar 9 14:17:32 UTC 2013


The following commit has been merged in the master branch:
commit 99f114f6f3b53f82f9592442bfc549cf0cf07051
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Mar 9 14:10:17 2013 +0100

    Fix lintian warning using-first-person-in-description

diff --git a/debian/changelog b/debian/changelog
index 7c36c11..d9073ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ libuniversal-moniker-perl (0.08-7) UNRELEASED; urgency=low
   * Remove Bart from Uploaders (thanks for your work!), add myself to
     Uploaders. (Closes: #702592)
   * Clarify short package description.
+  * Fixed the following lintian warnings:
+    + using-first-person-in-description
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 09 Jul 2009 23:06:14 +0200
 
diff --git a/debian/control b/debian/control
index 52517c1..6cd8f79 100644
--- a/debian/control
+++ b/debian/control
@@ -16,10 +16,11 @@ Depends: ${perl:Depends}, ${misc:Depends}
 Recommends: liblingua-en-inflect-perl (>= 1.88)
 Description: Methods to output nicer names for your Perl modules/classes
  Class names in Perl often don't sound great when spoken, or look good
- when written in prose. For this reason, we tend to say things like
- "customer" or "basket" when we are referring to
- "My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it
- would be nice if our classes knew what we would prefer to call them.
+ when written in prose. For this reason, the module authors tend to
+ say things like "customer" or "basket" when they are referring to
+ "My::Site::User::Customer" or "My::Site::Shop::Basket". They thought
+ it would be nice if their classes knew what they would prefer to call
+ them.
  .
  This module will add a "moniker" (and "plural_moniker") method to
  "UNIVERSAL", and so to every class or module.

-- 
Debian packaging of libuniversal-moniker-perl



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