[Python-modules-commits] r8509 - in packages/nose/trunk/debian (6 files)
shlomme at users.alioth.debian.org
shlomme at users.alioth.debian.org
Sun May 17 11:37:55 UTC 2009
Date: Sunday, May 17, 2009 @ 11:37:54
Author: shlomme
Revision: 8509
Prepared new upstream version 0.11.1
Added:
packages/nose/trunk/debian/doc-base
packages/nose/trunk/debian/links
Modified:
packages/nose/trunk/debian/changelog
packages/nose/trunk/debian/control
packages/nose/trunk/debian/docs
packages/nose/trunk/debian/rules
Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog 2009-05-17 10:32:24 UTC (rev 8508)
+++ packages/nose/trunk/debian/changelog 2009-05-17 11:37:54 UTC (rev 8509)
@@ -1,3 +1,20 @@
+nose (0.11.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Documentation is now included
+ * debian/control
+ - build-depend on python-sphinx
+ - bump build-dependency on python-dev to >= 2.5.4-1~
+ - bump standards to 3.8.1, no changes necessary
+ - added dependency to libjs-jquery
+ * debian/rules
+ - addded --install-layout=deb to DEB_PYTHON_INSTALL_ARGS
+ - build the documentation using Sphinx
+ * debian/doc-base
+ - added doc-base file to register documentation
+
+ -- Torsten Marek <shlomme at debian.org> Sun, 17 May 2009 12:32:32 +0200
+
nose (0.10.4-2) unstable; urgency=low
[ Stephan Peijnik ]
Modified: packages/nose/trunk/debian/control
===================================================================
--- packages/nose/trunk/debian/control 2009-05-17 10:32:24 UTC (rev 8508)
+++ packages/nose/trunk/debian/control 2009-05-17 11:37:54 UTC (rev 8509)
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Gustavo Noronha Silva <kov at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Torsten Marek <shlomme at debian.org>
-Build-Depends: python-dev (>= 2.3.5-7), python-setuptools (>= 0.6a9), debhelper (>= 5.0.38), cdbs (>= 0.4.42), python-support (>= 0.8.1)
+Build-Depends: python-dev (>= 2.5.4-1~), python-setuptools (>= 0.6a9), debhelper (>= 5.0.38), cdbs (>= 0.4.49), python-support (>= 0.8.1), python-sphinx (>= 0.6.1), libjs-jquery
Homepage: http://somethingaboutorange.com/mrl/projects/nose/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/nose/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/nose/trunk/
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Package: python-nose
Architecture: all
Added: packages/nose/trunk/debian/doc-base
===================================================================
--- packages/nose/trunk/debian/doc-base (rev 0)
+++ packages/nose/trunk/debian/doc-base 2009-05-17 11:37:54 UTC (rev 8509)
@@ -0,0 +1,13 @@
+Document: nose
+Title: Unit Testing Extensions for Python
+Author: Phil Thompson
+Abstract: Unit Testing Extensions for Python
+ This is the documentation for nose, an extension of the
+ Python unittest framework that supports simple test
+ collection, a simplified API for writing tests
+ and many useful plugins.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-nose/html/index.html
+Files: /usr/share/doc/python-nose/html/*.html
Modified: packages/nose/trunk/debian/docs
===================================================================
--- packages/nose/trunk/debian/docs 2009-05-17 10:32:24 UTC (rev 8508)
+++ packages/nose/trunk/debian/docs 2009-05-17 11:37:54 UTC (rev 8509)
@@ -1 +1,2 @@
README.txt
+build/sphinx/html/
Added: packages/nose/trunk/debian/links
===================================================================
--- packages/nose/trunk/debian/links (rev 0)
+++ packages/nose/trunk/debian/links 2009-05-17 11:37:54 UTC (rev 8509)
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/python-nose/html/_static/jquery.js
Modified: packages/nose/trunk/debian/rules
===================================================================
--- packages/nose/trunk/debian/rules 2009-05-17 10:32:24 UTC (rev 8508)
+++ packages/nose/trunk/debian/rules 2009-05-17 11:37:54 UTC (rev 8509)
@@ -1,14 +1,18 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pysupport
+DEB_COMPRESS_EXCLUDE= .js .inv
include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-layout=deb
-binary-post-install/$(DEB_PYTHON_MODULE_PACKAGE)::
+common-build-indep/$(DEB_PYTHON_MODULE_PACKAGES)::
+ python setup.py build_sphinx
+
+binary-post-install/python-nose::
# the manpage is already being installed at the correct place
# remove the incorrect path
- rm -rf debian/$(DEB_PYTHON_MODULE_PACKAGE)/usr/man
+ rm -rf debian/python-nose/usr/man
More information about the Python-modules-commits
mailing list