debian/0000755000000000000000000000000012203227277007172 5ustar debian/compat0000644000000000000000000000000212203226121010353 0ustar 9 debian/doc-base0000644000000000000000000000053311517436777010611 0ustar Document: python-django-mptt Title: Django MPTT documentation Author: Craig de Stigter Abstract: This document provides an overview of what Modified Preorder Tree Traversal (MPTT) and Django MPTT are. Section: Programming Format: HTML Index: /usr/share/doc/python-django-mptt/html/index.html Files: /usr/share/doc/python-django-mptt/html/*.html debian/control0000644000000000000000000000212312203225734010567 0ustar Source: python-django-mptt Section: python Priority: optional Maintainer: Janos Guljas Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python-all, python-setuptools, python-sphinx, python-django Standards-Version: 3.9.4 Homepage: https://github.com/django-mptt/django-mptt Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-mptt/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-mptt//trunk/ Package: python-django-mptt Architecture: all Depends: ${misc:Depends}, ${python:Depends}, libjs-jquery, python-django, libjs-underscore Provides: ${python:Provides} Description: Modified Preorder Tree Traversal Django application Django MPTT is a reusable/standalone Django application which aims to make it easy for you to use Modified Preorder Tree Traversal with your own Django models in your own applications. . It takes care of the details of managing a database table as a tree structure and provides tools for working with trees of model instances. debian/links0000644000000000000000000000031111655330235010227 0ustar /usr/share/javascript/jquery/jquery.js usr/share/doc/python-django-mptt/html/static/jquery.js /usr/share/javascript/underscore/underscore.js usr/share/doc/python-django-mptt/html/static/underscore.js debian/docs0000644000000000000000000000004111655260676010052 0ustar NOTES README.rst build/docs/html debian/rules0000755000000000000000000000023611655261136010255 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_build: dh_auto_build make -C docs html override_dh_auto_clean: rm -rf build dh_auto_clean debian/copyright0000644000000000000000000000424712203226105011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-mptt Upstream-Contact: Jonathan Buchanan Source: http://github.com/django-mptt/django-mptt Files: * Copyright: 2007, Jonathan Buchanan License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2011-2013 Janos Guljas License: GPL-2+ 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 2 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000241612203227221011034 0ustar python-django-mptt (0.6.0-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. * Remove DM-Upload-Allowed; it's no longer used by the archive software. [ Janos Guljas ] * New upstream releaseo. (Closes: #719353) * Raise debconf comaptibility to 9. * Change my email address. * debian/control: - Raise standards to 3.9.4. - Remove XS-Python-Version and XB-Python-Version. - Build-Depend on debhelper (>= 9). * debian/copyright: - Update copyright years. - Update Format URL. -- Janos Guljas Thu, 15 Aug 2013 21:39:56 +0200 python-django-mptt (0.5.2-1) unstable; urgency=low * New upstream release. * Add python-all to build-depends. -- Janos Guljas Sun, 11 Dec 2011 01:43:53 +0100 python-django-mptt (0.5.1-1) unstable; urgency=low * New upstream release. * Add debian/local-options. * Bump standards to 3.9.2. * Add debian/links and improve documentation packaging. * Fix dep5 syntax. * Add DM-Upload-Allowed control field. -- Janos Guljas Fri, 18 Nov 2011 16:12:01 +0100 python-django-mptt (0.4.2-1) unstable; urgency=low * Initial release. (Closes: #611049) -- Janos Guljas Sun, 06 Feb 2011 13:44:00 +0100 debian/patches/0000755000000000000000000000000012203206235010610 5ustar debian/patches/series0000644000000000000000000000004111517436776012046 0ustar fix-version-import-in-docs.patch debian/patches/fix-version-import-in-docs.patch0000644000000000000000000000111511517436776016770 0ustar Description: Fix version import in docs The script can not import mptt module because it is not in python path during the documentation build, so we append sub directory to sys.path Author: Janos Guljas Last-Update: 2011-01-25 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,6 +48,7 @@ copyright = u'2007 - 2010, Jonathan Buch # built documents. # # The short X.Y version. +sys.path.append(os.path.realpath(os.sep.join(os.path.dirname(__file__).split(os.sep)[:-1]))) version_tuple = __import__('mptt').VERSION version = ".".join([str(v) for v in version_tuple]) debian/watch0000644000000000000000000000016311552335427010226 0ustar version=3 http://githubredir.debian.net/github/django-mptt/django-mptt /github/django-mptt/django-mptt/(.+).tar.gz debian/source/0000755000000000000000000000000012203206235010461 5ustar debian/source/format0000644000000000000000000000001411517436776011715 0ustar 3.0 (quilt)