Source: drf-haystack
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python-django-doc <!nodoc>,
 python-django-haystack-doc <!nodoc>,
 python3-all,
 python3-dateutil <!nodoc>,
 python3-django <!nodoc>,
 python3-django-haystack <!nodoc>,
 python3-djangorestframework <!nodoc>,
 python3-doc <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-uv-build,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/drf-haystack
Vcs-Git: https://salsa.debian.org/python-team/packages/drf-haystack.git
Homepage: https://github.com/django-commons/drf-haystack
X-Style: black

Package: python3-djangorestframework-haystack
Architecture: all
Depends:
 python3-django,
 python3-django-haystack,
 python3-djangorestframework,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-djangorestframework-haystack-doc,
Description: Haystack for Django REST Framework (Python3 version)
 A small library which tries to simplify integration of Haystack with Django
 REST Framework. Contains a Generic ViewSet, a Serializer and a couple of
 Filters in order to make search as painless as possible.
 .
 It supports several haystack features:
  * Autocomplete
  * GEO Spatial searching
  * Highlighting
  * More Like This
 .
 This package contains the Python 3 version of the library.

Package: python-djangorestframework-haystack-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Haystack for Django REST Framework (Documentation)
 A small library which tries to simplify integration of Haystack with Django
 REST Framework. Contains a Generic ViewSet, a Serializer and a couple of
 Filters in order to make search as painless as possible.
 .
 It supports several haystack features:
  * Autocomplete
  * GEO Spatial searching
  * Highlighting
  * More Like This
 .
 This is the common documentation package.
