Source: celery-haystack
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-appconf,
               python-celery,
               python-d2to1,
               python-django,
               python-django-celery,
               python-django-celery-transactions,
               python-django-haystack,
               python-setuptools,
               python-whoosh,
               python3-all,
               python3-celery,
               python3-d2to1,
               python3-django,
               python3-django-celery,
               python3-django-celery-transactions,
               python3-django-haystack,
               python3-setuptools,
               python3-whoosh
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/celery-haystack.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/celery-haystack.git
Homepage: https://github.com/django-haystack/celery-haystack
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-django-celery-haystack
Architecture: all
Depends: python-appconf,
         python-django,
         python-django-celery-transactions,
         python-django-haystack,
         ${misc:Depends},
         ${python:Depends}
Description: utilize Celery for automatic haystack index updates
 This Django app allows you to utilize Celery for automatically updating and
 deleting objects in a Haystack search index. It provides a SearchIndex
 subclass and a signal processor to trigger the updates.

Package: python3-django-celery-haystack
Architecture: all
Depends: python3-appconf,
         python3-django,
         python3-django-celery-transactions,
         python3-django-haystack,
         ${misc:Depends},
         ${python3:Depends}
Description: utilize Celery for automatic haystack index updates (Python3 version)
 This Django app allows you to utilize Celery for automatically updating and
 deleting objects in a Haystack search index. It provides a SearchIndex
 subclass and a signal processor to trigger the updates.
 .
 This package contains the Python 3 version of the library.
