Source: django-notification
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Homepage: http://github.com/jtauber/django-notification/
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/django-notification.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/django-notification.git

Package: python-django-notification
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: user notification management for Django (Python 2 version)
 Many sites need to notify users when certain events have
 occurred and to allow configurable options as to how those
 notifications are to be received, including:
 .
  * submission of notification messages by other apps
  * notification messages on signing in
  * notification messages via email (configurable by user)
  * notification messages via feed
 .
 This package is for Python2.

Package: python3-django-notification
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: user notification management for Django (Python 3 version)
 Many sites need to notify users when certain events have
 occurred and to allow configurable options as to how those
 notifications are to be received, including:
 .
  * submission of notification messages by other apps
  * notification messages on signing in
  * notification messages via email (configurable by user)
  * notification messages via feed
 .
 This package is for Python3.
