[SCM] Small boost::python wrapper of parts of the Eigen library. branch, master, updated. upstream/0.3_dfsg_bzr25-24-g13fea12
Anton Gladky
gladky.anton at gmail.com
Sat Jan 26 19:22:23 UTC 2013
The following commit has been merged in the master branch:
commit 3a2fef5362a7c77dd098077612f61de2a300d193
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Sat Jan 26 19:08:48 2013 +0100
Enable autotests.
diff --git a/debian/rules b/debian/rules
index b445a86..f35a670 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,14 @@ export DEB_BUILD_HARDENING=1
%:
dh $@
-override_dh_installdocs:
+export PYTHONPATH := $(CURDIR)/debian/python-minieigen/usr/lib/python2.7/dist-packages:$(PYTHONPATH);
+
+override_dh_installdoc:
dh_installdocs # run the default
make -C doc html
#dh_sphinxdoc doc/build/html
- cp -r doc/build/html debian/python-minieigen/usr/share/doc/python-minieigen
+ cp -r doc/build/html debian/python-minieigen/usr/share/doc/python-minieigenoverride_dh_installdoc:
+
+override_dh_auto_install:
+ dh_auto_install
+ $(CURDIR)/debian/test/test.py
--
Small boost::python wrapper of parts of the Eigen library.
More information about the debian-science-commits
mailing list