[libtext-brew-perl] 03/03: fix brew description

Don Armstrong don at alioth.debian.org
Wed Sep 25 22:22:18 UTC 2013


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

don pushed a commit to branch master
in repository libtext-brew-perl.

commit 995981274dbde75ff19052c0a2fd781e7309d20c
Author: Don Armstrong <don at donarmstrong.com>
Date:   Wed Sep 25 12:40:38 2013 -0700

    fix brew description
---
 debian/control |   20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 2d42c89..11d3bdc 100644
--- a/debian/control
+++ b/debian/control
@@ -13,19 +13,9 @@ Homepage: https://metacpan.org/release/Text-Brew
 Package: libtext-brew-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: unknown
- Text::Brew implements the Brew edit distance that is very close to the
- dynamic programming technique used for the Wagner-Fischer (and so for the
- Levenshtein) edit distance. Please look at the module references below. For
- more information about the Brew edit distance see:
+Description: perl implementation of Brew edit distance
+ Text::Brew implements the Brew edit distance that is very close to
+ the dynamic programming technique used for the Wagner-Fischer (and so
+ for the Levenshtein) edit distance. For more information about the
+ Brew edit distance see:
  <http://ling.ohio-state.edu/~cbrew/795M/string-distance.html>
- .
- The difference here is that you have separated costs for the DELetion and
- INSertion operations (but with the default to 1 for both, you obtain the
- Levenshtein edit distance). But the most interesting feature is that you can
- obtain the description of the edits needed to transform the first string into
- the second one (not vice versa: here DELetions are separated from
- INSertions). The difference from the original algorithm by Chris Brew is that
- I have added the SUBST operation, making it different from MATCH operation.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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