r36657 - in /packages/gmsh/trunk/debian: changelog rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Fri Jun 25 07:21:36 UTC 2010


Author: prudhomm
Date: Fri Jun 25 07:21:20 2010
New Revision: 36657

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36657
Log:
enforce med and cgns support

Modified:
    packages/gmsh/trunk/debian/changelog
    packages/gmsh/trunk/debian/rules

Modified: packages/gmsh/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh/trunk/debian/changelog?rev=36657&op=diff
==============================================================================
--- packages/gmsh/trunk/debian/changelog (original)
+++ packages/gmsh/trunk/debian/changelog Fri Jun 25 07:21:20 2010
@@ -1,9 +1,11 @@
-gmsh (2.4.2.dfsg-4) UNRELEASED; urgency=low
+gmsh (2.4.2.dfsg-4) unstable; urgency=low
 
   [Christophe Prud'homme]
   * moved gmsh from pkg-scicomp to Debian Science
-
- -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 29 May 2010 12:43:39 +0200
+  * Bug fix: "please add med support", thanks to trophime (Closes:
+    #585871).
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Fri, 25 Jun 2010 09:17:27 +0200
 
 gmsh (2.4.2.dfsg-3) unstable; urgency=low
 

Modified: packages/gmsh/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh/trunk/debian/rules?rev=36657&op=diff
==============================================================================
--- packages/gmsh/trunk/debian/rules (original)
+++ packages/gmsh/trunk/debian/rules Fri Jun 25 07:21:20 2010
@@ -46,6 +46,8 @@
 
 DEB_CMAKE_EXTRA_FLAGS= \
 	-DENABLE_METIS=OFF \
+	-DENABLE_CGNS=ON \
+	-DENABLE_MED=ON \
 	-DENABLE_TETGEN=OFF
 
 DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.dfsg.*$$//p')




More information about the debian-science-commits mailing list