debian/0000755000000000000000000000000012231175173007170 5ustar debian/watch0000644000000000000000000000020111556400741010213 0ustar version=3 http://search.cpan.org/dist/Text-LevenshteinXS/ .*/Text-LevenshteinXS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611556400741010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000215711556400741011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Josh Goldberg Source: http://search.cpan.org/dist/Text-LevenshteinXS/ Name: Text-LevenshteinXS Files: * Copyright: 2003, Dree Mistrut 2004 Josh Goldberg License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Adrian von Bidder 2011, 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/source/0000755000000000000000000000000011556401055010470 5ustar debian/source/format0000644000000000000000000000001411556400741011677 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000002411556400741012103 0ustar single-debian-patch debian/compat0000644000000000000000000000000211556400741010367 0ustar 8 debian/control0000644000000000000000000000227611556400741010603 0ustar Source: libtext-levenshteinxs-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-levenshteinxs-perl/ Homepage: http://search.cpan.org/dist/Text-LevenshteinXS/ Vcs-Browser: https://fortytwo.ch/hg/avbidder/pkg-libtext-levenshteinxs-perl Vcs-Hg: https://fortytwo.ch/hg/avbidder/pkg-libtext-levenshteinxs-perl Package: libtext-levenshteinxs-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: XS implementation of the Levenshtein edit distance Text::LevenshteinXS implements the Levenshtein edit distance in a XS way; this should be much faster than the pure Perl implementation. . 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. A good point to start is: debian/changelog0000644000000000000000000000233712231175172011046 0ustar libtext-levenshteinxs-perl (0.03-3build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:57:14 +0100 libtext-levenshteinxs-perl (0.03-3build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 20:17:46 +0000 libtext-levenshteinxs-perl (0.03-3build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Mon, 09 May 2011 09:45:45 +0100 libtext-levenshteinxs-perl (0.03-3) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #624444 -- RFA/ITA * debian/control: Added: Vcs-Svn field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Adrian von Bidder ). * Don't install README anymore. * Add /me to Uploaders. * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Clean up debian/copyright a bit. -- gregor herrmann Fri, 29 Apr 2011 02:11:18 +0200 libtext-levenshteinxs-perl (0.03-1) unstable; urgency=low * Initial Release. -- Adrian von Bidder Wed, 6 Apr 2011 13:54:19 +0200