[Python-modules-commits] r31762 - in packages/python-django-mptt/trunk/debian (9 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Tue Feb 3 22:26:35 UTC 2015


    Date: Tuesday, February 3, 2015 @ 22:26:34
  Author: bam
Revision: 31762

New upstream & Python 3 package.

Added:
  packages/python-django-mptt/trunk/debian/python-django-mptt-doc.doc-base
    (from rev 31761, packages/python-django-mptt/trunk/debian/doc-base)
  packages/python-django-mptt/trunk/debian/python-django-mptt-doc.docs
    (from rev 31761, packages/python-django-mptt/trunk/debian/docs)
Modified:
  packages/python-django-mptt/trunk/debian/changelog
  packages/python-django-mptt/trunk/debian/control
  packages/python-django-mptt/trunk/debian/copyright
  packages/python-django-mptt/trunk/debian/rules
  packages/python-django-mptt/trunk/debian/watch
Deleted:
  packages/python-django-mptt/trunk/debian/doc-base
  packages/python-django-mptt/trunk/debian/docs

Modified: packages/python-django-mptt/trunk/debian/changelog
===================================================================
--- packages/python-django-mptt/trunk/debian/changelog	2015-02-03 22:06:14 UTC (rev 31761)
+++ packages/python-django-mptt/trunk/debian/changelog	2015-02-03 22:26:34 UTC (rev 31762)
@@ -1,3 +1,11 @@
+python-django-mptt (0.6.1-1) UNRELEASED; urgency=medium
+
+  * New upstream version.
+  * Add python package.
+  * Split documentation into -doc package.
+
+ -- Brian May <bam at debian.org>  Tue, 03 Feb 2015 13:17:38 +1100
+
 python-django-mptt (0.6.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/python-django-mptt/trunk/debian/control
===================================================================
--- packages/python-django-mptt/trunk/debian/control	2015-02-03 22:06:14 UTC (rev 31761)
+++ packages/python-django-mptt/trunk/debian/control	2015-02-03 22:26:34 UTC (rev 31762)
@@ -2,15 +2,19 @@
 Section: python
 Priority: optional
 Maintainer: Janos Guljas <janos at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python-all, python-setuptools, python-sphinx, python-django
-Standards-Version: 3.9.4
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Brian May <bam at debian.org>
+Build-Depends: debhelper (>= 9), dh-python, python3-sphinx,
+ python-all (>= 2.6.6-3~), python-setuptools, python-django (>= 1.6),
+ python3-all, python3-setuptools, python3-django (>= 1.6),
+Standards-Version: 3.9.6
 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
+Suggests: python-django-mptt-doc
 Depends: ${misc:Depends}, ${python:Depends}, libjs-jquery, python-django, libjs-underscore
 Provides: ${python:Provides}
 Description: Modified Preorder Tree Traversal Django application
@@ -20,3 +24,32 @@
  .
  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.
+
+Package: python3-django-mptt
+Architecture: all
+Suggests: python-django-mptt-doc
+Depends: ${misc:Depends}, ${python3:Depends}, libjs-jquery, python3-django, libjs-underscore
+Provides: ${python3: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.
+
+Package: python-django-mptt-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: python-django-mptt (<< 0.6.1-1~)
+Replaces: python-django-mptt (<< 0.6.1-1~)
+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.
+ .
+ This package contains the documentation.

Modified: packages/python-django-mptt/trunk/debian/copyright
===================================================================
--- packages/python-django-mptt/trunk/debian/copyright	2015-02-03 22:06:14 UTC (rev 31761)
+++ packages/python-django-mptt/trunk/debian/copyright	2015-02-03 22:26:34 UTC (rev 31762)
@@ -1,7 +1,7 @@
 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
+Source: https://pypi.python.org/pypi/django-mptt/
 
 Files: *
 Copyright: 2007, Jonathan Buchanan

Deleted: packages/python-django-mptt/trunk/debian/doc-base
===================================================================
--- packages/python-django-mptt/trunk/debian/doc-base	2015-02-03 22:06:14 UTC (rev 31761)
+++ packages/python-django-mptt/trunk/debian/doc-base	2015-02-03 22:26:34 UTC (rev 31762)
@@ -1,10 +0,0 @@
-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

Deleted: packages/python-django-mptt/trunk/debian/docs
===================================================================
--- packages/python-django-mptt/trunk/debian/docs	2015-02-03 22:06:14 UTC (rev 31761)
+++ packages/python-django-mptt/trunk/debian/docs	2015-02-03 22:26:34 UTC (rev 31762)
@@ -1,3 +0,0 @@
-NOTES
-README.rst
-build/docs/html

Copied: packages/python-django-mptt/trunk/debian/python-django-mptt-doc.doc-base (from rev 31761, packages/python-django-mptt/trunk/debian/doc-base)
===================================================================
--- packages/python-django-mptt/trunk/debian/python-django-mptt-doc.doc-base	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/python-django-mptt-doc.doc-base	2015-02-03 22:26:34 UTC (rev 31762)
@@ -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-doc/html/index.html
+Files: /usr/share/doc/python-django-mptt-doc/html/*.html

Copied: packages/python-django-mptt/trunk/debian/python-django-mptt-doc.docs (from rev 31761, packages/python-django-mptt/trunk/debian/docs)
===================================================================
--- packages/python-django-mptt/trunk/debian/python-django-mptt-doc.docs	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/python-django-mptt-doc.docs	2015-02-03 22:26:34 UTC (rev 31762)
@@ -0,0 +1,3 @@
+NOTES
+README.rst
+build/docs/html

Modified: packages/python-django-mptt/trunk/debian/rules
===================================================================
--- packages/python-django-mptt/trunk/debian/rules	2015-02-03 22:06:14 UTC (rev 31761)
+++ packages/python-django-mptt/trunk/debian/rules	2015-02-03 22:26:34 UTC (rev 31762)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=django-mptt
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build

Modified: packages/python-django-mptt/trunk/debian/watch
===================================================================
--- packages/python-django-mptt/trunk/debian/watch	2015-02-03 22:06:14 UTC (rev 31761)
+++ packages/python-django-mptt/trunk/debian/watch	2015-02-03 22:26:34 UTC (rev 31762)
@@ -1,2 +1,4 @@
 version=3
-http://githubredir.debian.net/github/django-mptt/django-mptt /github/django-mptt/django-mptt/(.+).tar.gz
+opts="filenamemangle=s/\S+\/([^\/]+\.tar\.gz)#md5=[[:alnum:]]+$/$1/" \
+        https://pypi.python.org/simple/django-mptt/ \
+        \S+/django-mptt-(\S+)\.tar\.gz#md5=[[:alnum:]]+




More information about the Python-modules-commits mailing list