debian/0000755000000000000000000000000012320325142007160 5ustar debian/copyright0000644000000000000000000000241512121577107011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: levenshtein Source: http://www.erikveen.dds.nl/levenshtein/index.html Files: * Copyright: 2008-2012 Erik Veenstra 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, version 2, as published by the Free Software Foundation. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2013 Jérémy Bobbio License: permissive Copying and distribution of this package, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. debian/changelog0000644000000000000000000000053012320325142011030 0ustar ruby-levenshtein (0.2.2-1build1) trusty; urgency=medium * No-change upload to drop dependencies on ruby1.8. -- Matthias Klose Sun, 06 Apr 2014 21:03:48 +0200 ruby-levenshtein (0.2.2-1) unstable; urgency=low * Initial release (Closes: #703189) -- Jérémy Bobbio Mon, 18 Mar 2013 12:40:18 +0100 debian/compat0000644000000000000000000000000212121577107010367 0ustar 7 debian/ruby-test-files.yaml0000644000000000000000000000002312121577107013106 0ustar --- - test/test.rb debian/control0000644000000000000000000000234312121577107010576 0ustar Source: ruby-levenshtein Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jérémy Bobbio Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-levenshtein.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-levenshtein.git;a=summary Homepage: http://www.erikveen.dds.nl/levenshtein/index.html XS-Ruby-Versions: all Package: ruby-levenshtein Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: calculates the Levenshtein distance between two sequences The Levenshtein distance is a metric for measuring the amount of difference between two sequences (i.e., the so called edit distance). The Levenshtein distance between two sequences is given by the minimum number of operations needed to transform one sequence into the other, where an operation is an insertion, deletion, or substitution of a single element. . This Ruby library can work on strings, arrays or any other objects provided the sequences respond to :each and the objects to :hash and :eql?. debian/rules0000755000000000000000000000007512121577107010253 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby debian/source/0000755000000000000000000000000012121577107010471 5ustar debian/source/format0000644000000000000000000000001412121577107011677 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000003612121577107010607 0ustar [DEFAULT] pristine-tar = True debian/watch0000644000000000000000000000015312121577107010221 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/levenshtein .*/levenshtein-(.*).tar.gz