debian/0000755000000000000000000000000012227743340007172 5ustar debian/cassie.10000644000000000000000000000076312224460020010515 0ustar .TH cassie 1 "October 04, 2011" "version 0.1.9" "USER COMMANDS" .SH NAME cassie \- search a string in another string with errors allowed .SH SYNOPSIS .B cassie [\-h] .SH DESCRIPTION Cassie is a wrapper above Cassiopee library to search in a string an other string, allowing Hamming or edit distance between them. It also support ambiguous search with an input alphabet map file. .PP .SH OPTIONS .TP \-h display the list of commands. .PP .SH AUTHOR Olivier Sallou (olivier.sallou (at) irisa.fr) debian/source/0000755000000000000000000000000012224460020010456 5ustar debian/source/format0000644000000000000000000000001412224460020011664 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000115312224460020011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cassiopee Source: https://github.com/osallou/cassiopee Files: * Copyright: 2011 Olivier Sallou License: LGPL-3+ On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. Files: debian/* Copyright: 2011 Olivier Sallou License: LGPL-3+ On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. debian/compat0000644000000000000000000000000212224460020010354 0ustar 7 debian/watch0000644000000000000000000000014712224460020010211 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/cassiopee .*/cassiopee-(.*).tar.gz debian/ruby-test-files.yaml0000644000000000000000000000003312224460020013074 0ustar --- - tests/test-suite.rb debian/patches/0000755000000000000000000000000012224460020010605 5ustar debian/patches/fixlibpath0000644000000000000000000000060612224460020012664 0ustar Subject: fix path to load library Description: relative path does not work for binaries, load as any other library Author: Olivier Sallou Last-Updated: 30/10/11 --- a/bin/cassie.rb +++ b/bin/cassie.rb @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -require File.join(File.dirname(__FILE__), '../lib/cassiopee') +require 'cassiopee' require 'optparse' require 'logger' debian/patches/series0000644000000000000000000000001312224460020012014 0ustar fixlibpath debian/control0000644000000000000000000000202112224460633010566 0ustar Source: ruby-cassiopee Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Olivier Sallou , Nitesh A Jain Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~), ruby-text (>= 0.2.0) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-cassiopee.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-cassiopee.git;a=summary Homepage: https://github.com/osallou/cassiopee XS-Ruby-Versions: all Package: ruby-cassiopee Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-text (>= 0.2.0) Description: Library to index strings and to search with exact or approximate match Cassiopee index one String and provide methods to search exact matches or approximate matches with Hammming and/or edit distance. . It supports ambiguous alphabet search and a basic cache implementation. debian/rules0000755000000000000000000000124612224460020010241 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 override_dh_install: dh_install -O--buildsystem=ruby rm -f debian/ruby-cassiopee/usr/bin/demo* mv debian/ruby-cassiopee/usr/bin/cassie.rb debian/ruby-cassiopee/usr/bin/cassie override_dh_clean: dh_clean rm -f crawler.sfx debian/ruby-cassiopee.docs0000644000000000000000000000000712224460020012757 0ustar README debian/ruby-cassiopee.manpages0000644000000000000000000000002012224460020013615 0ustar debian/cassie.1 debian/changelog0000644000000000000000000000124312227743105011043 0ustar ruby-cassiopee (0.1.12-1) unstable; urgency=low * New upstream release -- Olivier Sallou Thu, 17 Oct 2013 13:12:53 +0200 ruby-cassiopee (0.1.11-1) unstable; urgency=low [ Olivier Sallou ] * New upstream release fixing important bugs -- Olivier Sallou Mon, 07 Oct 2013 09:19:43 +0200 ruby-cassiopee (0.1.10-1) unstable; urgency=low * Team upload * New Upstream release -- Nitesh A Jain Wed, 03 Jul 2013 22:20:04 +0530 ruby-cassiopee (0.1.9-1) unstable; urgency=low * Initial release (Closes: #644137) -- Olivier Sallou Tue, 04 Oct 2011 11:32:26 +0200