Source: python-xapian-haystack
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: https://github.com/notanumber/xapian-haystack/
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-xapian-haystack.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-xapian-haystack.git

Package: python-xapian-haystack
Architecture: all
Depends: python-xapian,
         ${misc:Depends},
         ${python:Depends}
Enhances: python-django-haystack
Description: Xapian backend for Django-Haystack (Python2 version)
 Xapian-haystack is a backend of Django-Haystack for the Xapian search engine.
 It provides all the standard features of Haystack:
  * Weighting
  * Faceted search (date, query, etc.)
  * Sorting
  * Spelling suggestions
  * EdgeNGram and Ngram (for autocomplete)
 The endswith search operation is not supported.
 .
 This package contains the Python 2 version of the library.


Package: python3-xapian-haystack
Architecture: all
Depends: python3-xapian,
         ${misc:Depends},
         ${python3:Depends}
Enhances: python3-django-haystack
Description: Xapian backend for Django-Haystack (Python3 version)
 Xapian-haystack is a backend of Django-Haystack for the Xapian search engine.
 It provides all the standard features of Haystack:
  * Weighting
  * Faceted search (date, query, etc.)
  * Sorting
  * Spelling suggestions
  * EdgeNGram and Ngram (for autocomplete)
 The endswith search operation is not supported.
 .
 This package contains the Python 3 version of the library.
