debian/0000700000000000000000000000000012204315376007157 5ustar debian/python-django-filters.install0000600000000000000000000000000512176606707015004 0ustar usr/ debian/source/0000700000000000000000000000000012204315376010457 5ustar debian/source/format0000600000000000000000000000001412157502714011670 0ustar 3.0 (quilt) debian/python-django-filters-doc.doc-base0000600000000000000000000000051012176610036015545 0ustar Document: python-django-filter Title: Python django-filter Documentation Author: Alex Gaynor Abstract: This documentation gives an introduction to django-filter. Section: Programming/Python Format: HTML Index: /usr/share/doc/python-django-filters-doc/html/index.html Files: /usr/share/doc/python-django-filters-doc/html/*.html debian/copyright0000600000000000000000000000353612157502714011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-filter Upstream-Contact: Alex Gaynor Source: https://github.com/alex/django-filter Files: * Copyright: 2009, Alex Gaynor License: BSD-django-filter Files: debian/* Copyright: 2011, Brian May 2013, Fladischer Michael License: BSD-django-filter License: BSD-django-filter Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission. . 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/pycompat0000600000000000000000000000000212157502714010731 0ustar 2 debian/compat0000600000000000000000000000000212157502714010360 0ustar 7 debian/python-django-filters.docs0000600000000000000000000000001312176606713014262 0ustar README.rst debian/rules0000700000000000000000000000034712160201450010227 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 debian/python-django-filters-doc.links0000600000000000000000000000014012176606737015224 0ustar usr/share/doc/python-django-filter-doc/html/_sources usr/share/doc/python-django-filter-doc/rst debian/control0000600000000000000000000000451412204262546010570 0ustar Source: django-filter 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: libjs-jquery, python-sphinx (>= 1.0.7+dfsg-1~) Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: http://github.com/alex/django-filter Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-filter/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-filter/trunk/ Package: python-django-filters Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4.5) Suggests: python-django-filters-doc Replaces: django-filter (<< 0.6), python-django-filter (<< 0.6-2) Breaks: django-filter (<< 0.6), python-django-filter (<< 0.6-2) Description: filter Django QuerySets based on user selections Django-filter is a generic, reusable application to alleviate some of the more mundane bits of view code. Specifically allowing the users to filter down a queryset based on a model’s fields and displaying the form to let them do this. Package: python-django-filters-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Replaces: python-django-filter-doc (<< 0.6-2) Breaks: python-django-filter-doc (<< 0.6-2) Description: filter Django QuerySets based on user selections (Documentation) Django-filter is a generic, reusable application to alleviate some of the more mundane bits of view code. Specifically allowing the users to filter down a queryset based on a model’s fields and displaying the form to let them do this. . This package contains the documentation. Package: django-filter Depends: python-django-filters, ${misc:Depends} Architecture: all Priority: extra Section: oldlibs Description: filter Django QuerySets based on user selections (transitional package) This is a dummy package to aid switching to python-django-filters. Package: python-django-filter Depends: python-django-filters, ${misc:Depends} Architecture: all Priority: extra Section: oldlibs Description: filter Django QuerySets based on user selections (transitional package) This is a dummy package to aid switching to python-django-filters. debian/changelog0000600000000000000000000000347312204315132011030 0ustar django-filter (0.6-3) unstable; urgency=low * python-django-filters-doc now has have Breaks+Replaces: python-django-filter-doc (<< 0.6-2). Closes: #720046. -- Brian May Fri, 02 Aug 2013 15:47:04 +1000 django-filter (0.6-2) unstable; urgency=low * Rename python-django-filter to python-django-filters to make it compliant with Debian Python policy. * Provide transitional dummy package. -- Brian May Fri, 02 Aug 2013 11:42:17 +1000 django-filter (0.6-1) unstable; urgency=low [ Michael Fladischer ] * New upstream release. * 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. * Drop patches. * Change short and long description. * Make dependencies on python-django versioned. * Drop debian/pycompat. * Add X-Python-Version. * Use DEP5 format for d/copyright. django-filter. * Add d/watch file. * Move Homepage field to source section. -- Brian May Mon, 17 Jun 2013 13:53:11 +1000 django-filter (0.5.3-3) unstable; urgency=low * Clean out debian/patches/debian-changes-0.5.3-2 and fix FTBS. Closes: #643092. * Increase standards version to 3.9.2 from 3.9.1 * Add patch from upstream to make XMLField optional. -- Brian May Wed, 12 Oct 2011 09:50:46 +1100 django-filter (0.5.3-2) unstable; urgency=low * Remove redundant line from debian/rules. -- Brian May Fri, 08 Apr 2011 10:41:00 +1000 django-filter (0.5.3-1) unstable; urgency=low * Initial release. Closes: #619195. -- Brian May Mon, 28 Mar 2011 13:41:07 +1100 debian/python-django-filters-doc.docs0000600000000000000000000000002112176606720015022 0ustar docs/.build/html debian/watch0000600000000000000000000000014312157502714010211 0ustar version=3 https://pypi.python.org/packages/source/d/django-filter/django-filter-([\d\.]+)\.tar\.gz