[SCM] Small boost::python wrapper of parts of the Eigen library. branch, master, updated. debian/0.3_dfsg_bzr25-1-8-g349b4b5
Anton Gladky
gladky.anton at gmail.com
Wed May 8 19:38:23 UTC 2013
The following commit has been merged in the master branch:
commit 349b4b59fa2c39d0e34fcec57160cd0f43181e53
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Wed May 8 21:28:12 2013 +0200
Bumped Standards-Version to 3.9.4 (no changes). Use dh_sphinxdoc.
diff --git a/debian/control b/debian/control
index 968f667..3daed2f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,9 @@ Build-Depends:
libdouble-conversion-dev,
libeigen3-dev,
python-dev (>=2.6.6-3~),
- python-sphinx
-Standards-Version: 3.9.4
+ python-sphinx (>= 1.0.7+dfsg)
X-Python-Version: >= 2.7
+Standards-Version: 3.9.4
Section: libs
Homepage: http://www.launchpad.net/minieigen
Vcs-Git: git://git.debian.org/git/debian-science/packages/minieigen.git
@@ -22,16 +22,15 @@ Package: python-minieigen
Section: python
Architecture: any
Depends:
- libjs-jquery,
- node-underscore,
python (<<2.8),
python (>= 2.7),
${misc:Depends},
${python:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ ${sphinxdoc:Depends}
Recommends:
libeigen3-dev
-Description: Small boost::python wrapper of parts of the Eigen library.
+Description: Small boost::python wrapper of parts of the Eigen library
Small wrapper for core parts of Eigen, c++ library for linear algebra.
It is mainly useful for inspecting c++ code which already uses eigen and
boost::python. Supported types are Vectors (2,3,6 and dynamic-sized with
diff --git a/debian/python-minieigen.links b/debian/python-minieigen.links
deleted file mode 100644
index 55837bd..0000000
--- a/debian/python-minieigen.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/javascript/underscore/underscore.js usr/share/doc/python-minieigen/html/_static/underscore.js
-usr/share/javascript/jquery/jquery.js usr/share/doc/python-minieigen/html/_static/jquery.js
diff --git a/debian/rules b/debian/rules
index 5ff178c..8bd5f1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,10 @@ PYVER = $(shell pyversions -dv)
export PYTHONPATH := $(CURDIR)/debian/python-minieigen/usr/lib/python$(PYVER)/dist-packages:$(PYTHONPATH);
override_dh_installdocs:
- dh_installdocs # run the default
+ dh_installdocs
make -C doc html
- #dh_sphinxdoc doc/build/html
cp -r doc/build/html debian/python-minieigen/usr/share/doc/python-minieigen
+ dh_sphinxdoc
override_dh_auto_install:
dh_auto_install
--
Small boost::python wrapper of parts of the Eigen library.
More information about the debian-science-commits
mailing list