[SCM] Gmsh packaging. Gmsh is an automatic 3D finite element mesh generator. branch, master, updated. upstream/2.5.1_beta2_svn11122_dfsg-121-gb531fb5

Anton Gladky gladky.anton at gmail.com
Fri Feb 10 20:12:53 UTC 2012


The following commit has been merged in the master branch:
commit 1fd7f236098dee719ce683893d90caa7a17c5e3b
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri Feb 10 21:11:35 2012 +0100

    Minor fix in py-modules (upstream has changed the build-place).

diff --git a/debian/gmsh.pyinstall b/debian/gmsh.pyinstall
index f90980e..8bacba3 100644
--- a/debian/gmsh.pyinstall
+++ b/debian/gmsh.pyinstall
@@ -1,2 +1,2 @@
-debian/build/gmshpy/*.so gmshpy
-debian/build/gmshpy/*.py gmshpy
+debian/build/wrappers/gmshpy/*.so gmshpy
+debian/build/wrappers/gmshpy/*.py gmshpy
diff --git a/debian/rules b/debian/rules
index 51e2fc7..ff5b29b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,4 +40,4 @@ override_dh_auto_build:
 	dh_auto_build -- shared
 	# To avoid the texi2dvi pb add LC_ALL=C
 	dh_auto_build -- pdf html info LC_ALL=C
-	chrpath -d $(BUILDDIR)/gmshpy/*.so
+	chrpath -d $(BUILDDIR)/wrappers/gmshpy/*.so

-- 
Gmsh packaging. Gmsh is an automatic 3D finite element mesh generator. 



More information about the debian-science-commits mailing list