debian/0000755000000000000000000000000012231174035007164 5ustar debian/watch0000644000000000000000000000017711730413447010230 0ustar version=3 http://search.cpan.org/dist/String-Similarity/ .*/String-Similarity-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611730413447010251 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000233511730413447011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Marc Lehmann Source: http://search.cpan.org/dist/String-Similarity/ Upstream-Name: String-Similarity Files: * Copyright: 2000, Marc Lehmann License: GPL-2+ Comment: Under the Berne convention it is assumed that the authors are also the copyright holders. Years of copyright are taken from Changes Files: fstrcmp.c Copyright: 1988, 1989, 1992, 1993, 1995 Free Software Foundation, Inc. 1995, Peter Miller 1995, Marc Lehmann License: GPL-2+ Files: fstrcmp.h Copyright: 1995, Free Software Foundation, Inc. 1995, Peter Miller License: GPL-2+ Files: debian/* Copyright: 2012, Fabrizio Regalli License: GPL-2+ License: GPL-2+ 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; version 2 dated June, 1991, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000011730413447010472 5ustar debian/source/format0000644000000000000000000000001411730413447011700 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011730413447010621 5ustar debian/patches/series0000644000000000000000000000002511730413447012033 0ustar 01-fix-spelling.diff debian/patches/01-fix-spelling.diff0000644000000000000000000000106711730413447014276 0ustar Description: fix typo Author: Fabrizio Regalli Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75582 --- a/Similarity.pm +++ b/Similarity.pm @@ -43,7 +43,7 @@ analyzing the string as soon as the result drops below the given limit, in which case the result will be invalid but lower than the given C<$limit>. You can use this to speed up the common case of searching for -the most similar string from a set by specifing the maximum similarity +the most similar string from a set by specifying the maximum similarity found so far. =cut debian/compat0000644000000000000000000000000211730413447010370 0ustar 9 debian/control0000644000000000000000000000171011730413447010574 0ustar Source: libstring-similarity-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Fabrizio Regalli Build-Depends: debhelper (>= 9.20120312), perl Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/String-Similarity/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-similarity-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-similarity-perl.git Package: libstring-similarity-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module for calculating the similarity of two strings String::Similarity calculates the similarity index of its two arguments. A value of 0 means that the strings are entirely different. A value of 1 means that the strings are identical. Everything else lies between 0 and 1 and describes the amount of similarity between the strings. debian/changelog0000644000000000000000000000051612231174035011040 0ustar libstring-similarity-perl (1.04-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:47:09 +0100 libstring-similarity-perl (1.04-1) unstable; urgency=low * Initial Release (Closes: #662819). -- Fabrizio Regalli Tue, 15 Mar 2012 17:22:24 +0100