debian/0000755000000000000000000000000011674706222007175 5ustar debian/control0000644000000000000000000000237111674706222010603 0ustar Source: libsearch-queryparser-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsearch-queryparser-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libsearch-queryparser-perl.git Homepage: http://search.cpan.org/dist/Search-QueryParser/ Package: libsearch-queryparser-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to parse URI query strings into a data structure Search::QueryParser parses URI query strings into a data structure to be handled by external search engines. . The query string can contain simple terms, "exact phrases", field names and comparison operators, '+/-' prefixes, parentheses, and boolean connectors. . The parser can be parameterized by regular expressions for specific notions of "term", "field name" or "operator" ; see the new method. The parser has no support for lemmatization or other term transformations : these should be done externally, before passing the query data structure to the search engine. debian/copyright0000644000000000000000000000212311674706222011126 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Laurent Dami Source: http://search.cpan.org/dist/Search-QueryParser/ Name: Search-QueryParser Files: * Copyright: 2005, 2007, Laurent Dami License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Ernesto Hernández-Novich (USB) 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/watch0000644000000000000000000000020111674706222010217 0ustar version=3 http://search.cpan.org/dist/Search-QueryParser/ .*/Search-QueryParser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211674706222010373 0ustar 8 debian/changelog0000644000000000000000000000026611674706222011053 0ustar libsearch-queryparser-perl (0.94-1) unstable; urgency=low * Initial Release (Closes: #653014). -- Ernesto Hernández-Novich (USB) Thu, 22 Dec 2011 15:04:14 -0430 debian/source/0000755000000000000000000000000011674706222010475 5ustar debian/source/format0000644000000000000000000000001411674706222011703 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611674706222010254 0ustar #!/usr/bin/make -f %: dh $@