[Pkg-scicomp-commits] gmsh/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Fri Aug 28 11:22:52 UTC 2009


SVN commit 4554 by prudhomm:

fixed all lintian warnings and errors
install info file


 M  +8 -0      gmsh/trunk/debian/changelog  
 M  +2 -2      gmsh/trunk/debian/gmsh.doc-base  
 A             gmsh/trunk/debian/gmsh.info  
 M  +1 -0      gmsh/trunk/debian/gmsh.install  
 M  +6 -0      gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #4553:4554
@@ -2,6 +2,14 @@
 
   [Christophe Prud'homme]
   * New upstream release
+    + switched build system to CMake; 
+    + optionally copy transfinite mesh contraints during geometry 
+      transformations; 
+    + bumped mesh version format to 2.1 (small change in the 
+      $PhysicalNames section, where the group dimension is now required); 
+    + ported most plugins to the new post-processing API; 
+    + switched from MathEval to MathEx and Flu_Tree_Browser to Fl_Tree; 
+    + small bug fixes and improvements all over the place.
   * debian/rules: use cmake build system
   * debian/control: tighten libcgns depends
   * debian/rules: remove Tetgen {cxx,h} files in get-orig-source
--- gmsh/trunk/debian/gmsh.doc-base #4553:4554
@@ -8,5 +8,5 @@
 Files: /usr/share/doc/gmsh/gmsh.pdf
 
 Format: HTML
-Index: /usr/share/doc/gmsh/html/index.html
-Files: /usr/share/doc/gmsh/html/*.html
+Index: /usr/share/doc/gmsh/gmsh.html
+Files: /usr/share/doc/gmsh/gmsh.html
--- gmsh/trunk/debian/gmsh.install #4553:4554
@@ -1,2 +1,3 @@
 debian/gmsh16x16-smooth.xpm /usr/share/pixmaps
 debian/gmsh.desktop /usr/share/applications
+
--- gmsh/trunk/debian/rules #4553:4554
@@ -55,6 +55,12 @@
 DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.dfsg.*$$//p')
 GMSH_VERSION=$(DEB_STRIPPED_UPSTREAM_VERSION)
 
+build/gmsh::
+	cd $(DEB_BUILDDIR) && $(MAKE) pdf html info
+
+install/gmsh::
+	-rm debian/gmsh/usr/share/doc/gmsh/LICENSE.txt
+
 get-orig-source:
 	uscan --force-download --rename --verbose --upstream-version $(GMSH_VERSION)
 	tar xzf ../gmsh_$(GMSH_VERSION).orig.tar.gz



More information about the Pkg-scicomp-commits mailing list