[SCM] Python wrapper for the GNU Triangulated Surface library (GTS) branch, master, updated. upstream/0.3.1-12-g47d6c1d

Anton Gladky gladky.anton at gmail.com
Tue Oct 30 17:26:13 UTC 2012


The following commit has been merged in the master branch:
commit a3e3287a8a4f3fe6bdf2f0829adc60d9877670f6
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Oct 30 18:18:10 2012 +0100

    Enable autotests.

diff --git a/debian/rules b/debian/rules
index b1e2819..34b36e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,11 @@
 %:
 	dh $@
 
+PYVER = $(shell pyversions -dv)
 
 override_dh_auto_install:
 	dh_auto_install
 	dh_numpy
+	PYTHONPATH=$(CURDIR)/debian/python-gts/usr/lib/python$(PYVER)/dist-packages $(CURDIR)/test/test.py
+	find . -name '*.pyc' -print0 | xargs -0 rm -f
+

-- 
Python wrapper for the GNU Triangulated Surface library (GTS)



More information about the debian-science-commits mailing list