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

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Sat Nov 5 21:58:54 UTC 2011


    Date: Saturday, November 5, 2011 @ 21:58:53
  Author: janos-guest
Revision: 19169

New upstream release.

Added:
  packages/python-django-mptt/trunk/debian/links
  packages/python-django-mptt/trunk/debian/source/local-options
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/docs
  packages/python-django-mptt/trunk/debian/rules

Modified: packages/python-django-mptt/trunk/debian/changelog
===================================================================
--- packages/python-django-mptt/trunk/debian/changelog	2011-11-03 22:43:57 UTC (rev 19168)
+++ packages/python-django-mptt/trunk/debian/changelog	2011-11-05 21:58:53 UTC (rev 19169)
@@ -1,3 +1,13 @@
+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.
+
+ -- Janos Guljas <janos at resenje.org>  Sat, 05 Nov 2011 17:08:34 +0100
+
 python-django-mptt (0.4.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #611049)

Modified: packages/python-django-mptt/trunk/debian/control
===================================================================
--- packages/python-django-mptt/trunk/debian/control	2011-11-03 22:43:57 UTC (rev 19168)
+++ packages/python-django-mptt/trunk/debian/control	2011-11-05 21:58:53 UTC (rev 19169)
@@ -3,9 +3,9 @@
 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
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-sphinx, python-django
 XS-Python-Version: >= 2.5
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 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/
@@ -13,7 +13,7 @@
 Package: python-django-mptt
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${misc:Depends}, ${python:Depends}, libjs-jquery, python-django
+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

Modified: packages/python-django-mptt/trunk/debian/copyright
===================================================================
--- packages/python-django-mptt/trunk/debian/copyright	2011-11-03 22:43:57 UTC (rev 19168)
+++ packages/python-django-mptt/trunk/debian/copyright	2011-11-05 21:58:53 UTC (rev 19169)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
 Upstream-Name: django-mptt
 Upstream-Contact: Jonathan Buchanan
 Source: http://github.com/django-mptt/django-mptt
@@ -14,10 +14,10 @@
  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

Modified: packages/python-django-mptt/trunk/debian/docs
===================================================================
--- packages/python-django-mptt/trunk/debian/docs	2011-11-03 22:43:57 UTC (rev 19168)
+++ packages/python-django-mptt/trunk/debian/docs	2011-11-05 21:58:53 UTC (rev 19169)
@@ -1,3 +1,3 @@
 NOTES
-README
+README.rst
 build/docs/html

Added: packages/python-django-mptt/trunk/debian/links
===================================================================
--- packages/python-django-mptt/trunk/debian/links	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/links	2011-11-05 21:58:53 UTC (rev 19169)
@@ -0,0 +1,3 @@
+/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
+

Modified: packages/python-django-mptt/trunk/debian/rules
===================================================================
--- packages/python-django-mptt/trunk/debian/rules	2011-11-03 22:43:57 UTC (rev 19168)
+++ packages/python-django-mptt/trunk/debian/rules	2011-11-05 21:58:53 UTC (rev 19169)
@@ -1,17 +1,12 @@
 #!/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 .)
+override_dh_auto_clean:
+	rm -rf build
+	dh_auto_clean

Added: packages/python-django-mptt/trunk/debian/source/local-options
===================================================================
--- packages/python-django-mptt/trunk/debian/source/local-options	                        (rev 0)
+++ packages/python-django-mptt/trunk/debian/source/local-options	2011-11-05 21:58:53 UTC (rev 19169)
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes




More information about the Python-modules-commits mailing list