Source: django-tables
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>=9), dh-python,
 python-all (>= 2.6.6-3~), python-django (>= 1.8), python-setuptools, python-six,
 python-pytest-django, python-fudge, python-lxml, python-tz,
 python-django-haystack, python-sphinx-rtd-theme, python-recommonmark,
 python3-all, python3-django (>= 1.8), python3-setuptools, python3-six,
 python3-pytest-django, python3-fudge, python3-lxml, python3-tz,
 python3-django-haystack, python3-sphinx-rtd-theme, python3-recommonmark,
Build-Depends-Indep: python3-sphinx (>= 1.0.7+dfsg-1~), python-doc, python-django-doc
Standards-Version: 4.1.1
X-Python-Version: >= 2.6
Homepage: https://github.com/bradleyayers/django-tables2/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-tables.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-tables.git

Package: python-django-tables2
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.8)
Suggests: python-django-tables2-doc
Replaces: django-tables (<< 0.13.0-2)
Breaks: django-tables (<< 0.13.0-2)
Description: Table/data-grid framework for Django
 django-tables2 simplifies the task of turning sets of data into HTML tables. It
 has native support for pagination and sorting. It does for HTML tables what
 ``django.forms`` does for HTML forms.

Package: python3-django-tables2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.8)
Suggests: python-django-tables2-doc
Description: Table/data-grid framework for Django
 django-tables2 simplifies the task of turning sets of data into HTML tables. It
 has native support for pagination and sorting. It does for HTML tables what
 ``django.forms`` does for HTML forms.

Package: python-django-tables2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, python-doc, python-django-doc
Description: Table/data-grid framework for Django (Documentation)
 django-tables2 simplifies the task of turning sets of data into HTML tables. It
 has native support for pagination and sorting. It does for HTML tables what
 ``django.forms`` does for HTML forms.
 .
 This package contains the documentation.
