[libtext-levenshtein-damerau-perl] 02/02: updated control and copyright

dod at debian.org dod at debian.org
Wed Jul 15 10:16:36 UTC 2015


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

dod pushed a commit to branch master
in repository libtext-levenshtein-damerau-perl.

commit 9aecb6dcf9dc53f69a255291562522935f7c0b4b
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Jul 15 12:10:56 2015 +0200

    updated control and copyright
---
 debian/control   | 34 ++++++++++++----------------------
 debian/copyright | 14 +++-----------
 2 files changed, 15 insertions(+), 33 deletions(-)

diff --git a/debian/control b/debian/control
index 97287af..788e749 100644
--- a/debian/control
+++ b/debian/control
@@ -1,35 +1,25 @@
 Source: libtext-levenshtein-damerau-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <dod at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-levenshtein-damerau-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-levenshtein-damerau-perl.git
 Homepage: https://metacpan.org/release/Text-Levenshtein-Damerau
-Testsuite: autopkgtest-pkg-perl
 
 Package: libtext-levenshtein-damerau-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Damerau Levenshtein edit distance.
- Returns the true Damerau Levenshtein edit distance of strings with adjacent
- transpositions. Useful for fuzzy matching, DNA variation metrics, and fraud
- detection.
- .
- Defaults to using Pure Perl Text::Levenshtein::Damerau::PP, but has an XS
- addon Text::Levenshtein::Damerau::XS for massive speed imrovements. Works
- correctly with utf8 if backend supports it; known to work with
- Text::Levenshtein::Damerau::PP and Text::Levenshtein::Damerau::XS.
- .
- use utf8;
- .
- my $tld = Text::Levenshtein::Damerau->new('ⓕⓞⓤⓡ');
- .
- print $tld->dld('ⓕⓤⓞⓡ');
- .
- # prints 1
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: Edit distance calculator with Damerau Levenshtein algorithm
+ Text::Levenshtein::Damerau module returns the true Damerau Levenshtein
+ edit distance of strings with adjacent transpositions. Useful for
+ fuzzy matching, DNA variation metrics, and fraud detection.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Defaults to using Pure Perl Text::Levenshtein::Damerau::PP, but has an
+ XS addon Text::Levenshtein::Damerau::XS for massive speed
+ imrovements. Works correctly with utf8 if backend supports it.
diff --git a/debian/copyright b/debian/copyright
index 2d5930d..5912c7b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://metacpan.org/release/Text-Levenshtein-Damerau
-Upstream-Contact: Nick Logan <ugexe at cpan.org>
 Upstream-Name: Text-Levenshtein-Damerau
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
+Upstream-Contact: Nick Logan <ugexe at cpan.org>
+Source: https://metacpan.org/release/Text-Levenshtein-Damerau
 
 Files: *
-Copyright: Nick Logan <ugexe at cpan.org>
+Copyright: 2012-2013, Nick Logan <ugexe at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

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



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