[Python-modules-commits] r15405 - in packages/python-django-mptt/trunk (14 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Tue Jan 25 03:04:45 UTC 2011


    Date: Tuesday, January 25, 2011 @ 03:04:38
  Author: janos-guest
Revision: 15405

[svn-inject] Applying Debian modifications (0.4.2-1) to trunk

Added:
  packages/python-django-mptt/trunk/debian/
  packages/python-django-mptt/trunk/debian/changelog
  packages/python-django-mptt/trunk/debian/compat
  packages/python-django-mptt/trunk/debian/control
  packages/python-django-mptt/trunk/debian/copyright
  packages/python-django-mptt/trunk/debian/doc-base
  packages/python-django-mptt/trunk/debian/docs
  packages/python-django-mptt/trunk/debian/patches/
  packages/python-django-mptt/trunk/debian/patches/fix-version-import-in-docs.patch
  packages/python-django-mptt/trunk/debian/patches/series
  packages/python-django-mptt/trunk/debian/rules
  packages/python-django-mptt/trunk/debian/source/
  packages/python-django-mptt/trunk/debian/source/format
  packages/python-django-mptt/trunk/debian/watch


Property changes on: packages/python-django-mptt/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-django-mptt/trunk/debian/changelog
===================================================================
--- packages/python-django-mptt/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/changelog	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1,5 @@
+python-django-mptt (0.4.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #0)
+
+ -- Janos Guljas <janos at resenje.org>  Mon, 24 Jan 2011 20:03:36 +0100

Added: packages/python-django-mptt/trunk/debian/compat
===================================================================
--- packages/python-django-mptt/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/compat	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1 @@
+7

Added: packages/python-django-mptt/trunk/debian/control
===================================================================
--- packages/python-django-mptt/trunk/debian/control	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/control	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1,24 @@
+Source: python-django-mptt
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at resenje.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-sphinx
+XS-Python-Version: >= 2.5
+Standards-Version: 3.9.1
+Homepage: https://github.com/django-mptt/django-mptt
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-mptt/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-mptt//trunk/
+
+Package: python-django-mptt
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}, libjs-jquery, python-django
+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.

Added: packages/python-django-mptt/trunk/debian/copyright
===================================================================
--- packages/python-django-mptt/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/copyright	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1,53 @@
+Format: http://dep.debian.net/deps/dep5/
+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 Janos Guljas <janos at resenje.org>
+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'.
+

Added: packages/python-django-mptt/trunk/debian/doc-base
===================================================================
--- packages/python-django-mptt/trunk/debian/doc-base	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/doc-base	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1,10 @@
+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

Added: packages/python-django-mptt/trunk/debian/docs
===================================================================
--- packages/python-django-mptt/trunk/debian/docs	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/docs	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1,3 @@
+NOTES
+README
+build/docs/html

Added: packages/python-django-mptt/trunk/debian/patches/fix-version-import-in-docs.patch
===================================================================
--- packages/python-django-mptt/trunk/debian/patches/fix-version-import-in-docs.patch	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/patches/fix-version-import-in-docs.patch	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1,16 @@
+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 <janos at resenje.org>
+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])
+ 

Added: packages/python-django-mptt/trunk/debian/patches/series
===================================================================
--- packages/python-django-mptt/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/patches/series	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1 @@
+fix-version-import-in-docs.patch

Added: packages/python-django-mptt/trunk/debian/rules
===================================================================
--- packages/python-django-mptt/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/rules	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+PREFIX = /usr
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_build:
+	dh_auto_build
+	make -C docs html
+	rm -rf build/doc/html/sources/
+
+override_dh_installdocs:
+	dh_installdocs
+	(cd debian/python-django-mptt$(PREFIX)/share/doc/python-django-mptt/html/static \
+		&& rm jquery.js \
+		&& ln -s ../../../../javascript/jquery/jquery.js .)


Property changes on: packages/python-django-mptt/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-django-mptt/trunk/debian/source/format
===================================================================
--- packages/python-django-mptt/trunk/debian/source/format	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/source/format	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-django-mptt/trunk/debian/watch
===================================================================
--- packages/python-django-mptt/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/watch	2011-01-25 03:04:38 UTC (rev 15405)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/django-mptt/django-mptt /github/django-mptt/django-mptt/(.+).tar.gz




More information about the Python-modules-commits mailing list