Source: django-haystack
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sphinx,
Standards-Version: 4.5.0
Homepage: https://github.com/toastdriven/django-haystack
Vcs-Git: https://salsa.debian.org/python-team/packages/django-haystack.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-haystack
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python-django-haystack-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: modular search for Django (Documentation)
 Haystack provides modular search for Django. It features a unified, familiar
 API that allows you to plug in different search backends (such as Solr,
 Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
 .
 It plays nicely with third-party app without needing to modify the source and
 supports advanced features like faceting, More Like This, highlighting, spatial
 search and spelling suggestions.
 .
 This package contains the documentation.

Package: python3-django-haystack
Architecture: all
Depends:
 python3-django,
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-elasticsearch,
 python3-httplib2,
 python3-whoosh,
Description: modular search for Django (Python version)
 Haystack provides modular search for Django. It features a unified, familiar
 API that allows you to plug in different search backends (such as Solr,
 Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
 .
 It plays nicely with third-party app without needing to modify the source and
 supports advanced features like faceting, More Like This, highlighting, spatial
 search and spelling suggestions.
 .
 This package contains the Python 3 version of the library.
