1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
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.
|