debian/0000755000000000000000000000000011521630501007160 5ustar debian/control0000644000000000000000000000277611521630163010603 0ustar Source: libsearch-gin-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: libdata-stream-bulk-perl, libmoose-perl (>= 0.89), libmoosex-types-set-object-perl, libmro-compat-perl, libnamespace-clean-perl, libscope-guard-perl, libset-object-perl, libtest-deep-perl, libtest-tempdir-perl (>= 0.04), libtest-use-ok-perl, perl Maintainer: Debian Perl Group Uploaders: franck cuny , Jonathan Yu , gregor herrmann , Angel Abad Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Search-GIN/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsearch-gin-perl Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsearch-gin-perl Package: libsearch-gin-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-stream-bulk-perl, libmoose-perl (>= 0.89), libmro-compat-perl, libnamespace-clean-perl, libscope-guard-perl, libset-object-perl, libtest-deep-perl Description: Perl module for Generalized Inverted Indexing Search::GIN is a Perl module providing an implementaiton of a Generalized Inverted Index. An inverted index is a structure storing pairs of keys and posting lists, where a posting list is a set of documents in which the key occurs. It is generalized in the sense that it does not know what operation it accelerates and in general is used to provide fast and scalable full-text search facilities. debian/copyright0000644000000000000000000000223311521630163011117 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Yuval Kogman Source: http://search.cpan.org/dist/Search-GIN/ Name: Search-GIN Files: * Copyright: 2010, Yuval Kogman, Infinity Interactive License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, franck cuny 2010, 2011 Angel Abad 2010, 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/watch0000644000000000000000000000035011212456062010214 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Search-GIN/ .*/Search-GIN-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211210746065010366 0ustar 7 debian/changelog0000644000000000000000000000270611521630163011043 0ustar libsearch-gin-perl (0.08-1) unstable; urgency=low * New upstream release -- Angel Abad Mon, 31 Jan 2011 22:14:17 +0100 libsearch-gin-perl (0.07-1) unstable; urgency=low [ Angel Abad ] * New upstream release * debian/control: - Add myself to Uploaders - Add libtest-deep-perl to B-D-I - Add version (>= 0.89) to libmoose-perl depend * debian/copyright: Update license information * Bump Standards-Version to 3.9.1 (no changes) * Switch to dpkg-source format 3.0 (quilt) [ gregor herrmann ] * debian/control: remove version from libdata-stream-bulk-perl, libnamespace-clean-perl; remove libmoosex-types-path-class-perl; remove libmoosex-types-set-object-perl from Depends. * debian/copyright: update years of upstream copyright. -- Angel Abad Thu, 25 Nov 2010 15:35:23 +0100 libsearch-gin-perl (0.04-1) unstable; urgency=low * New upstream release. * Remove patch (applied upstream) and quilt framework. * debian/copyright: update formatting and years of upstream copyright; remove notice, copyright/license is now included. * Set Standards-Version to 3.8.4 (no changes). * Add /me to Uploaders. * debian/rules: install more manpages. -- gregor herrmann Sat, 06 Mar 2010 19:08:41 +0100 libsearch-gin-perl (0.03-1) unstable; urgency=low * Initial Release (Closes: #531403). -- Jonathan Yu Sun, 01 Nov 2009 14:50:32 -0500 debian/source/0000755000000000000000000000000011521630356010470 5ustar debian/source/format0000644000000000000000000000001411473502363011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000176711344514777010276 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # Remove manpages for 'internal' modules rm -f $(TMP)/usr/share/man/man3/Search::GIN::Callbacks.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::DelegateToIndexed.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Driver.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Driver::Pack::Length.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Driver::TXN.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Extract::Attributes.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Extract::Callback.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Extract::Class.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Extract::Multiplex.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Indexable.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Keys::Deep.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::Query.3pm rm -f $(TMP)/usr/share/man/man3/Search::GIN::SelfIDs.3pm