debian/0000755000000000000000000000000011577720524007200 5ustar debian/docs0000644000000000000000000000002011566541444010043 0ustar AUTHORS README debian/control0000644000000000000000000000161411577720204010600 0ustar Source: python-pysolr Section: python Priority: optional Maintainer: Ulises Vitulli Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5.4-1~), python-support (>= 0.6.4) Standards-Version: 3.9.2.0 XS-Python-Version: >= 2.5 Homepage: https://github.com/toastdriven/pysolr Package: python-pysolr Architecture: all Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-simplejson Recommends: python-httplib2 Suggests: python-beautifulsoup Description: lightweight Python wrapper for quering Apache Solr This module provides an interface that queries the Apache Solr server using a pure Python implementation and returns the results based on the query . Features: * Basic operations such as selecting, updating & deleting. * Index optimization. * "More Like This" support (if setup in Solr). * Spelling correction (if setup in Solr). * Timeout support. debian/rules0000755000000000000000000000003611566541406010255 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000012011566542554010225 0ustar version=3 http://pypi.python.org/packages/source/p/pysolr/ pysolr-(.*)\.tar\.gz debian/README.source0000644000000000000000000000107011566735264011362 0ustar Notes about Pysolr ================== Since that by the time this module was packaged there was an ITP already open to package another Python Solr library, I honored this and renamed mine after python-pysolr. PySolr eventually uses 3rd party Python BeautifulSoup lib, just in the case the remote Solr server identifies himself as being Coyoto HTTP. Since this is not the most typical Solr configuration, this library stands as a recommendation, and not as a proper dependency. -- Ulises Vitulli Tue, 24 May 2011 10:16:42 -0300 debian/changelog0000644000000000000000000000056311577720377011064 0ustar python-pysolr (2.0.15-1) unstable; urgency=low * New upstream release. * Removing (alternative) dependency when going under >py2.4. -- Ulises Vitulli Mon, 20 Jun 2011 16:31:01 -0300 python-pysolr (2.0.14-1) unstable; urgency=low * Initial release (Closes: #627722). -- Ulises Vitulli Mon, 23 May 2011 17:26:17 -0300 debian/compat0000644000000000000000000000000211566540526010376 0ustar 7 debian/pycompat0000644000000000000000000000000211566540526010747 0ustar 2 debian/source/0000755000000000000000000000000011566542404010475 5ustar debian/source/format0000644000000000000000000000001411566540526011706 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000367511566727534011154 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: python-pysolr Maintainer: Dererk dererk@debian.org Source: https://github.com/toastdriven/pysolr Files: * Copyright: 2009-2011, Joseph Kocherhans, Jacob Kaplan-Moss, Daniel Lindsley. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of pysolr nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2011, Dererk dererk@debian.org License: GPL-3 On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'.