This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmath-nocarry-perl.

commit 3d07d3be82b9b996c06c2ba6577815c59386e0b5
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sun May 31 02:37:22 2015 +0200

    Move perl module name from short to long package description
    
    ... to please lintian (pkg-perl specific test)
---
 debian/control | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 29aa977..709824a 100644
--- a/debian/control
+++ b/debian/control
@@ -19,14 +19,13 @@ Package: libmath-nocarry-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Description: Perl module Math::NoCarry for no carry arithmetic
- No carry arithmetic doesn't allow you to carry digits to the
- next column.  For example, if you add 8 and 4, you normally
- expect the answer to be 12, but that 1 digit is a carry.
- In no carry arithmetic you can't do that, so the sum of
- 8 and 4 is just 2.  In effect, this is addition modulo 10
- in each column. The following example discards all of the carry
- digits:
+Description: Perl module for no carry arithmetic
+ The perl module Math::NoCarry implememnts no carry arithmetic which
+ doesn't allow you to carry digits to the next column.  For example,
+ if you add 8 and 4, you normally expect the answer to be 12, but that
+ 1 digit is a carry.  In no carry arithmetic you can't do that, so the
+ sum of 8 and 4 is just 2.  In effect, this is addition modulo 10 in
+ each column. The following example discards all of the carry digits:
  .
   1234
   + 5678

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-nocarry-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to