[libtext-levenshtein-perl] branch master updated (944180b -> 046e682)
gregor herrmann
gregoa at debian.org
Sat May 10 14:10:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libtext-levenshtein-perl.
from 944180b update changelog
adds 82a17ec Imported Upstream version 0.09
new 9fe7516 Merge tag 'upstream/0.09'
new ea55c60 New upstream release.
new e5f07b0 Drop patch fix-manpage, merged upstream.
new 91db2d6 Update debian/copyright.
new 70c49ad cme: reformat debian/control
new cf57c30 Declare compliance with Debian Policy 3.9.5.
new 046e682 releasing package libtext-levenshtein-perl version 0.09-1
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 69 +++++--
LICENSE | 379 ++++++++++++++++++++++++++++++++++++
Levenshtein.pm | 145 --------------
MANIFEST | 19 +-
META.yml | 44 ++++-
Makefile.PL | 79 +++++++-
README | 28 ++-
debian/changelog | 11 +-
debian/control | 15 +-
debian/copyright | 8 +-
debian/patches/fix-manpage | 15 --
debian/patches/series | 1 -
dist.ini | 21 ++
lib/Text/Levenshtein.pm | 184 +++++++++++++++++
test.pl => t/01-original.t | 12 +-
t/02-more-basic-tests.t | 52 +++++
t/03-word-lists.t | 19 ++
t/04-invalid-inputs.t | 29 +++
t/20-swedish.t | 80 ++++++++
t/21-russian.t | 36 ++++
t/22-japanese.t | 68 +++++++
t/23-greek.t | 55 ++++++
t/lib/Text/Levenshtein/TestUtils.pm | 77 ++++++++
23 files changed, 1221 insertions(+), 225 deletions(-)
create mode 100644 LICENSE
delete mode 100644 Levenshtein.pm
delete mode 100644 debian/patches/fix-manpage
delete mode 100644 debian/patches/series
create mode 100644 dist.ini
create mode 100644 lib/Text/Levenshtein.pm
rename test.pl => t/01-original.t (84%)
create mode 100644 t/02-more-basic-tests.t
create mode 100644 t/03-word-lists.t
create mode 100644 t/04-invalid-inputs.t
create mode 100644 t/20-swedish.t
create mode 100644 t/21-russian.t
create mode 100644 t/22-japanese.t
create mode 100644 t/23-greek.t
create mode 100644 t/lib/Text/Levenshtein/TestUtils.pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-levenshtein-perl.git
More information about the Pkg-perl-cvs-commits
mailing list