debian/0000755000000000000000000000000012177743162007200 5ustar debian/ruby-tests.rake0000644000000000000000000000025412167472025012162 0ustar #-*- mode: ruby; coding: utf-8 -*- require 'gem2deb/rake/testtask' Gem2Deb::Rake::TestTask.new do |t| t.test_files = FileList['test/**/*_test.rb'] t.verbose = true end debian/watch0000644000000000000000000000015512167472025010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/fast-stemmer .*/fast-stemmer-(.*).tar.gz debian/compat0000644000000000000000000000000212167472025010372 0ustar 7 debian/control0000644000000000000000000000200212177742124010572 0ustar Source: ruby-fast-stemmer Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fast-stemmer.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-fast-stemmer.git;a=summary Homepage: http://github.com/romanbsd/fast-stemmer XS-Ruby-Versions: all Package: ruby-fast-stemmer Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Conflicts: ruby-stemmer Description: Fast Porter stemmer based on a C version of algorithm for Ruby Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm. . This gem adds a String::stem method, and it's in order of magnitude faster (and uses much less memory) than the pure Ruby implementation of stemmer. debian/ruby-fast-stemmer.lintian-overrides0000644000000000000000000000006412167472025016142 0ustar ruby-fast-stemmer binary: spelling-error-in-binary debian/rules0000755000000000000000000000070112167472025010252 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/changelog0000644000000000000000000000112212177742153011045 0ustar ruby-fast-stemmer (1.0.2-1) unstable; urgency=low [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field [ Youhei SASAKI ] * Imported Upstream version 1.0.2 * Bump Standard Version: 3.9.4 -- Youhei SASAKI Tue, 06 Aug 2013 00:26:46 +0900 ruby-fast-stemmer (1.0.1-1) unstable; urgency=low * Initial release (Closes: #672505) -- Youhei SASAKI Thu, 10 May 2012 02:18:56 +0900 debian/ruby-fast-stemmer.docs0000644000000000000000000000000712167472025013431 0ustar README debian/source/0000755000000000000000000000000012167472025010474 5ustar debian/source/format0000644000000000000000000000001412167472025011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000251312167472025011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fast-stemmer Source: http://github.com/romanbsd/fast-stemmer Files: * Copyright: 2008 Roman Shterenzon License: Expat Files: debian/* Copyright: 2012 Youhei SASAKI License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.