[Python-modules-commits] r28797 - in packages/scipy/trunk/debian (4 files)
dlax-guest at users.alioth.debian.org
dlax-guest at users.alioth.debian.org
Wed May 7 13:34:12 UTC 2014
Date: Wednesday, May 7, 2014 @ 13:34:11
Author: dlax-guest
Revision: 28797
Build documentation package
Added:
packages/scipy/trunk/debian/python-scipy-doc.docs
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/control
packages/scipy/trunk/debian/rules
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2014-05-07 06:01:48 UTC (rev 28796)
+++ packages/scipy/trunk/debian/changelog 2014-05-07 13:34:11 UTC (rev 28797)
@@ -1,3 +1,9 @@
+python-scipy (0.13.3-3) UNRELEASED; urgency=low
+
+ * Add the documentation binary package (Closes: #600547).
+
+ -- Denis Laxalde <denis.laxalde at logilab.fr> Wed, 07 May 2014 13:37:04 +0200
+
python-scipy (0.13.3-2) unstable; urgency=medium
* upload to unstable
Modified: packages/scipy/trunk/debian/control
===================================================================
--- packages/scipy/trunk/debian/control 2014-05-07 06:01:48 UTC (rev 28796)
+++ packages/scipy/trunk/debian/control 2014-05-07 13:34:11 UTC (rev 28797)
@@ -28,6 +28,10 @@
python3-numpy-dbg,
python3-six,
swig
+Build-Depends-Indep:
+ python-docutils,
+ python-matplotlib,
+ python-sphinx,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Standards-Version: 3.9.5
@@ -121,3 +125,20 @@
others.
.
This package provides debugging symbols for python3-scipy.
+
+Package: python-scipy-doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Section: doc
+Architecture: all
+Description: scientific library for Python - documentation
+ SciPy supplements the popular NumPy module (python-numpy package), gathering a
+ variety of high level science and engineering modules together as a single
+ package.
+ .
+ SciPy is a set of Open Source scientific and numeric tools for Python. It
+ currently supports special functions, integration, ordinary differential
+ equation (ODE) solvers, gradient optimization, genetic algorithms, parallel
+ programming tools, an expression-to-C++ compiler for fast execution, and
+ others.
+ .
+ This package contains documentation for the SciPy library.
Added: packages/scipy/trunk/debian/python-scipy-doc.docs
===================================================================
--- packages/scipy/trunk/debian/python-scipy-doc.docs (rev 0)
+++ packages/scipy/trunk/debian/python-scipy-doc.docs 2014-05-07 13:34:11 UTC (rev 28797)
@@ -0,0 +1 @@
+build/sphinx/html
Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules 2014-05-07 06:01:48 UTC (rev 28796)
+++ packages/scipy/trunk/debian/rules 2014-05-07 13:34:11 UTC (rev 28797)
@@ -12,7 +12,7 @@
UVER=$(shell echo $(DVER) | sed "s/+dfsg.*//g")
%:
- dh $@ --with python2,python3
+ dh $@ --with python2,python3,sphinxdoc
override_dh_auto_clean:
rm -rf build
@@ -28,6 +28,7 @@
--noarch build;
override_dh_auto_build: $(PY2VERS:%=build-python%) $(PY3VERS:%=build-python%)
+ python setup.py build_sphinx
install-python%:
python$* setup.py install --root $(BASE)/tmp \
More information about the Python-modules-commits
mailing list