Source: python-django-contrib-comments
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-babel,
 python3-django,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.6.0.1
Homepage: https://github.com/django/django-contrib-comments/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-contrib-comments
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-contrib-comments.git
Rules-Requires-Root: no

Package: python3-django-contrib-comments
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-django-contrib-comments-doc
Description: Django comments framework (Python3 version)
 Django used to include a comments framework; since Django 1.6 it's been
 separated to a separate project. This framework can be used to attach comments
 to any model, so you can use it for comments on blog entries, photos, book
 chapters, or anything else.
 .
 This package contains the Python 3 version of the library.

Package: python-django-contrib-comments-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Django comments framework (Documentation)
 Django used to include a comments framework; since Django 1.6 it's been
 separated to a separate project. This framework can be used to attach comments
 to any model, so you can use it for comments on blog entries, photos, book
 chapters, or anything else.
 .
 This package contains the documentation.
