debian/0000755000000000000000000000000012066144002007161 5ustar debian/rules0000755000000000000000000000003612066144002010240 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000202712066144002010565 0ustar Source: libtext-levenshtein-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , gregor herrmann Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Text-Levenshtein/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-levenshtein-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-levenshtein-perl.git Package: libtext-levenshtein-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: implementation of the Levenshtein edit distance Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein edit distance is a measure of the degree of proximity between two strings. This distance is the number of substitutions, deletions or insertions ("edits") needed to transform one string into the other one (and vice versa). When two strings have distance 0, they are the same. debian/source/0000755000000000000000000000000012066144002010461 5ustar debian/source/format0000644000000000000000000000001412066144002011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000234112066144002011033 0ustar libtext-levenshtein-perl (0.06~01-2) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Dmitry Shachnev ] * Fixed lintian warnings (Closes: #696639): - ancient-standards-version: bumped to 3.9.4. - debian-rules-missing-recommended-target: added build-arch and build-indep targets. - wiki-copyright-format-uri: updated debian/copyright to the latest format. * Removed dead link from package description (Closes: #695754). [ gregor herrmann ] * debian/copyright: update license stanzas. * Switch to "3.0 (quilt)" source format. Drop quilt build dependency. Use shortform dh(1) in debian/rules. * Use debhelper 8. * Add /me to Uploaders. -- gregor herrmann Mon, 24 Dec 2012 22:22:51 +0100 libtext-levenshtein-perl (0.06~01-1) unstable; urgency=low * Initial Release. (Closes: #512267) -- Ryan Niebur Mon, 19 Jan 2009 12:52:39 -0800 debian/compat0000644000000000000000000000000212066144002010357 0ustar 8 debian/patches/0000755000000000000000000000000012066144002010610 5ustar debian/patches/fix-manpage0000644000000000000000000000115012066144002012724 0ustar Author: Ryan Niebur Description: remove the extra & in the POD Forwarded: https://rt.cpan.org/Ticket/Display.html?id=42535 --- a/Levenshtein.pm +++ b/Levenshtein.pm @@ -125,7 +125,7 @@ When two strings have distance 0, they are the same. A good point to start is: -&fastdistance can be called with two scalars and is faster in most cases. +C can be called with two scalars and is faster in most cases. See also Text::LevenshteinXS on CPAN if you do not require a perl-only implementation. It is extremely faster in nearly all cases. debian/patches/series0000644000000000000000000000001412066144002012020 0ustar fix-manpage debian/copyright0000644000000000000000000000211612066144002011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Dree Mistrut Source: http://search.cpan.org/dist/Text-Levenshtein/ Upstream-Name: Text-Levenshtein Files: * Copyright: 2002, 2004, 2008 Dree Mistrut License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2012, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000023312066144002010210 0ustar version=3 opts=uversionmangle=s/_/~/ \ http://search.cpan.org/dist/Text-Levenshtein/ .*/Text-Levenshtein-v?(\d[\d.-_]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$