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

Christophe Prud'homme prudhomm at debian.org
Mon May 15 18:32:35 UTC 2006


SVN commit 440 by prudhomm:

fix buildd

 M  +9 -0      gmsh/trunk/debian/changelog  
 M  +3 -0      gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #439:440
@@ -1,3 +1,12 @@
+gmsh (1.65.0-2) unstable; urgency=low
+
+  * Bug fix: "gmsh - unreachable maintainer", thanks to Bastian Blank
+    (Closes: #367340).
+  * Bug fix: "gmsh - FTBFS: strip: Unable to recognise the format of the
+    input file", thanks to Bastian Blank (Closes: #367334).
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 15 May 2006 20:30:40 +0200
+
 gmsh (1.65.0-1) unstable; urgency=low
 
   * New upstream release
--- gmsh/trunk/debian/rules #439:440
@@ -52,6 +52,9 @@
 build-stamp:  config.status patch-stamp
 	dh_testdir
 
+	test -f $(CURDIR)/utils/solvers/c++/solver.exe && rm $(CURDIR)/utils/solvers/c++/solver.exe
+	test -f $(CURDIR)/utils/solvers/c++/interactive.exe && rm $(CURDIR)/utils/solvers/c++/interactive.exe
+
 	$(MAKE)
 
 # make documentation



More information about the Pkg-scicomp-commits mailing list