[Pkg-scicomp-commits] gmsh/branches/gmsh-contrib/debian

Christophe Prud'homme prudhomm at debian.org
Mon Aug 4 16:10:52 UTC 2008


SVN commit 2689 by prudhomm:

fix lintian warnings

 M  +3 -3      gmsh/branches/gmsh-contrib/debian/menu  
 M  +1 -0      gmsh/branches/gmsh-contrib/debian/rules  


--- gmsh/branches/gmsh-contrib/debian/menu #2688:2689
@@ -1,6 +1,6 @@
 ?package(gmsh-contrib):               \
   needs="X11"                 \
   section="Applications/Science/Engineering" \
-  title="Gmsh"                \
-  command="/usr/bin/gmsh"     \
-  icon="/usr/share/pixmaps/gmsh16x16-smooth.xpm"
+  title="Gmsh(contrib: occ,tetgen)"                \
+  command="/usr/bin/gmsh-contrib"     \
+  icon="/usr/share/pixmaps/gmsh-contrib16x16-smooth.xpm"
--- gmsh/branches/gmsh-contrib/debian/rules #2688:2689
@@ -44,6 +44,7 @@
 	-$(MAKE) -C doc/texinfo all
 	-(cd doc/texinfo && for i in gmsh[_.]*; do mv $$i `echo $$i | sed s/gmsh/gmsh-contrib/g`; done)
 	-(cd doc/ && mv gmsh.1 gmsh-contrib.1)
+	-(cd doc/texinfo && ln -sf gmsh-contrib.html index.html)
 
 clean::
 	-$(RM) $(DEB_BUILDDIR)/bin/gmsh \



More information about the Pkg-scicomp-commits mailing list