debian/0000755000000000000000000000000012157532520007170 5ustar debian/watch0000644000000000000000000000013112157532506010220 0ustar version=3 http://pypi.python.org/pypi/django-treebeard .*/django-treebeard-(.*).tar.gz.* debian/source/0000755000000000000000000000000012157532506010474 5ustar debian/source/format0000644000000000000000000000001412157532506011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000105012157532506010250 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: dh_auto_clean make -C docs clean override_dh_auto_build: dh_auto_build PYTHONPATH=.. DJANGO_SETTINGS_MODULE=treebeard make -C docs html override_dh_auto_install: dh_auto_install --destdir=debian/python-django-treebeard override_dh_installdocs: dh_installdocs # Don't embed jQuery. ln -sf /usr/share/javascript/jquery.js \ debian/python-django-treebeard-doc/usr/share/doc/python-django-treebeard-doc/html/_static/jquery.js override_dh_compress: dh_compress -X.js -X.py -Xobjects.inv debian/pyversions0000644000000000000000000000000512157532506011333 0ustar 2.5- debian/python-django-treebeard-doc.docs0000644000000000000000000000002112157532506015316 0ustar docs/_build/html debian/copyright0000644000000000000000000000326112157532506011131 0ustar Author: Gustavo Picon Download: https://tabo.pe/projects/django-treebeard/ Files: * Copyright: © 2008-2010 Gustavo Picon License: Apache License 2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian GNU/Linux systems the full text of the Apache License 2.0 can be found in the /usr/share/common-licenses/Apache-2.0 file. Files: debian/* Copyright: © 2008, 2009, 2010 Chris Lamb License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in the /usr/share/common-licenses/GPL-3 file. debian/control0000644000000000000000000000322312157532506010577 0ustar Source: python-django-treebeard Section: python Priority: optional Maintainer: Chris Lamb Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: python-support, python-sphinx, python-django, graphviz, python-setuptools Standards-Version: 3.9.4 Vcs-Git: git://github.com/lamby/pkg-python-django-treebeard.git Vcs-Browser: https://github.com/lamby/pkg-python-django-treebeard Homepage: https://tabo.pe/projects/django-treebeard/ Package: python-django-treebeard Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0) Description: Efficient implementations of tree data structures for Django Django Treebeard is a library that implements efficient data structures for storing hierachical data in a database using the Django web development framework. . It currently includes 3 different tree implementations: adjacency list, materialized path and nested sets. Each one has it's own strengths and weaknesses but share the same API, so it’s easy to switch between them. Package: python-django-treebeard-doc Architecture: all Section: doc Depends: ${misc:Depends}, libjs-jquery Description: Efficient implementations of tree data structures for Django (documentation) Django Treebeard is a library that implements efficient data structures for storing hierachical data in a database using the Django web development framework. . It currently includes 3 different tree implementations: adjacency list, materialized path and nested sets. Each one has it's own strengths and weaknesses but share the same API, so it’s easy to switch between them. . This package contains the documentation in searchable HTML format. debian/compat0000644000000000000000000000000212157532506010372 0ustar 7 debian/changelog0000644000000000000000000000501612157532506011050 0ustar python-django-treebeard (2.0~beta1-2) unstable; urgency=low * Add missing build dependency on python-setuptools. (Closes: #712302) -- Chris Lamb Mon, 17 Jun 2013 08:05:29 +0100 python-django-treebeard (2.0~beta1-1) unstable; urgency=low * New upstream release (Closes: #711278) - Drop installation of examples. * Bump Standards-Version to 3.9.4. -- Chris Lamb Mon, 10 Jun 2013 23:35:36 +0100 python-django-treebeard (1.61-3) unstable; urgency=low * Don't compress objects.inv as this breaks sphinx.ext.intersphinx. (Closes: #608768) -- Chris Lamb Sun, 27 Feb 2011 21:29:46 +0000 python-django-treebeard (1.61-2) unstable; urgency=low * Update Vcs-{Git,Browser}. * Add python-django and graphviz to Build-Depends-Indep to ensure diagrams are generated on rebuild. (Closes: #608917) -- Chris Lamb Sun, 27 Feb 2011 21:23:36 +0000 python-django-treebeard (1.61-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.1. -- Chris Lamb Wed, 28 Jul 2010 21:05:33 -0400 python-django-treebeard (1.60-4) unstable; urgency=low * Bump python compatibility to 2.5. Thanks to Stefano Rivera . (Closes: #582045) -- Chris Lamb Wed, 19 May 2010 23:35:26 +0100 python-django-treebeard (1.60-3) unstable; urgency=low * Install .py files directly using dh_auto_install (Closes: #579541) -- Chris Lamb Wed, 28 Apr 2010 15:10:30 +0100 python-django-treebeard (1.60-2) unstable; urgency=low * New upstream URL. * Update debian/copyright. -- Chris Lamb Wed, 21 Apr 2010 10:12:21 +0100 python-django-treebeard (1.60-1) unstable; urgency=low * New upstream releae. * Update debian/watch - Google Code not being updated anymore. * Update location of upstream docs. * Bump Standards-Version to 3.8.4. * Switch to dpkg-source 3.0 (quilt) format. * Move to minimal dh7 debian/rules. -- Chris Lamb Mon, 19 Apr 2010 15:16:08 +0100 python-django-treebeard (1.1-2) unstable; urgency=low * Bump Standards-Version to 3.8.3. * Fix typo in package description. Thanks to Reuben Thomas (Closes: #563331) * Update git repository locations. -- Chris Lamb Tue, 05 Jan 2010 15:59:44 +0000 python-django-treebeard (1.1-1) unstable; urgency=low * Initial release. (Closes: #508035) -- Chris Lamb Sun, 07 Dec 2008 04:50:21 +0000 debian/README.Debian0000644000000000000000000000070512157532506011237 0ustar README.Debian for python-django-treebeard ========================================= You need to add 'treebeard' to your INSTALLED_APPS iterable - this usually resides in the `settings.py' file. Eg: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'treebeard', <..> ) -- Chris Lamb Sun, 07 Dec 2008 04:47:08 +0000