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 (>=8.1.0), dh-python,
 python-all (>= 2.6.6-3~), python-django (>= 1.4.5), python-setuptools, python-six,
 python-pytest-django, python-fudge, python-lxml, python-tz,
 python-django-haystack,
 python3-all, python3-django (>= 1.4.5), python3-setuptools, python3-six,
 python3-pytest-django, python3-fudge, python3-lxml, python3-tz,
Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg-1~), python-doc, python-django-doc
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Homepage: https://github.com/bradleyayers/django-tables2/
Vcs-Git: git://anonscm.debian.org/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.4.5)
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.4.5)
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.

Package: django-tables
Depends: python-django-tables2, ${misc:Depends}
Architecture: all
Priority: extra
Section: oldlibs
Description: Table/data-grid framework for Django (transitional package)
 This is a dummy package to aid switching to python-django-tables2.
