debian/0000700000000000000000000000000012175066707007167 5ustar debian/patches/0000700000000000000000000000000012175066612010611 5ustar debian/patches/local_inventory0000600000000000000000000000131212160533700013731 0ustar Description: Use local copies of object.inv for building documentation. Author: Brian May Last-Update: 2013-06-20 Index: django-tables/docs/conf.py =================================================================== --- django-tables.orig/docs/conf.py 2012-10-16 10:41:14.000000000 +1100 +++ django-tables/docs/conf.py 2013-06-20 09:28:57.303022248 +1000 @@ -30,8 +30,8 @@ ] intersphinx_mapping = { - 'python': ('http://docs.python.org/dev/', None), - 'django': ('http://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/'), + 'python': ('/usr/share/doc/python2.7-doc/html', None), + 'django': ('/usr/share/doc/python-django-doc/html', None), } debian/patches/series0000600000000000000000000000002012160533700012007 0ustar local_inventory debian/source/0000700000000000000000000000000012175066612010462 5ustar debian/source/format0000600000000000000000000000001412160265501011662 0ustar 3.0 (quilt) debian/source/options0000600000000000000000000000006412160265501012072 0ustar extend-diff-ignore = "^(\.project|\.pydevproject)$" debian/copyright0000600000000000000000000000324512160265501011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-tables Upstream-Contact: Alex Gaynor Source: https://github.com/bradleyayers/django-tables2/ Files: * Copyright: 2008, Michael Elsdörfer License: BSD-django-tables Files: debian/* Copyright: 2011, Brian May License: BSD-django-tables License: BSD-django-tables Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/pycompat0000600000000000000000000000000212160265501010723 0ustar 2 debian/rules0000700000000000000000000000045512160265501010236 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with python2,sphinxdoc .PHONY: override_dh_auto_build override_dh_auto_build: PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html dh_auto_build override_dh_auto_clean: dh_auto_clean rm -rf *.egg-info docs/.build debian/compat0000600000000000000000000000000212160265501010352 0ustar 7 debian/python-django-tables2-doc.docs0000600000000000000000000000002112160265501014675 0ustar docs/.build/html debian/control0000600000000000000000000000321112175064452010564 0ustar Source: django-tables Section: python Priority: optional Maintainer: Brian May Uploaders: Debian Python Modules Team Build-Depends: debhelper (>=8.1.0), python-all (>= 2.6.6-3~), python-django (>= 1.4.5), python-setuptools Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg-1~), python-doc, python-django-doc Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: https://github.com/bradleyayers/django-tables2/ 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: 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. debian/python-django-tables2.docs0000600000000000000000000000001312160265501014133 0ustar README.rst debian/python-django-tables2-doc.doc-base0000600000000000000000000000055312160265501015434 0ustar Document: python-django-tables2 Title: Python django-tables2 Documentation Author: Michael Elsdörfer Abstract: This documentation gives an introduction to django-tables2. Section: Programming/Python Format: HTML Index: /usr/share/doc/python-django-tables2-doc/html/index.html Files: /usr/share/doc/python-django-tables2-doc/html/*.html debian/changelog0000600000000000000000000000434412175064364011045 0ustar django-tables (0.13.0-3) unstable; urgency=low * Fix typo in debian/control, broke upgrades. Fixes: #717999. -- Brian May Sun, 28 Jul 2013 10:41:44 +1000 django-tables (0.13.0-2) unstable; urgency=low * Set DPMT as Uploaders. * Switch to dh_python2. * Bump Standards version to 3.9.4. * Bump debhelper Build-Depends to >= 8.1.0~. * Rename to python-django-filter, provide transitional dummy package * Build documentation with sphinx and move it to separate package python-django-filter-doc. * Change short and long description. * Make dependencies on python-django versioned. * Replace debian/pycompat with X-Python-Version. * Use DEP5 format for d/copyright. * Add d/watch file. * Move Homepage field to source section. -- Brian May Thu, 20 Jun 2013 10:18:20 +1000 django-tables (0.13.0-1) unstable; urgency=low * New upstream version. * Requires Django 1.2 or newer. -- Brian May Sun, 21 Oct 2012 10:47:50 +1100 django-tables (0.11.0-1) unstable; urgency=low * New upstream version. -- Brian May Tue, 18 Sep 2012 09:41:45 +1000 django-tables (0.10.2-2) unstable; urgency=low * Don't import views.py by default, breaks Python 2.6. * Fix incorrect depreciation warning. -- Brian May Sun, 01 Apr 2012 09:09:03 +1000 django-tables (0.10.2-1) unstable; urgency=low * New upstream version. * Bugs fixed. * Django 1.4 support. -- Brian May Wed, 28 Mar 2012 12:21:19 +1100 django-tables (0.9.6-2) unstable; urgency=low * Resolve compatibility issues with Debian/squeeze. -- Brian May Tue, 13 Mar 2012 11:55:12 +1100 django-tables (0.9.6-1) unstable; urgency=low * New upstream version from https://github.com/bradleyayers/django-tables2 fork * Major incompatible non-backwards compatible changes. -- Brian May Mon, 05 Mar 2012 14:23:32 +1100 django-tables (0.2.1-2) unstable; urgency=low * Remove redundant line from debian/rules. -- Brian May Fri, 08 Apr 2011 10:34:18 +1000 django-tables (0.2.1-1) unstable; urgency=low * Initial release. Closes: #619194. -- Brian May Mon, 28 Mar 2011 11:37:40 +1100 debian/python-django-tables2.install0000600000000000000000000000000512160265501014652 0ustar usr/ debian/watch0000600000000000000000000000014512160265501010205 0ustar version=3 https://pypi.python.org/packages/source/d/django-tables2/django-tables2-([\d\.]+)\.tar\.gz debian/python-django-tables2-doc.links0000600000000000000000000000014212160265501015071 0ustar usr/share/doc/python-django-tables2-doc/html/_sources usr/share/doc/python-django-tables2-doc/rst